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

Commit 4c2175c6 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Allow SharedNotificationContainer (and NSSL) to draw outside bounds.

Fixes: 329395782
Fixes: 328039588
Test: visual inspection of HUNs
Flag: ACONFIG com.android.systemui.migrate_clocks_to_blueprint TEAMFOOD
Change-Id: Ib24e127dd5c32f5aa0d73c9e2dbeb028881b0ed3
parent 3e3c4e84
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -69,7 +69,10 @@
    <com.android.systemui.statusbar.notification.stack.ui.view.SharedNotificationContainer
        android:id="@+id/shared_notification_container"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />
        android:layout_height="match_parent"
        android:clipChildren="false"
        android:clipToPadding="false"
        />

    <include layout="@layout/brightness_mirror_container" />