Set min height of zen radio button to 48dp
Test: manual using accessibility scanner Change-Id: I5fd92a3420bca2b3eb371241ef2ee463f9f27009 Fixes: 119585103
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user