From ce16d787bdcefa393cb2da09652b580ba94b94a9 Mon Sep 17 00:00:00 2001 From: Romain Guy Date: Tue, 2 Jun 2009 15:15:12 -0700 Subject: Fixes #1890914. Bright theme's background color should be #fff9f9f9 instead of pure white (#ffffffff). --- core/res/res/values/colors.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/res/res/values/colors.xml b/core/res/res/values/colors.xml index 96369f4099a4..f67f04cf2469 100644 --- a/core/res/res/values/colors.xml +++ b/core/res/res/values/colors.xml @@ -18,7 +18,7 @@ */ --> - #ffffffff + #fff9f9f9 #ff1a1a1a #ff000000 #ff000000 @@ -37,7 +37,7 @@ #323232 #80323232 #808080 - #ffffffff + #fff9f9f9 #ff000000 #ffffffff #80000000 @@ -58,7 +58,7 @@ @drawable/editbox_dropdown_background_dark @drawable/editbox_dropdown_background - #ffffffff + #fff9f9f9 #ff0092f4 -- cgit v1.2.3-59-g8ed1b