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:41:49 +00:00
parent fc164168b0
commit 018fb895bd

View File

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