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
This commit is contained in:
Yi-Ling Chuang
2021-04-20 16:17:53 +08:00
parent 00019e2e56
commit b6c021ea81

View File

@@ -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"