From ac27b30fa656a1c13b7fc8b2cbc133f54995b4ba Mon Sep 17 00:00:00 2001 From: Seigo Nonaka Date: Mon, 7 Mar 2016 13:52:52 -0800 Subject: [PATCH] Change suggestion window text color based on user feedback. Changing highlight text color to black alpha=.87 and normal text to black alpha=.57. It turned out that alpha value is ignored if we set alpha value and textColor at the same time. Using #AARRGGBB style instead. Bug: 27389556 Change-Id: I318379261c66d9da089e8f8bf9f8136c10958511 --- core/res/res/values/styles_material.xml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/core/res/res/values/styles_material.xml b/core/res/res/values/styles_material.xml index a9c8a06369f5a..a65a813da84b3 100644 --- a/core/res/res/values/styles_material.xml +++ b/core/res/res/values/styles_material.xml @@ -993,8 +993,7 @@ please see styles_device_defaults.xml.