am fd974f20: Merge change Ifb2ab8f8 into eclair

Merge commit 'fd974f208c5f1e7e6682d772d2cebf4501cd5aed' into eclair-plus-aosp

* commit 'fd974f208c5f1e7e6682d772d2cebf4501cd5aed':
  Reverting the background colors back to cupcake's values.
This commit is contained in:
Nicolas Catania
2009-09-29 23:13:24 -07:00
committed by Android Git Automerger

View File

@@ -19,7 +19,7 @@
--> -->
<resources> <resources>
<drawable name="screen_background_light">#ffffffff</drawable> <drawable name="screen_background_light">#ffffffff</drawable>
<drawable name="screen_background_dark">#ff000000</drawable> <drawable name="screen_background_dark">#ff1a1a1a</drawable>
<drawable name="status_bar_closed_default_background">#ff000000</drawable> <drawable name="status_bar_closed_default_background">#ff000000</drawable>
<drawable name="status_bar_opened_default_background">#ff000000</drawable> <drawable name="status_bar_opened_default_background">#ff000000</drawable>
<drawable name="search_bar_default_color">#ff000000</drawable> <drawable name="search_bar_default_color">#ff000000</drawable>
@@ -36,7 +36,7 @@
<color name="white">#ffffffff</color> <color name="white">#ffffffff</color>
<color name="black">#ff000000</color> <color name="black">#ff000000</color>
<color name="transparent">#00000000</color> <color name="transparent">#00000000</color>
<color name="background_dark">#ff000000</color> <color name="background_dark">#ff1a1a1a</color>
<color name="bright_foreground_dark">#ffffffff</color> <color name="bright_foreground_dark">#ffffffff</color>
<color name="bright_foreground_dark_disabled">#80ffffff</color> <color name="bright_foreground_dark_disabled">#80ffffff</color>
<color name="bright_foreground_dark_inverse">#ff000000</color> <color name="bright_foreground_dark_inverse">#ff000000</color>