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

Commit cfc18c73 authored by Jorim Jaggi's avatar Jorim Jaggi
Browse files

Fix inconsistent layout param in notification

Might increase the measure performance a bit.

Bug: 17040206
Change-Id: I2fff039cefdb4f21aff2674b6e7449549f5f8670
parent 5cbfe547
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
    >
    <TextView android:id="@+id/title"
        android:textAppearance="@style/TextAppearance.Material.Notification.Title"
        android:layout_width="match_parent"
        android:layout_width="0dp"
        android:layout_height="wrap_content"
        android:singleLine="true"
        android:ellipsize="marquee"