OSDN Git Service

[WifiSetup] Fix colors during setup
authorMaurice Lam <yukl@google.com>
Sun, 10 Aug 2014 23:22:59 +0000 (16:22 -0700)
committerMaurice Lam <yukl@google.com>
Tue, 12 Aug 2014 01:53:21 +0000 (18:53 -0700)
commit7a77a8b2a43ed3a7a8ba3cd2623e4dfdbdcf6e23
tree1113b0adb960dfcdd827cd9052dfafea3ff6c7ef
parentbb76ee92bc69a6ccae7c9085e23a45504c2c1217
[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
res/drawable/wifi_signal_colored.xml [new file with mode: 0644]
res/layout/wifi_assistant_card.xml
res/values/colors.xml
res/values/styles.xml
res/values/themes.xml
src/com/android/settings/wifi/WifiSetupActivity.java