[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user