From 859dcab128d804ec50f84779cdbf95f1505bae0e Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Wed, 14 Jan 2015 15:37:36 -0800 Subject: Remove grey Wi-Fi icon from Setup Wizard This removes the grey Wi-Fi icon from the empty-view in the Wi-Fi list of Setup Wizard. Also updated the style so it looks like the description text in other setup screens. Also fixed the view recycling by not calling getRootAdapter in onActivityCreated, since that will cause the Preference framework to not cache the AccessPoint preference. Bug: 17575719 Bug: 16518752 Change-Id: I06cbc88db1c04b29a9ce8221596265effc39b90b --- res/layout/setup_wifi_empty.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 res/layout/setup_wifi_empty.xml (limited to 'res/layout') diff --git a/res/layout/setup_wifi_empty.xml b/res/layout/setup_wifi_empty.xml new file mode 100644 index 0000000..52864f9 --- /dev/null +++ b/res/layout/setup_wifi_empty.xml @@ -0,0 +1,24 @@ + + + + -- cgit v1.1