From 7c2090b87050e91eac88aeb16201bc2bb7a6ecaf Mon Sep 17 00:00:00 2001 From: changbetty Date: Wed, 5 May 2021 15:26:18 +0800 Subject: [PATCH] Add scrollView with config layout and button layout Screenshot: https://photos.app.goo.gl/xmySTmdzbQeXksJC9 Bug: 186883458 Test: manaul test Change-Id: I9c6855e95b032fbd71dce8399678521879363629 --- res/layout/wifi_add_network_view.xml | 34 ++++++++++++++++++---------- 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/res/layout/wifi_add_network_view.xml b/res/layout/wifi_add_network_view.xml index 6af46cfc9a7..8c23020fcb8 100644 --- a/res/layout/wifi_add_network_view.xml +++ b/res/layout/wifi_add_network_view.xml @@ -22,19 +22,29 @@ android:layout_height="wrap_content" android:clipToPadding="true" android:clipChildren="true"> - - + android:scrollIndicators="top|bottom"> + + + + + + - \ No newline at end of file