Fix missing 'download remainder' button.

This commit is contained in:
Joe Steele 2013-04-02 10:17:54 -04:00
parent 5957735a0b
commit 6089b9078e
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
<com.fsck.k9.view.NonLockingScrollView
android:layout_width="fill_parent"
android:layout_height="wrap_content">
android:layout_height="0dp"
android:layout_weight="1">
<LinearLayout
android:orientation="vertical"