From be9179c1571f880c9cbd453f7c87261fa2ce0484 Mon Sep 17 00:00:00 2001 From: Rasheed Lewis Date: Sun, 24 Jul 2022 16:53:13 +0000 Subject: [PATCH] Enabled hyphenation for UserDetailItem Fixes: 229364869 Test: Manually tested, Russian and Ukrainian text is hyphenated Change-Id: I4f8f22b59f0af2598dece3629bd79b52564bb987 --- packages/SystemUI/res/layout/qs_user_detail_item.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/SystemUI/res/layout/qs_user_detail_item.xml b/packages/SystemUI/res/layout/qs_user_detail_item.xml index 0c847ed588e80..7c86bc77aa95c 100644 --- a/packages/SystemUI/res/layout/qs_user_detail_item.xml +++ b/packages/SystemUI/res/layout/qs_user_detail_item.xml @@ -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"/>