diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/main.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml index 81c5f224b..5418b21f6 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -26,12 +26,13 @@ android:layout_marginTop="10dip" android:layout_width="fill_parent" android:layout_height="0dip" - android:layout_weight="1"> + android:layout_weight="1" + android:fillViewport="true"> <ListView android:id="@+id/account_list" android:layout_width="fill_parent" - android:layout_height="wrap_content"> + android:layout_height="fill_parent"> </ListView> </ScrollView> |