summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Fabian Kozynski <kozynski@google.com> 2018-09-24 09:25:51 -0400
committer Fabian Kozynski <kozynski@google.com> 2018-11-01 17:34:26 +0000
commit80524aeb1ee3eeac845a8cddeb8c568ed1530c2f (patch)
tree6575034cdc95790aa6a4ef792281e1527c9e9634
parent7098d462609bf87bb705a0a7a2343e6ea81ee60c (diff)
DO NOT MERGE Fixed size of buttons in switch user panel
Test: Accessibility Scanner Fixes: 115582288 Change-Id: I1b02c06fa8d1461f9e26e8cca881cb3f2d0d8f1f (cherry picked from commit 13155ef2f9b4bf5ae08459ae57f8f255801b1d9a)
-rw-r--r--packages/SystemUI/res/layout/qs_detail_buttons.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/qs_detail_buttons.xml b/packages/SystemUI/res/layout/qs_detail_buttons.xml
index 03ed62b3e600..75f43f9a5808 100644
--- a/packages/SystemUI/res/layout/qs_detail_buttons.xml
+++ b/packages/SystemUI/res/layout/qs_detail_buttons.xml
@@ -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"/>