From 20e09e05cc6b86676de16cabe383ad82892a8102 Mon Sep 17 00:00:00 2001 From: Salvador Martinez Date: Wed, 27 Mar 2019 18:50:16 -0700 Subject: [PATCH] Change master switch background and icon color This CL updates the master switch background color and also reverts the color of the icons on the left hand side from color accent back to the default. Test: visual inspection Bug: 128769294 Change-Id: Ie02f5049ad628c8564638264e690825f404ee3d9 --- res/values-night/colors.xml | 1 - res/values-night/themes.xml | 4 +--- res/values/colors.xml | 1 - res/values/themes.xml | 2 +- tests/robotests/res/values/themes.xml | 2 +- 5 files changed, 3 insertions(+), 7 deletions(-) diff --git a/res/values-night/colors.xml b/res/values-night/colors.xml index 617feb31ec1..8a6b697c1b8 100644 --- a/res/values-night/colors.xml +++ b/res/values-night/colors.xml @@ -16,7 +16,6 @@ @android:color/black - #dadce0 #82000000 @android:color/black #783BE5 diff --git a/res/values-night/themes.xml b/res/values-night/themes.xml index 8deae1cb359..2227b889bb3 100644 --- a/res/values-night/themes.xml +++ b/res/values-night/themes.xml @@ -29,9 +29,7 @@ ?android:attr/colorAccent - + diff --git a/tests/robotests/res/values/themes.xml b/tests/robotests/res/values/themes.xml index 41ace18a15e..92edb17b503 100644 --- a/tests/robotests/res/values/themes.xml +++ b/tests/robotests/res/values/themes.xml @@ -23,7 +23,7 @@ @android:color/white @dimen/switchbar_subsettings_margin_start @dimen/switchbar_subsettings_margin_end - @color/switch_bar_background + ?android:attr/textColorSecondary ?android:attr/colorAccent @drawable/ic_help