diff options
| -rw-r--r-- | packages/SystemUI/res/layout/notification_info.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/SystemUI/res/layout/notification_info.xml b/packages/SystemUI/res/layout/notification_info.xml index bbd315ee8776..6df1657ba947 100644 --- a/packages/SystemUI/res/layout/notification_info.xml +++ b/packages/SystemUI/res/layout/notification_info.xml @@ -62,7 +62,9 @@ android:layout_height="wrap_content" android:textAppearance="@*android:style/TextAppearance.Material.Notification.Info" android:layout_marginStart="2dp" - android:layout_marginEnd="2dp"/> + android:layout_marginEnd="2dp" + android:ellipsize="end" + android:maxLines="1"/> </LinearLayout> <!-- Channel Info Block --> |