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

Commit 417af889 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix overlapping problem for device admin page" into sc-dev

parents d573f1d1 ef8f5c5c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    android:layout_height="match_parent"
    android:orientation="vertical">

    <ScrollView
    <androidx.core.widget.NestedScrollView
        android:layout_width="match_parent"
        android:layout_height="0dip"
        android:layout_weight="1.0"
@@ -173,5 +173,5 @@
            </LinearLayout>

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