Merge "Enabled hyphenation for UserDetailItem" into tm-qpr-dev am: e3d4cd5903

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

Change-Id: I0e60692147b58e14bfe9f1cb895be42cc5ac8b0e
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Rasheed Lewis
2022-08-26 15:23:28 +00:00
committed by Automerger Merge Worker

View File

@@ -49,7 +49,8 @@
android:id="@+id/user_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_horizontal" />
android:gravity="center_horizontal"
android:hyphenationFrequency="full"/>
<ImageView
android:id="@+id/restricted_padlock"
android:layout_width="@dimen/qs_tile_text_size"