The title of a notification can take 2 lines when expanded.

Bug: 181048615
Fixes: 181687830
Test: visual inspection
Change-Id: I516c44d21ba6be6223bda191b8d4c22f6663a7a9
This commit is contained in:
Jeff DeCew
2021-03-05 15:24:50 -05:00
parent 8eb955427a
commit 5db1a262a5

View File

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