1
0
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:
cketti 2013-06-08 20:28:21 +02:00
parent 8613b949be
commit ab1f74f04c

View File

@ -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"