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

Commit a7b732e5 authored by mxyyiyi's avatar mxyyiyi
Browse files

[L10N] Update the maxLines of slider preference text.

- From 2 to 3 to fix the truncated text issues in some languages.

Fix: 411341684
Test: visual
Flag: com.android.settingslib.widget.theme.flags.is_expressive_design_enabled
Change-Id: Ia016da482ec1aa420c7cab4c3adc128438f795f0
parent b42de6b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@
            android:layout_gravity="start"
            android:textAlignment="viewStart"
            android:textAppearance="?android:attr/textAppearanceListItem"
            android:maxLines="2"
            android:maxLines="3"
            android:ellipsize="marquee"/>

        <TextView