Merge "Fix squished user switcher text view." into tm-qpr-dev am: 65ae79e7dd

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/21090451

Change-Id: Id5d1142117334c4b92a46baa2d00475488c8a48c
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Aaron Liu
2023-01-26 17:13:36 +00:00
committed by Automerger Merge Worker

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>