Apply phrase based line breaking on most of preference.

Bug: 232992171
Test: manual
Change-Id: I5104e9d30f744f892bd921bffa168488e1c1e625
This commit is contained in:
Edgar Wang
2022-07-26 13:13:49 +08:00
parent 271a57d91b
commit 7924108893
23 changed files with 43 additions and 3 deletions

View File

@@ -76,6 +76,7 @@
android:textAppearance="?android:attr/textAppearanceSmall"
android:textAlignment="viewStart"
android:hyphenationFrequency="normalFast"
android:lineBreakWordStyle="phrase"
android:textColor="?android:attr/textColorSecondary" />
</LinearLayout>
<LinearLayout