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

Commit b6c021ea authored by Yi-Ling Chuang's avatar Yi-Ling Chuang
Browse files

Fix the ellipsis format

For the truncated text, we should use 3-dots rather than 2-dots.

Fixes: 185142659
Test: rebuild and launch Do not disturb behaviour page.
Change-Id: I42554eeeee5ae13e01582df159d99fbee2c62cbc
parent 00019e2e
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -65,9 +65,7 @@
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:singleLine="true"
            android:textAppearance="?android:attr/textAppearanceListItem"
            android:ellipsize="marquee"
            android:fadingEdge="horizontal"/>
            android:textAppearance="?android:attr/textAppearanceListItem"/>

        <LinearLayout
            android:id="@+id/summary_container"