From 6f22fb7dc181808a9dc26808a3f89e0eb159c0bd Mon Sep 17 00:00:00 2001 From: Sundeep Ghuman Date: Wed, 12 Apr 2017 17:17:49 -0700 Subject: [PATCH] Update Wifi Preferences with custom icons. Bug: b/37281159 Test: Visual inspection of resource change only, see screenshot. Change-Id: I1fb11667d9fe81873cc8e0a01db98890f106f1be --- res/drawable/ic_auto_wifi.xml | 35 +++++++++++++++++++ res/drawable/ic_open_wifi_autoconnect.xml | 25 ++++++++++++++ res/drawable/ic_open_wifi_notifications.xml | 37 +++++++++++++++++++++ res/xml/wifi_configure_settings.xml | 6 ++-- 4 files changed, 100 insertions(+), 3 deletions(-) create mode 100644 res/drawable/ic_auto_wifi.xml create mode 100644 res/drawable/ic_open_wifi_autoconnect.xml create mode 100644 res/drawable/ic_open_wifi_notifications.xml diff --git a/res/drawable/ic_auto_wifi.xml b/res/drawable/ic_auto_wifi.xml new file mode 100644 index 00000000000..82e42f09e12 --- /dev/null +++ b/res/drawable/ic_auto_wifi.xml @@ -0,0 +1,35 @@ + + + + + + \ No newline at end of file diff --git a/res/drawable/ic_open_wifi_autoconnect.xml b/res/drawable/ic_open_wifi_autoconnect.xml new file mode 100644 index 00000000000..c752522fd90 --- /dev/null +++ b/res/drawable/ic_open_wifi_autoconnect.xml @@ -0,0 +1,25 @@ + + + + diff --git a/res/drawable/ic_open_wifi_notifications.xml b/res/drawable/ic_open_wifi_notifications.xml new file mode 100644 index 00000000000..5435bdb476a --- /dev/null +++ b/res/drawable/ic_open_wifi_notifications.xml @@ -0,0 +1,37 @@ + + + + + + + + diff --git a/res/xml/wifi_configure_settings.xml b/res/xml/wifi_configure_settings.xml index b1625cc72e4..14990a5b1c9 100644 --- a/res/xml/wifi_configure_settings.xml +++ b/res/xml/wifi_configure_settings.xml @@ -22,19 +22,19 @@ + android:icon="@drawable/ic_open_wifi_notifications"/>