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

Commit 10ea519f authored by Jason Monk's avatar Jason Monk Committed by Android (Google) Code Review
Browse files

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

parents c8df6aa4 c4f80d21
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" />