From 951decebb49281f614a923ce467c65119c5be55e Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Thu, 27 Jul 2017 12:24:27 -0700 Subject: [PATCH] Update condition tile action button text color Text color needs to be darker for accessibility reasons. Change-Id: I3ff37f36281d70dd180c0747a707b597139157c2 Fix: 64068145 Test: visual --- res/layout/condition_tile.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/res/layout/condition_tile.xml b/res/layout/condition_tile.xml index 710d2f2ef83..3e2f9b4938c 100644 --- a/res/layout/condition_tile.xml +++ b/res/layout/condition_tile.xml @@ -43,7 +43,7 @@ android:layout_height="wrap_content" android:layout_marginTop="14dp" android:textAppearance="?android:attr/textAppearanceSmall" - android:textColor="?android:attr/colorAccent" /> + android:textColor="?android:attr/textColorPrimary" /> @@ -75,7 +75,7 @@ android:paddingStart="0dp" android:alpha=".8" android:textAlignment="viewStart" - android:textColor="?android:attr/colorAccent" + android:textColor="?android:attr/textColorPrimary" style="?android:attr/buttonBarButtonStyle" />