Slightly better padding around checkboxes in the touchable view

This commit is contained in:
Jesse Vincent 2010-12-13 00:17:41 +00:00
parent 4a4c03568c
commit 85eb17e88d
1 changed files with 3 additions and 2 deletions

View File

@ -16,17 +16,18 @@
android:layout_alignBottom="@+id/preview"
android:layout_centerVertical="true"
android:layout_alignParentLeft="true"
android:layout_marginRight="2dip"
android:layout_marginRight="4dip"
android:paddingLeft="6dip"
android:background="@android:color/transparent" >
<CheckBox
android:id="@+id/selected_checkbox"
android:layout_width="24dip"
android:layout_width="30dip"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_alignParentLeft="true"
android:paddingRight="4dip"
android:button="@drawable/checkbox"
android:focusable="false"
android:visibility="gone" />