am 29c72ef3: am 59a2c295: Merge change Id703d6bb into eclair

Merge commit '29c72ef336152f6b0bef6e99e0e76e07750fba3f'

* commit '29c72ef336152f6b0bef6e99e0e76e07750fba3f':
  Black is the new black
This commit is contained in:
Mike Cleron
2009-10-01 13:50:38 -07:00
committed by Android Git Automerger

View File

@@ -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>