From fe7d04fee23b4142c77ec7ab1416f0b94384ba63 Mon Sep 17 00:00:00 2001 From: Daisuke Miyakawa Date: Tue, 1 Feb 2011 12:46:33 -0800 Subject: [PATCH] Introduce "add network" again The button was once disabled due to the issue 3400715. See also Ic618078bc70a7db35ec22e6382b9486e92630120 Bug: 3403168 Change-Id: If823a0e8218480b89405e5c4fa6d1afe791eb6d5 --- res/layout-xlarge/wifi_settings_for_setup_wizard_xl.xml | 3 +-- .../android/settings/wifi/WifiSettingsForSetupWizardXL.java | 4 +--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/res/layout-xlarge/wifi_settings_for_setup_wizard_xl.xml b/res/layout-xlarge/wifi_settings_for_setup_wizard_xl.xml index 2a7da0e80e3..78f182d6a5b 100644 --- a/res/layout-xlarge/wifi_settings_for_setup_wizard_xl.xml +++ b/res/layout-xlarge/wifi_settings_for_setup_wizard_xl.xml @@ -139,8 +139,7 @@ style="@style/setup_wizard_button" android:layout_alignParentLeft="true" android:text="@string/wifi_setup_add_network" - android:enabled="false" - android:visibility="gone" /> + android:enabled="false" />