From b962d6566c99edf9950b5d05c5f08c56d1f850fe Mon Sep 17 00:00:00 2001 From: Daisuke Miyakawa Date: Mon, 13 Sep 2010 15:26:43 -0700 Subject: [PATCH] SetupWizard improvement: let users see "scanning" Current UI shows nothing when there's no connection available, even when the device is finding some. So user cannot know whether the static "Not connected" screen means: the device is finding right now, or actually no network is available. Change-Id: Ia8ea1c66956e8de819f6a98362bcc9086bda172c --- AndroidManifest.xml | 3 ++- .../android/settings/wifi/WifiSettings.java | 8 ++++++ .../wifi/WifiSettingsForSetupWizardXL.java | 26 ++++++++++++++----- 3 files changed, 29 insertions(+), 8 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 42c076b116e..c5309784f25 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -103,7 +103,8 @@ android:theme="@android:style/Theme.NoTitleBar" android:clearTaskOnLaunch="true" android:screenOrientation="landscape" - android:exported="true" /> + android:exported="true" + android:theme="@android:style/Theme.Holo.NoTitleBar" />