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

Commit 8d28303a authored by Beverly's avatar Beverly Committed by android-build-merger
Browse files

Merge "Zen radio button is width 48dp" into pi-dev

am: 24f3d3ab

Change-Id: I535ab0a2b8127e35f437cac877ad3a5be34df8f4
parents 4d8db068 24f3d3ab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,10 +17,10 @@
<RadioButton
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@android:id/checkbox"
    android:layout_width="40dp"
    android:layout_height="48dp"
    android:layout_width="48dp"
    android:layout_marginStart="7dp"
    android:layout_marginEnd="4dp"
    android:layout_height="48dp"
    android:layout_alignParentStart="true"
    android:gravity="center"
    android:paddingTop="10dp"