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

Commit a7eb689f authored by Matt Pietal's avatar Matt Pietal Committed by Android (Google) Code Review
Browse files

Merge "Move shade underneath light reveal scrim" into main

parents d4de2ef3 c8f16ab9
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -47,16 +47,16 @@
        sysui:ignoreRightInset="true"
    />

    <com.android.systemui.statusbar.LightRevealScrim
        android:id="@+id/light_reveal_scrim"
    <include layout="@layout/status_bar_expanded"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
        sysui:ignoreRightInset="true" />
             android:visibility="invisible" />

    <include layout="@layout/status_bar_expanded"
    <com.android.systemui.statusbar.LightRevealScrim
        android:id="@+id/light_reveal_scrim"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
             android:visibility="invisible" />
        sysui:ignoreRightInset="true" />

    <!-- Root for all keyguard content. It was previously located within the shade. -->
    <com.android.systemui.keyguard.ui.view.KeyguardRootView