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/layout | |
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/layout')
-rw-r--r-- | res/layout/wifi_assistant_card.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/wifi_assistant_card.xml b/res/layout/wifi_assistant_card.xml index 529f9e9..7c9af17 100644 --- a/res/layout/wifi_assistant_card.xml +++ b/res/layout/wifi_assistant_card.xml @@ -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" |