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

Commit c0ca5394 authored by davidln's avatar davidln
Browse files

Use device default TextView style ellipsize.



This will make preferences match the system theme when text overflows.

Bug: 111500288

Test: build and deploy.

Change-Id: Icf1912e11f428e759a51e791e709ac994aa21ad6
Signed-off-by: default avatardavidln <davidln@google.com>
parent 2c367550
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -49,7 +49,6 @@
            android:id="@id/title"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:ellipsize="end"
            android:singleLine="true"
            android:textAppearance="?android:attr/textAppearanceListItem"/>

+0 −1
Original line number Diff line number Diff line
@@ -56,7 +56,6 @@
            android:id="@id/summary"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:ellipsize="end"
            android:singleLine="true"
            android:textColor="?android:attr/textColorSecondary"/>