mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-11 13:49:15 -05:00
make the "bulk update" buttons not cover part of the listview.
This commit is contained in:
parent
4383e79b1f
commit
0ebebace82
@ -3,13 +3,6 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent" >
|
||||
<ListView
|
||||
android:id="@+id/message_list"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
/>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:id="@+id/batch_button_area"
|
||||
@ -45,4 +38,13 @@
|
||||
android:text="Flag"
|
||||
/>
|
||||
</LinearLayout>
|
||||
<ListView
|
||||
android:id="@+id/message_list"
|
||||
android:layout_width="fill_parent"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_above="@id/batch_button_area"
|
||||
android:layout_alignWithParentIfMissing="true"
|
||||
android:layout_alignParentTop="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
/>
|
||||
</RelativeLayout>
|
||||
|
Loading…
Reference in New Issue
Block a user