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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user