Fixed size of buttons in switch user panel
Test: Accessibility Scanner Fixes: 115582288 Change-Id: I1b02c06fa8d1461f9e26e8cca881cb3f2d0d8f1f
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:minHeight="48dp"
|
||||
android:minWidth="132dp"
|
||||
android:textAppearance="@style/TextAppearance.QS.DetailButton"
|
||||
android:focusable="true" />
|
||||
@@ -35,6 +36,7 @@
|
||||
style="@style/QSBorderlessButton"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:minHeight="48dp"
|
||||
android:minWidth="88dp"
|
||||
android:textAppearance="@style/TextAppearance.QS.DetailButton"
|
||||
android:focusable="true"/>
|
||||
|
||||
Reference in New Issue
Block a user