summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauloftheWest <paulofthewest@google.com>2014-08-21 11:49:17 -0700
committerPauloftheWest <paulofthewest@google.com>2014-08-21 11:57:29 -0700
commit2b41c90fed9487ea8f83cad684d2061a1c112981 (patch)
tree7b325db1d9e48692d0c20375005be01c747d4aae
parentff2da2cdb332be35bc94e3e66a10d55fe7bb0105 (diff)
downloadpackages_apps_Settings-2b41c90fed9487ea8f83cad684d2061a1c112981.tar.gz
packages_apps_Settings-2b41c90fed9487ea8f83cad684d2061a1c112981.tar.bz2
packages_apps_Settings-2b41c90fed9487ea8f83cad684d2061a1c112981.zip
Removed the Wi-Fi icon shown when Wi-Fi is off.
Bug: 16570104 Change-Id: Iacee07c225f6609b92f1df193b682fde0a720a92
-rw-r--r--res/drawable-hdpi/ic_wifi_emptystate.pngbin6129 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_wifi_emptystate.pngbin3956 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/ic_wifi_emptystate.pngbin8323 -> 0 bytes
-rw-r--r--res/drawable-xxhdpi/ic_wifi_emptystate.pngbin14075 -> 0 bytes
-rw-r--r--res/drawable-xxxhdpi/ic_wifi_emptystate.pngbin12336 -> 0 bytes
-rw-r--r--src/com/android/settings/wifi/WifiSettings.java2
6 files changed, 0 insertions, 2 deletions
diff --git a/res/drawable-hdpi/ic_wifi_emptystate.png b/res/drawable-hdpi/ic_wifi_emptystate.png
deleted file mode 100644
index 0192537aa..000000000
--- a/res/drawable-hdpi/ic_wifi_emptystate.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_wifi_emptystate.png b/res/drawable-mdpi/ic_wifi_emptystate.png
deleted file mode 100644
index 15f8df81c..000000000
--- a/res/drawable-mdpi/ic_wifi_emptystate.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_wifi_emptystate.png b/res/drawable-xhdpi/ic_wifi_emptystate.png
deleted file mode 100644
index 7853cb09d..000000000
--- a/res/drawable-xhdpi/ic_wifi_emptystate.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_wifi_emptystate.png b/res/drawable-xxhdpi/ic_wifi_emptystate.png
deleted file mode 100644
index 6f47efbb7..000000000
--- a/res/drawable-xxhdpi/ic_wifi_emptystate.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxxhdpi/ic_wifi_emptystate.png b/res/drawable-xxxhdpi/ic_wifi_emptystate.png
deleted file mode 100644
index 9975f688a..000000000
--- a/res/drawable-xxxhdpi/ic_wifi_emptystate.png
+++ /dev/null
Binary files differ
diff --git a/src/com/android/settings/wifi/WifiSettings.java b/src/com/android/settings/wifi/WifiSettings.java
index 1503f2224..bfbe22d4d 100644
--- a/src/com/android/settings/wifi/WifiSettings.java
+++ b/src/com/android/settings/wifi/WifiSettings.java
@@ -775,8 +775,6 @@ public class WifiSettings extends RestrictedSettingsFragment
private void setOffMessage() {
if (mEmptyView != null) {
- mEmptyView.setCompoundDrawablesWithIntrinsicBounds(0,
- R.drawable.ic_wifi_emptystate, 0, 0);
mEmptyView.setText(R.string.wifi_empty_list_wifi_off);
if (android.provider.Settings.Global.getInt(getActivity().getContentResolver(),
android.provider.Settings.Global.WIFI_SCAN_ALWAYS_AVAILABLE, 0) == 1) {