[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
This commit is contained in:
Maurice Lam
2014-08-10 16:22:59 -07:00
parent bb76ee92bc
commit 7a77a8b2a4
6 changed files with 90 additions and 9 deletions

View File

@@ -32,7 +32,7 @@
<ImageView
android:id="@+id/cardBackground"
android:background="@color/setup_add_wifi_network_text_color"
android:background="@color/wifi_assistant_color_accent"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_gravity="center"