mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-22 15:48:50 -05:00
Slightly better padding around checkboxes in the touchable view
This commit is contained in:
parent
fcc589f1f8
commit
d94f40295b
@ -16,17 +16,18 @@
|
|||||||
android:layout_alignBottom="@+id/preview"
|
android:layout_alignBottom="@+id/preview"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
android:layout_alignParentLeft="true"
|
android:layout_alignParentLeft="true"
|
||||||
android:layout_marginRight="2dip"
|
android:layout_marginRight="4dip"
|
||||||
android:paddingLeft="6dip"
|
android:paddingLeft="6dip"
|
||||||
android:background="@android:color/transparent" >
|
android:background="@android:color/transparent" >
|
||||||
|
|
||||||
|
|
||||||
<CheckBox
|
<CheckBox
|
||||||
android:id="@+id/selected_checkbox"
|
android:id="@+id/selected_checkbox"
|
||||||
android:layout_width="24dip"
|
android:layout_width="30dip"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_centerVertical="true"
|
android:layout_centerVertical="true"
|
||||||
android:layout_alignParentLeft="true"
|
android:layout_alignParentLeft="true"
|
||||||
|
android:paddingRight="4dip"
|
||||||
android:button="@drawable/checkbox"
|
android:button="@drawable/checkbox"
|
||||||
android:focusable="false"
|
android:focusable="false"
|
||||||
android:visibility="gone" />
|
android:visibility="gone" />
|
||||||
|
Loading…
Reference in New Issue
Block a user