mirror of
https://github.com/moparisthebest/k-9
synced 2025-01-11 13:49: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
8613b949be
commit
ab1f74f04c
@ -24,8 +24,8 @@
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/selected_checkbox"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="16dip"
|
||||
android:layout_height="16dip"
|
||||
android:button="?attr/messageListCheckbox"
|
||||
android:focusable="false"
|
||||
android:clickable="false"
|
||||
|
Loading…
Reference in New Issue
Block a user