Fix checkbox width issue on Android 1.5
This commit is contained in:
parent
a68168d55e
commit
08ed1ed389
2 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
/>
|
||||
|
|
|
@ -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"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue