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

Commit c4b72388 authored by Beverly's avatar Beverly
Browse files

Set min height of zen radio button to 48dp

Test: manual using accessibility scanner
Change-Id: I5fd92a3420bca2b3eb371241ef2ee463f9f27009
Fixes: 119585103
parent 59099f19
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -47,7 +47,8 @@
                android:id="@+id/zen_onboarding_new_setting_button"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:paddingHorizontal="8dp" />
                android:paddingHorizontal="8dp"
                android:minHeight="48dp"/>

            <LinearLayout
                android:layout_width="match_parent"
@@ -83,7 +84,8 @@
                android:id="@+id/zen_onboarding_current_setting_button"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:paddingHorizontal="8dp" />
                android:paddingHorizontal="8dp"
                android:minHeight="48dp"/>

            <LinearLayout
                android:layout_width="match_parent"