From c5effa817091c9e6a98b6bd6835d1a419fb3aff0 Mon Sep 17 00:00:00 2001 From: Aaron Liu Date: Tue, 22 Feb 2022 23:03:12 +0000 Subject: [PATCH] User Switcher: Add a border around add button. Use the dialog border button style so that we don't have to create more drawables for this particular use case. Fixes: b/219067531 Test: Manual Change-Id: I1146f9012cf3a3b2cf633a7f49beecc8d5ca1641 --- .../res/layout/user_switcher_fullscreen.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/packages/SystemUI/res/layout/user_switcher_fullscreen.xml b/packages/SystemUI/res/layout/user_switcher_fullscreen.xml index 2d883bc1477fd..22bdcfa69b459 100644 --- a/packages/SystemUI/res/layout/user_switcher_fullscreen.xml +++ b/packages/SystemUI/res/layout/user_switcher_fullscreen.xml @@ -56,16 +56,17 @@ + android:textSize="@dimen/user_switcher_fullscreen_button_text_size" + android:visibility="gone" + app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintHeight_min="48dp" />