From 58fca6385a88edcdf465647d25e1e2897ee14423 Mon Sep 17 00:00:00 2001 From: Lei Yang Date: Mon, 13 Feb 2017 10:39:29 +0800 Subject: [PATCH] Fix "Set up Wi-Fi NFC Tag" dialog cannot be scrolled "Set up Wi-Fi NFC Tag" dialog cannot be scrolled and "Show password" is not displayed when setting Font size and Display size to Largest. To fix this issue, ScrollView should be added. Fixes: 66936807 Test: manual - long tap a connected Wi-Fi AP and tap "Write to NFC tag". Change-Id: I3edcf3c2b9db47319e18405066bcb835b064b690 --- res/layout/write_wifi_config_to_nfc.xml | 101 +++++++++++++----------- 1 file changed, 55 insertions(+), 46 deletions(-) diff --git a/res/layout/write_wifi_config_to_nfc.xml b/res/layout/write_wifi_config_to_nfc.xml index 9b19df77a42..3c39ad1b03e 100644 --- a/res/layout/write_wifi_config_to_nfc.xml +++ b/res/layout/write_wifi_config_to_nfc.xml @@ -15,53 +15,62 @@ limitations under the License. --> - + - - - - - - - - - - - - - + style="@style/wifi_section"> - + + + + + + + + + + + + + + + +