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

Commit 750d0df0 authored by Quallenauge's avatar Quallenauge Committed by Hamsi2k
Browse files

Settings: Migrate interstitial encryption settings xml to NestedScrollView.

ScrollView doesn't play well with this usecase.

Change-Id: Iff0f79809112cbde748f41e5674b7b27c96b0117
parent c630ca38
Loading
Loading
Loading
Loading
+11 −7
Original line number Diff line number Diff line
@@ -28,13 +28,17 @@
        android:clipChildren="false"
        android:clipToPadding="false"
        android:orientation="vertical">

        <androidx.core.widget.NestedScrollView
            android:layout_width="match_parent"
            android:layout_height="0dip"
            android:layout_marginTop="16dp"
            android:layout_weight="1">
            <TextView
                android:id="@+id/sud_layout_description"
                style="@style/SudDescription.Glif"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content" />

        </androidx.core.widget.NestedScrollView>
    </LinearLayout>

</com.google.android.setupdesign.GlifLayout>