mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 11:42:16 -05:00
bump up the chip sizes a bit
This commit is contained in:
parent
7b23704bd5
commit
19aad0d9a1
@ -14,8 +14,8 @@
|
||||
|
||||
<View
|
||||
android:id="@+id/chip"
|
||||
android:layout_width="16dip"
|
||||
android:layout_height="16dip"
|
||||
android:layout_width="32dip"
|
||||
android:layout_height="32dip"
|
||||
android:layout_marginLeft="8dip"
|
||||
android:layout_marginRight="6dip"
|
||||
android:layout_centerVertical="true"
|
||||
|
@ -12,10 +12,10 @@
|
||||
|
||||
<View
|
||||
android:id="@+id/chip"
|
||||
android:layout_width="16dip"
|
||||
android:layout_width="32dip"
|
||||
android:layout_height="32dip"
|
||||
android:layout_marginTop="2dip"
|
||||
android:layout_marginBottom="1dip"
|
||||
android:layout_height="16dip"
|
||||
android:layout_marginLeft="8dip"
|
||||
android:layout_marginRight="6dip"
|
||||
android:layout_centerVertical="true"
|
||||
|
@ -8,19 +8,20 @@
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/chip_wrapper"
|
||||
android:layout_width="36dip"
|
||||
android:layout_width="48dip"
|
||||
android:layout_height="fill_parent"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_gravity="center|center_vertical"
|
||||
android:textColor="?android:attr/textColorPrimary" >
|
||||
|
||||
<View
|
||||
android:id="@+id/chip"
|
||||
android:layout_width="16dip"
|
||||
android:layout_height="16dip"
|
||||
android:layout_width="32dip"
|
||||
android:layout_height="32dip"
|
||||
android:layout_gravity="center|center_vertical"
|
||||
android:layout_marginLeft="10dip"
|
||||
android:layout_marginRight="10dip"
|
||||
android:layout_marginLeft="8dip"
|
||||
android:layout_marginRight="8dip"
|
||||
android:background="@android:color/transparent" />
|
||||
</RelativeLayout>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user