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

Commit 71e3a9ae authored by Michał Brzeziński's avatar Michał Brzeziński Committed by Automerger Merge Worker
Browse files

Merge "Fixing quick settings pages swiping" into sc-dev am: c3270833

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13687790

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Ia775039a055d5abcfe4f1e683c06242710f749a8
parents 437a4f2e c3270833
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -55,12 +55,14 @@
            android:id="@+id/qs_frame"
            android:layout="@layout/qs_panel"
            android:layout_width="@dimen/qs_panel_width"
            android:layout_height="match_parent"
            android:layout_height="0dp"
            android:clipToPadding="false"
            android:clipChildren="false"
            systemui:viewType="com.android.systemui.plugins.qs.QS"
            systemui:layout_constraintStart_toStartOf="parent"
            systemui:layout_constraintEnd_toEndOf="parent"
            systemui:layout_constraintTop_toTopOf="parent"
            systemui:layout_constraintBottom_toBottomOf="parent"
        />

        <androidx.constraintlayout.widget.Guideline