summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorEvan Millar <emillar@google.com>2009-09-21 11:13:03 -0700
committerEvan Millar <emillar@google.com>2009-09-21 11:13:03 -0700
commit00ac7e6490e8be8314f660d9ef29fb8258e9000b (patch)
tree4f78baa9a7b49461f414e1e9842237496a8e2c50 /core
parente256c79731ecd412fbf0d566ea6c844ea8e972a1 (diff)
downloadframeworks_base-00ac7e6490e8be8314f660d9ef29fb8258e9000b.zip
frameworks_base-00ac7e6490e8be8314f660d9ef29fb8258e9000b.tar.gz
frameworks_base-00ac7e6490e8be8314f660d9ef29fb8258e9000b.tar.bz2
Make background color pure black.
Change-Id: Iedd1da42448bf295b87284d24a030430f4f8e3fe
Diffstat (limited to 'core')
-rw-r--r--core/res/res/values/colors.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/colors.xml b/core/res/res/values/colors.xml
index 2f09aca..15841a8 100644
--- a/core/res/res/values/colors.xml
+++ b/core/res/res/values/colors.xml
@@ -19,7 +19,7 @@
-->
<resources>
<drawable name="screen_background_light">#ffffffff</drawable>
- <drawable name="screen_background_dark">#ff1a1a1a</drawable>
+ <drawable name="screen_background_dark">#ff000000</drawable>
<drawable name="status_bar_closed_default_background">#ff000000</drawable>
<drawable name="status_bar_opened_default_background">#ff000000</drawable>
<drawable name="search_bar_default_color">#ff000000</drawable>
@@ -36,7 +36,7 @@
<color name="white">#ffffffff</color>
<color name="black">#ff000000</color>
<color name="transparent">#00000000</color>
- <color name="background_dark">#ff1a1a1a</color>
+ <color name="background_dark">#ff000000</color>
<color name="bright_foreground_dark">#ffffffff</color>
<color name="bright_foreground_dark_disabled">#80ffffff</color>
<color name="bright_foreground_dark_inverse">#ff000000</color>