Fix squished user switcher text view.

When keyboard is showing and display size is high, the user text view is
squished. I made a one line change here such that the parent view can
respect the size the of the text view.

Fixes: 264820084
Test: set security method to password set various display sizes to see
how it looks in the bouncer for tablet.

Change-Id: Ib4f0f5768927422426601eb30a936b7908f8ac21
This commit is contained in:
Aaron Liu
2023-01-25 12:16:36 -08:00
parent d2909c6cdd
commit 31c6ca2341

View File

@@ -45,7 +45,7 @@
android:id="@+id/user_switcher_header"
android:textDirection="locale"
android:layout_width="@dimen/bouncer_user_switcher_width"
android:layout_height="wrap_content" />
android:layout_height="match_parent" />
</com.android.keyguard.KeyguardUserSwitcherAnchor>
</LinearLayout>