From 6ae673caf47f9d6bc5799eb7bd143218e2e763cd Mon Sep 17 00:00:00 2001 From: Alan Viverette Date: Thu, 11 Aug 2016 16:42:38 -0400 Subject: Fix hint text color to align with latest Material spec Bug: 30756246 Change-Id: I5063cc81b8ffad6fb46465c1622bd0083380bd49 --- core/res/res/color/hint_foreground_material_dark.xml | 4 ++++ core/res/res/color/hint_foreground_material_light.xml | 4 ++++ core/res/res/values/colors_material.xml | 5 ++++- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/core/res/res/color/hint_foreground_material_dark.xml b/core/res/res/color/hint_foreground_material_dark.xml index 77883d975c75..5cc955952524 100644 --- a/core/res/res/color/hint_foreground_material_dark.xml +++ b/core/res/res/color/hint_foreground_material_dark.xml @@ -15,6 +15,10 @@ --> + diff --git a/core/res/res/color/hint_foreground_material_light.xml b/core/res/res/color/hint_foreground_material_light.xml index 99168fdc2962..f7465e0e5139 100644 --- a/core/res/res/color/hint_foreground_material_light.xml +++ b/core/res/res/color/hint_foreground_material_light.xml @@ -15,6 +15,10 @@ --> + diff --git a/core/res/res/values/colors_material.xml b/core/res/res/values/colors_material.xml index a864cf384adb..92426c6a9bca 100644 --- a/core/res/res/values/colors_material.xml +++ b/core/res/res/values/colors_material.xml @@ -61,7 +61,10 @@ #b3ffffff 0.50 - 0.54 + 0.38 + + 0.70 + 0.54 0.26 0.30 -- cgit v1.2.3-59-g8ed1b