From f6991a26ea6b9e9ef196e27d28f2d78fa007cd81 Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Mon, 20 Apr 2015 14:05:55 -0700 Subject: [PATCH] [WifiSetup] Update Wi-Fi icon colors For the new blue-themed setup wizard, update the colors of the Wi-Fi icons. This reuses the abandoned wifi_signal_colored XML, update it to reference the new material wifi_signal_teal icon. Only the shape of wifi_signal_teal is used. Tint is applied to the icon so that the actual color is defined by wifi_signal_color attr in the theme. Bug: 19729981 Change-Id: I59a8c137086f2e80eb7e10880626098243b14d13 --- res/drawable/wifi_signal_colored.xml | 16 ++++++++-------- res/values/colors.xml | 4 ++-- res/values/themes.xml | 4 ++-- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/res/drawable/wifi_signal_colored.xml b/res/drawable/wifi_signal_colored.xml index 4eb41c0623c..91f8b88a530 100644 --- a/res/drawable/wifi_signal_colored.xml +++ b/res/drawable/wifi_signal_colored.xml @@ -20,22 +20,22 @@ @@ -44,22 +44,22 @@ diff --git a/res/values/colors.xml b/res/values/colors.xml index dd7382fd189..e9da7fed411 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -47,8 +47,8 @@ @color/suw_color_accent_light #fff44336 @color/lock_pattern_view_error_color - #ff00e4ff - #ff0096a6 + #ff448aff + #ff3367d6 #00000000 #ff37474f diff --git a/res/values/themes.xml b/res/values/themes.xml index 0d281269cd1..2c900bb773a 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -41,7 +41,7 @@ @color/setup_divider_color_dark 0dip @color/setup_wizard_wifi_color_dark - @drawable/wifi_signal_teal + @drawable/wifi_signal_colored ?android:attr/colorBackground @@ -62,7 +62,7 @@ @color/setup_divider_color_light 0dip @color/setup_wizard_wifi_color_light - @drawable/wifi_signal_teal + @drawable/wifi_signal_colored ?android:attr/colorBackground