1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

Make the color chip area slightly smaller

This commit is contained in:
cketti 2013-06-07 06:52:08 +02:00
parent cb906ee6a4
commit 20ec9eb325

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