1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-11 12:40:22 -05:00

Make the color chip area slightly smaller

This commit is contained in:
cketti 2013-06-07 06:52:08 +02:00
parent c1fbb9c1fc
commit 8613b949be

View File

@ -8,7 +8,7 @@
<LinearLayout
android:id="@+id/chip_wrapper"
android:layout_width="48dip"
android:layout_width="42dip"
android:layout_height="match_parent"
android:layout_alignParentLeft="true"
android:layout_centerVertical="true"
@ -20,8 +20,6 @@
android:id="@+id/chip"
android:layout_width="32dip"
android:layout_height="32dip"
android:layout_marginLeft="8dip"
android:layout_marginRight="8dip"
android:background="@android:color/transparent" />
<CheckBox