Make sure that we actually fill the whole page when building the incoming account pane

This commit is contained in:
Jesse Vincent 2009-11-14 00:27:55 +00:00
parent 2497e53e61
commit e7d708af44
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_height="wrap_content"
android:layout_height="fill_parent"
android:layout_width="fill_parent">
<ScrollView