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

Commit c4f80d21 authored by Jason Monk's avatar Jason Monk
Browse files

Allow QS details to scroll when the screen is really small

Change-Id: Ib28b6e9d888e864741c3ac472d30ef7cae06fe67
Fixes: 27276984
parent 49425d61
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" />