1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-11-23 18:02:15 -05:00

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