Add scrollView with config layout and button layout
Screenshot: https://photos.app.goo.gl/xmySTmdzbQeXksJC9 Bug: 186883458 Test: manaul test Change-Id: I9c6855e95b032fbd71dce8399678521879363629
This commit is contained in:
@@ -22,19 +22,29 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:clipToPadding="true"
|
android:clipToPadding="true"
|
||||||
android:clipChildren="true">
|
android:clipChildren="true">
|
||||||
|
<ScrollView
|
||||||
<include
|
|
||||||
android:id="@+id/wifi_dialog_frame"
|
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_above="@id/add_network_button_bar"
|
android:scrollIndicators="top|bottom">
|
||||||
app:layout_constraintTop_toTopOf="parent"
|
<LinearLayout
|
||||||
layout="@layout/wifi_dialog"/>
|
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"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_above="@id/add_network_button_bar"
|
||||||
|
app:layout_constraintTop_toTopOf="parent"
|
||||||
|
layout="@layout/wifi_dialog"/>
|
||||||
|
|
||||||
|
<include
|
||||||
|
android:id="@+id/add_network_button_bar"
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
app:layout_constraintTop_toBottomOf="@id/wifi_dialog_frame"
|
||||||
|
layout="@*android:layout/alert_dialog_button_bar_material"/>
|
||||||
|
</LinearLayout>
|
||||||
|
</ScrollView>
|
||||||
|
|
||||||
<include
|
|
||||||
android:id="@+id/add_network_button_bar"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
app:layout_constraintTop_toBottomOf="@id/wifi_dialog_frame"
|
|
||||||
layout="@*android:layout/alert_dialog_button_bar_material"/>
|
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
Reference in New Issue
Block a user