Merge "Enabled hyphenation for UserDetailItem" into tm-qpr-dev

This commit is contained in:
Rasheed Lewis
2022-08-26 15:07:25 +00:00
committed by Android (Google) Code Review

View File

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