Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4f26e6b1 authored by jasonwshsu's avatar jasonwshsu
Browse files

Update long text name to support Hyphenation in 'Tools' in Hearing devices dialog

* Set hyphenationFrequency to "normalFast"
* Set lineBreakWordStyle to "phrase"

Bug: 414657150
Test: manual check by changing to 'DE' locale
Flag: EXEMPT bugfix
Change-Id: I4cac048b71c78ec3cf4a02136ef364a1622ccd8b
parent f80c6c37
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -51,5 +51,7 @@
        android:textSize="12sp"
        android:maxLines="3"
        android:textAppearance="@style/TextAppearance.Dialog.Body.Message"
        android:hyphenationFrequency="normalFast"
        android:lineBreakWordStyle="phrase"
        android:focusable="false" />
</LinearLayout>
 No newline at end of file