diff options
author | Maurice Lam <yukl@google.com> | 2014-08-10 16:22:59 -0700 |
---|---|---|
committer | Maurice Lam <yukl@google.com> | 2014-08-11 18:53:21 -0700 |
commit | 7a77a8b2a43ed3a7a8ba3cd2623e4dfdbdcf6e23 (patch) | |
tree | 1113b0adb960dfcdd827cd9052dfafea3ff6c7ef /res/values/styles.xml | |
parent | bb76ee92bc69a6ccae7c9085e23a45504c2c1217 (diff) | |
download | packages_apps_Settings-7a77a8b2a43ed3a7a8ba3cd2623e4dfdbdcf6e23.zip packages_apps_Settings-7a77a8b2a43ed3a7a8ba3cd2623e4dfdbdcf6e23.tar.gz packages_apps_Settings-7a77a8b2a43ed3a7a8ba3cd2623e4dfdbdcf6e23.tar.bz2 |
[WifiSetup] Fix colors during setup
Fixed background color for dark theme, Wi-Fi icon color for light
and dark themes, "Add another network" button color for light and
dark themes. Created wifi_signal_colored which uses wifi_signal_color
to tint the Wi-Fi icon.
Also fixed theme extra propagation.
Bug: 16903606
Change-Id: Iab24828f888d7827184762d0d63d139d0a2c381e
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r-- | res/values/styles.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index 566748a..1b08e0f 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -192,7 +192,7 @@ <item name="android:paddingStart">@dimen/setup_list_no_icon_padding</item> <item name="android:textAllCaps">true</item> <item name="android:textAppearance">@android:style/TextAppearance.Small</item> - <item name="android:textColor">@color/setup_add_wifi_network_text_color</item> + <item name="android:textColor">?android:attr/colorAccent</item> </style> <style name="wifi_item"> @@ -290,7 +290,7 @@ <style name="WifiAssistantButton"> <item name="android:textAppearance">?android:attr/textAppearanceMedium</item> - <item name="android:textColor">@color/setup_add_wifi_network_text_color</item> + <item name="android:textColor">@color/wifi_assistant_color_accent</item> </style> <!-- Scrollbar style OUTSIDE_OVERLAY --> |