From cb8d0704dcedfe22391d8716bb8b1ba21b95bbf6 Mon Sep 17 00:00:00 2001 From: Arc Wang Date: Wed, 7 Apr 2021 14:18:20 +0800 Subject: [PATCH] Fix AddNetworkFragment bottom buttons position problem AddNetworkFragment bottom buttons align parent bottom, it has display problem because collapsing toolbar changes its height and squeeze the bottom buttons out of the screen. This change sets the bottom buttons align the bottom of other content. Bug: 179656154 Test: manual visual Change-Id: I6f0062d10c603e40e3f8c2683d5610418df6522a --- res/layout/wifi_add_network_view.xml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/res/layout/wifi_add_network_view.xml b/res/layout/wifi_add_network_view.xml index 33154f63345..6af46cfc9a7 100644 --- a/res/layout/wifi_add_network_view.xml +++ b/res/layout/wifi_add_network_view.xml @@ -15,25 +15,26 @@ limitations under the License. --> - + android:clipChildren="true"> - \ No newline at end of file + \ No newline at end of file