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
1 changed files with 1 additions and 1 deletions

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