1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Fix checkboxes for message_list_item_touchable.

This commit is contained in:
Jesse Vincent 2010-01-25 03:39:12 +00:00
parent 7fb17b889e
commit b702c67529

View File

@ -21,7 +21,7 @@
android:layout_height="wrap_content"
android:button="@drawable/checkbox"
android:layout_centerVertical="true"
android:layout_centerHorizontal="true"
android:layout_alignParentLeft="true"
android:focusable="false"
android:visibility="gone"
/>