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
This commit is contained in:
Matt Pietal
2023-06-15 13:46:49 +00:00
parent 3c39be1f84
commit 1b81edeb97

View File

@@ -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