diff options
author | 2023-11-30 07:26:33 +0000 | |
---|---|---|
committer | 2023-11-30 07:26:33 +0000 | |
commit | 0da9b54fc6b2c89bc60bfff01a39dd9f11a2f636 (patch) | |
tree | d2650743edc9ae81f8ef87011695b6eac91b400e | |
parent | a8c95e528c3f8a8fd46f3fe5464bcb6b95a7ab4c (diff) | |
parent | d362bf562d36d792194c901ebad4452fb39be58e (diff) |
Merge "Fix wrapping when zoom or large font is used" into main
-rw-r--r-- | packages/SettingsLib/res/layout-v33/restricted_switch_preference.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SettingsLib/res/layout-v33/restricted_switch_preference.xml b/packages/SettingsLib/res/layout-v33/restricted_switch_preference.xml index 31e9696813af..bee9e20ced0f 100644 --- a/packages/SettingsLib/res/layout-v33/restricted_switch_preference.xml +++ b/packages/SettingsLib/res/layout-v33/restricted_switch_preference.xml @@ -53,7 +53,7 @@ android:id="@android:id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:maxLines="2" + android:maxLines="10" android:hyphenationFrequency="normalFast" android:lineBreakWordStyle="phrase" android:textAppearance="?android:attr/textAppearanceListItem" |