mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-23 18:02:15 -05:00
Slightly better padding around checkboxes in the touchable view
This commit is contained in:
parent
4a4c03568c
commit
85eb17e88d
@ -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" />
|
||||
|
Loading…
Reference in New Issue
Block a user