Revert "Fix touches in Large screen header"

Revert submission 20248350-flipFlag

Reason for revert: Part of DM+Platinum rotation as a culprit for b/255588071. 

Reverted Changes:
I51a3b403f:Fix touches in Large screen header
I01da41161:Use split_shade_header in all configurations
Ie0019d212:Make new headers flag true by default

Change-Id: I1bd47af5ee19a0fb04e3dbd83d14862d2e90a3f7
This commit is contained in:
Sam Dubey
2022-10-26 05:00:51 +00:00
parent fd0261d4c7
commit 31596556ec

View File

@@ -42,6 +42,12 @@
android:clipToPadding="false"
android:clipChildren="false">
<ViewStub
android:id="@+id/qs_header_stub"
android:layout_height="wrap_content"
android:layout_width="match_parent"
/>
<include
layout="@layout/keyguard_status_view"
android:visibility="gone"/>
@@ -63,15 +69,6 @@
systemui:layout_constraintBottom_toBottomOf="parent"
/>
<!-- This view should be after qs_frame so touches are dispatched first to it. That gives
it a chance to capture clicks before the NonInterceptingScrollView disallows all
intercepts -->
<ViewStub
android:id="@+id/qs_header_stub"
android:layout_height="wrap_content"
android:layout_width="match_parent"
/>
<androidx.constraintlayout.widget.Guideline
android:id="@+id/qs_edge_guideline"
android:layout_width="wrap_content"