mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-15 22:15:15 -05:00
Added explicit width and height for the new message list checkbox
Without this change Android 2.x does weird things.
This commit is contained in:
parent
20ec9eb325
commit
0cff0c0fed
@ -24,8 +24,8 @@
|
|||||||
|
|
||||||
<CheckBox
|
<CheckBox
|
||||||
android:id="@+id/selected_checkbox"
|
android:id="@+id/selected_checkbox"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="16dip"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="16dip"
|
||||||
android:button="?attr/messageListCheckbox"
|
android:button="?attr/messageListCheckbox"
|
||||||
android:focusable="false"
|
android:focusable="false"
|
||||||
android:clickable="false"
|
android:clickable="false"
|
||||||
|
Loading…
Reference in New Issue
Block a user