diff options
| author | 2011-06-20 13:07:39 -0700 | |
|---|---|---|
| committer | 2011-06-20 13:07:39 -0700 | |
| commit | 1be495683c9e6dba07d36f18a0b6ae8ece7b276f (patch) | |
| tree | d59b7db14cb0c45f9ecd278198b3b638c37f0002 | |
| parent | 3106a9b7f5c5c6a62d3fa5772d8c2bb41d22c6eb (diff) | |
| parent | 0adb443ad526e496639c189f7c0c70893269c449 (diff) | |
Merge "Match legacy theme colors with gingerbread"
| -rw-r--r-- | core/res/res/values/colors.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/colors.xml b/core/res/res/values/colors.xml index e76c0e52e034..2a1ebfc0a4d8 100644 --- a/core/res/res/values/colors.xml +++ b/core/res/res/values/colors.xml @@ -18,7 +18,7 @@ */ --> <resources> - <drawable name="screen_background_light">#fff3f3f3</drawable> + <drawable name="screen_background_light">#ffffffff</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> @@ -37,7 +37,7 @@ <color name="black">#ff000000</color> <color name="transparent">#00000000</color> <color name="background_dark">#ff000000</color> - <color name="background_light">#fff3f3f3</color> + <color name="background_light">#ffffffff</color> <color name="bright_foreground_dark">@android:color/background_light</color> <color name="bright_foreground_light">@android:color/background_dark</color> <color name="bright_foreground_dark_disabled">#80ffffff</color> |