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

Commit 2dc53467 authored by Edgar Wang's avatar Edgar Wang
Browse files

Ensure that the title of SelectorWithWidgetPreference does not truncate

Bug: 316244213
Test: manual
Change-Id: Ifb1780fbe76dc2308181998aeb49fa441effa7ce
parent de0a2c47
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:maxLines="2"
            android:ellipsize="end"
            android:hyphenationFrequency="normalFast"
            android:lineBreakWordStyle="phrase"
            android:textAppearance="?android:attr/textAppearanceListItem"/>
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:maxLines="2"
            android:ellipsize="end"
            android:textAppearance="?android:attr/textAppearanceListItem"/>

        <LinearLayout