1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04: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 20ec9eb325
commit 0cff0c0fed

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"