Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 20ec9eb3 authored by cketti's avatar cketti
Browse files

Make the color chip area slightly smaller

parent cb906ee6
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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