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