diff options
| -rw-r--r-- | core/res/res/layout/notification_template_part_line1.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/core/res/res/layout/notification_template_part_line1.xml b/core/res/res/layout/notification_template_part_line1.xml index c86bc6334ee9..ca8fe7908e14 100644 --- a/core/res/res/layout/notification_template_part_line1.xml +++ b/core/res/res/layout/notification_template_part_line1.xml @@ -21,8 +21,7 @@ android:textAppearance="@style/TextAppearance.DeviceDefault.Notification.BigTitle" android:layout_width="match_parent" android:layout_height="wrap_content" - android:singleLine="true" - android:ellipsize="marquee" - android:fadingEdge="horizontal" + android:maxLines="2" + android:ellipsize="end" android:textAlignment="viewStart" /> |