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

Commit d362bf56 authored by Nino Jagar's avatar Nino Jagar
Browse files

Fix wrapping when zoom or large font is used

Bug: 310774085, 310774092
Test: Manual
Change-Id: Ia7b3c6d062b7b0e7b56a5e9e480d8c46985bc635
parent 9853ac54
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"