Fix checkbox width issue on Android 1.5

This commit is contained in:
Jesse Vincent 2010-01-24 20:41:46 +00:00
parent 6b494be474
commit f5f9f5e8d2
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -22,7 +22,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"
/>