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

bump up the chip sizes a bit

This commit is contained in:
Jesse Vincent 2012-10-02 17:52:40 -07:00
parent 7b23704bd5
commit 19aad0d9a1
3 changed files with 10 additions and 9 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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>