1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

remove a noop layout entry

This commit is contained in:
Jesse Vincent 2011-02-10 16:46:14 -05:00
parent 015baa06b4
commit 44607638d9

View File

@ -21,10 +21,6 @@
android:layout_height="0dip"
android:layout_weight="1">
<include layout="@layout/message_view_header" />
<View
android:layout_width="fill_parent"
android:layout_height="0dip"
android:layout_weight="1" />
<include layout="@layout/message_view_scrolling_buttons"/>
</LinearLayout>
</com.fsck.k9.view.ToggleScrollView>