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

Commit df694f60 authored by Beverly's avatar Beverly
Browse files

Zen radio button is width 48dp

Test: manual
Change-Id: Ia39be61c3217901145d2e4d7ab7970239b9c5c44
Fixes: 79698561
parent da224ff2
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"