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

Commit c7900f3d authored by Evan Severson's avatar Evan Severson
Browse files

Make AppPermissionSelection resizable

I mistakenly forgot to add this in http://ag/6717874

Test: Build
Change-Id: I77788161da62d4bab2275141a5235524a581bf5f
parent 1c568d18
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -36,8 +36,6 @@
            <include layout="@layout/header_large" />

            <LinearLayout
                android:layout_width="match_parent"
                android:layout_height="wrap_content"
                style="@style/AppPermissionSelection">

                <TextView
+2 −0
Original line number Diff line number Diff line
@@ -205,6 +205,8 @@
    </style>

    <style name="AppPermissionSelection">
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:orientation">vertical</item>
        <item name="android:minHeight">?android:attr/listPreferredItemHeight</item>
        <item name="android:paddingStart">?android:attr/listPreferredItemPaddingStart</item>