Slightly better padding around checkboxes in the touchable view

This commit is contained in:
Jesse Vincent 2010-12-19 02:05:10 +00:00
parent fcc589f1f8
commit d94f40295b
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" />