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

Commit f212fc1e authored by Jeff DeCew's avatar Jeff DeCew Committed by Android (Google) Code Review
Browse files

Merge "Allow SharedNotificationContainer (and NSSL) to draw outside bounds." into main

parents 1058f32d 4c2175c6
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" />