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

Commit 96282fb9 authored by Jason Monk's avatar Jason Monk Committed by android-build-merger
Browse files

Merge "Allow QS details to scroll when the screen is really small" into nyc-dev

am: 10ea519f

* commit '10ea519f':
  Allow QS details to scroll when the screen is really small

Change-Id: Ic4b2d01b78ede96bf0bee394c61670953d8403ba
parents 64577d61 10ea519f
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -44,11 +44,15 @@
        android:layout_height="wrap_content"
        />

    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="1">
        <FrameLayout
            android:id="@android:id/content"
            android:layout_width="match_parent"
            android:layout_height="0dp"
            android:layout_weight="1" />
            android:layout_height="wrap_content" />
    </ScrollView>

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