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

Commit ee3feb8e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Move notification scrim behind clock" into sc-dev am: 68897d12

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14702837

Change-Id: Ic6ea72b209e8d998fc88a339b08b3742f49a999e
parents f157e9d0 68897d12
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -64,10 +64,6 @@
        android:clipToPadding="false"
        android:clipChildren="false">

        <include
            layout="@layout/keyguard_status_view"
            android:visibility="gone"/>

        <com.android.systemui.scrim.ScrimView
            android:id="@+id/scrim_notifications"
            android:layout_width="0dp"
@@ -80,6 +76,10 @@
            systemui:layout_constraintBottom_toBottomOf="parent"
        />

        <include
            layout="@layout/keyguard_status_view"
            android:visibility="gone"/>

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

        <FrameLayout