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

Commit ab4d1d11 authored by Ibrahim Yilmaz's avatar Ibrahim Yilmaz
Browse files

[NotificationHeader] Fix NotifHeader and LargeIcon conflict

This CL fixes the relative layout constraint chain, which was the root cause of the notif header and large icon conflict.

Fixes: 350073463
Flag: EXEMPT BUGFIX
Test: Use Notify2 and send a bigtext/standard notifs with long text and large icon. Observe there is no conflict between header and largeicon.
Change-Id: Ie31726440e5c7a8d0834951fae5ad4ab86adb5b9
parent e39d93fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@
        android:layout_height="match_parent"
        android:layout_alignParentStart="true"
        android:layout_centerVertical="true"
        android:layout_toStartOf="@id/expand_button"
        android:layout_toStartOf="@id/notification_buttons_column"
        android:layout_alignWithParentIfMissing="true"
        android:clipChildren="false"
        android:gravity="center_vertical"