Enabled hyphenation for UserDetailItem Fixes: 229364869 Test: Manually tested, Russian and Ukrainian text is hyphenated Change-Id: I4f8f22b59f0af2598dece3629bd79b52564bb987
diff --git a/packages/SystemUI/res/layout/qs_user_detail_item.xml b/packages/SystemUI/res/layout/qs_user_detail_item.xml index 0c847ed..7c86bc7 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"/> <ImageView android:id="@+id/restricted_padlock" android:layout_width="@dimen/qs_tile_text_size"