1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-30 13:12:25 -05: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_height="0dip"
android:layout_weight="1"> android:layout_weight="1">
<include layout="@layout/message_view_header" /> <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"/> <include layout="@layout/message_view_scrolling_buttons"/>
</LinearLayout> </LinearLayout>
</com.fsck.k9.view.ToggleScrollView> </com.fsck.k9.view.ToggleScrollView>