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

Commit 7c2090b8 authored by changbetty's avatar changbetty
Browse files

Add scrollView with config layout and button layout

Screenshot: https://photos.app.goo.gl/xmySTmdzbQeXksJC9

Bug: 186883458
Test: manaul test
Change-Id: I9c6855e95b032fbd71dce8399678521879363629
parent d8c11f52
Loading
Loading
Loading
Loading
+22 −12
Original line number Diff line number Diff line
@@ -22,7 +22,14 @@
    android:layout_height="wrap_content"
    android:clipToPadding="true"
    android:clipChildren="true">

        <ScrollView
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:scrollIndicators="top|bottom">
                <LinearLayout
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:orientation="vertical">
                        <include
                            android:id="@+id/wifi_dialog_frame"
                            android:layout_width="match_parent"
@@ -37,4 +44,7 @@
                            android:layout_height="wrap_content"
                            app:layout_constraintTop_toBottomOf="@id/wifi_dialog_frame"
                            layout="@*android:layout/alert_dialog_button_bar_material"/>
                </LinearLayout>
        </ScrollView>

</androidx.constraintlayout.widget.ConstraintLayout>
 No newline at end of file