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

Commit c7867c80 authored by jackqdyulei's avatar jackqdyulei
Browse files

Add scrollview for dns dialog

Also update dialog to appcompat to avoid the crash

Change-Id: Ide6483f1160713dae8111de533a8b3345a3420c2
Fixes: 111351793
Test: Manual
parent baea63bf
Loading
Loading
Loading
Loading
+54 −47
Original line number Original line Diff line number Diff line
@@ -14,8 +14,12 @@
     limitations under the License.
     limitations under the License.
-->
-->


<LinearLayout
<ScrollView
    xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content">

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        android:orientation="vertical"
@@ -72,3 +76,6 @@
            android:paddingStart="16dp"
            android:paddingStart="16dp"
            android:textAppearance="?android:attr/textAppearanceSmall"/>
            android:textAppearance="?android:attr/textAppearanceSmall"/>
    </LinearLayout>
    </LinearLayout>

</ScrollView>