Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5db1a262 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

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

Bug: 181048615
Fixes: 181687830
Test: visual inspection
Change-Id: I516c44d21ba6be6223bda191b8d4c22f6663a7a9
parent 8eb95542
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -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"
    />