fix the heights of the multi-act buttons to not be inconsistent
This commit is contained in:
parent
2121ebc012
commit
defaf7bbbf
1 changed files with 3 additions and 3 deletions
|
@ -19,14 +19,14 @@
|
|||
<Button
|
||||
android:id="@+id/batch_read_button"
|
||||
android:layout_width="0dip"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/message_list_mark_read_action"
|
||||
/>
|
||||
<Button
|
||||
android:id="@+id/batch_delete_button"
|
||||
android:layout_width="0dip"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/message_list_delete_action"
|
||||
/>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<Button
|
||||
android:id="@+id/batch_done_button"
|
||||
android:layout_width="0dip"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_weight="1"
|
||||
android:text="@string/done_action"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue