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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user