OSDN Git Service

[WifiSetup] Progress when wifi scanning
authorMaurice Lam <yukl@google.com>
Mon, 25 Aug 2014 01:29:40 +0000 (18:29 -0700)
committerMaurice Lam <yukl@google.com>
Mon, 25 Aug 2014 20:19:49 +0000 (13:19 -0700)
commitb6c414a6d279b83f5306e9d4aaddb02e5bb8cfe1
tree6ee246f58ccb6823264b599237751e5e49da0c9d
parentaa5c7565e42efdfa5ae5506a0a9dfd4f05461034
[WifiSetup] Progress when wifi scanning

Use a custom empty view to show the status while wifi is scanning
or off. Cannot use android.R.id.empty because in phone portrait
layout the illustration is the listview header, which will be hidden
if the list is empty and we use ListView.setEmptyView.

Bug: 17183006
Change-Id: Ie8598303f4e61f87e078008fb7a03918ba92c9ef
src/com/android/settings/wifi/WifiSettings.java
src/com/android/settings/wifi/WifiSettingsForSetupWizard.java