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

Commit 1b81edeb authored by Matt Pietal's avatar Matt Pietal
Browse files

Move keyguard root view in z-order

In order for touch handling and the long press lockscreen customizable
button to work correctly.

Bug: 280846900
Test: atest SystemUITests
Change-Id: I5976d1a7c54467d0027f565207b7e8ce4441c798
parent 3c39be1f
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -65,17 +65,17 @@
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

    <include layout="@layout/status_bar_expanded"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
             android:visibility="invisible" />

    <!-- Root for all keyguard content. It was previously located within the shade. -->
    <com.android.systemui.keyguard.ui.view.KeyguardRootView
        android:id="@id/keyguard_root_view"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

    <include layout="@layout/status_bar_expanded"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
             android:visibility="invisible" />

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

    <com.android.systemui.scrim.ScrimView