From 6dd16d43f0094ca0f84886b09aee380dcb17343f Mon Sep 17 00:00:00 2001 From: Tetiana Meronyk Date: Tue, 12 Mar 2024 14:42:10 +0000 Subject: Fix hyphenation in dialog_with_icon.xml Bug: 322866826 Test: set display size and text to larger and check line breaks in add user flow Change-Id: Ia06b65089799783c2c4aab98a32d0c678675d373 --- packages/SettingsLib/res/layout/dialog_with_icon.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/SettingsLib/res/layout/dialog_with_icon.xml b/packages/SettingsLib/res/layout/dialog_with_icon.xml index 3586dcb2909c..b21895b31256 100644 --- a/packages/SettingsLib/res/layout/dialog_with_icon.xml +++ b/packages/SettingsLib/res/layout/dialog_with_icon.xml @@ -35,12 +35,14 @@ android:id="@+id/dialog_with_icon_title" android:layout_width="match_parent" android:layout_height="wrap_content" + android:hyphenationFrequency="fullFast" android:gravity="center" style="@style/DialogWithIconTitle"/> -- cgit v1.2.3-59-g8ed1b