summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Tetiana Meronyk <tetianameronyk@google.com> 2024-03-12 17:56:02 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2024-03-12 17:56:02 +0000
commitef5c4863367c1ed537a91c9e09f2af7e3ba8bf6f (patch)
tree42a1819ec93b26a22a246b173c6f2b2ffc6bac54
parent8fa69605f1c9de485df7e34314adff12cda36dbe (diff)
parent6dd16d43f0094ca0f84886b09aee380dcb17343f (diff)
Merge "Fix hyphenation in dialog_with_icon.xml" into main
-rw-r--r--packages/SettingsLib/res/layout/dialog_with_icon.xml2
1 files changed, 2 insertions, 0 deletions
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"/>
<TextView
android:id="@+id/dialog_with_icon_message"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:hyphenationFrequency="fullFast"
android:gravity="center"
style="@style/TextAppearanceSmall"/>