Fix checkbox width issue on Android 1.5

This commit is contained in:
Jesse Vincent 2010-01-24 20:40:42 +00:00
parent a68168d55e
commit 08ed1ed389
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"
/>