mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-15 22:15:15 -05:00
Make the color chip area slightly smaller
This commit is contained in:
parent
cb906ee6a4
commit
20ec9eb325
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user