Merge change 2962 into donut

* changes:
  Fixes #1890914.
This commit is contained in:
Android (Google) Code Review
2009-06-02 15:16:34 -07:00

View File

@@ -18,7 +18,7 @@
*/ */
--> -->
<resources> <resources>
<drawable name="screen_background_light">#ffffffff</drawable> <drawable name="screen_background_light">#fff9f9f9</drawable>
<drawable name="screen_background_dark">#ff1a1a1a</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>
@@ -37,7 +37,7 @@
<color name="dim_foreground_dark_inverse">#323232</color> <color name="dim_foreground_dark_inverse">#323232</color>
<color name="dim_foreground_dark_inverse_disabled">#80323232</color> <color name="dim_foreground_dark_inverse_disabled">#80323232</color>
<color name="hint_foreground_dark">#808080</color> <color name="hint_foreground_dark">#808080</color>
<color name="background_light">#ffffffff</color> <color name="background_light">#fff9f9f9</color>
<color name="bright_foreground_light">#ff000000</color> <color name="bright_foreground_light">#ff000000</color>
<color name="bright_foreground_light_inverse">#ffffffff</color> <color name="bright_foreground_light_inverse">#ffffffff</color>
<color name="bright_foreground_light_disabled">#80000000</color> <color name="bright_foreground_light_disabled">#80000000</color>
@@ -58,7 +58,7 @@
<drawable name="editbox_dropdown_dark_frame">@drawable/editbox_dropdown_background_dark</drawable> <drawable name="editbox_dropdown_dark_frame">@drawable/editbox_dropdown_background_dark</drawable>
<drawable name="editbox_dropdown_light_frame">@drawable/editbox_dropdown_background</drawable> <drawable name="editbox_dropdown_light_frame">@drawable/editbox_dropdown_background</drawable>
<drawable name="input_method_fullscreen_background">#ffffffff</drawable> <drawable name="input_method_fullscreen_background">#fff9f9f9</drawable>
<!-- For date picker widget --> <!-- For date picker widget -->
<drawable name="selected_day_background">#ff0092f4</drawable> <drawable name="selected_day_background">#ff0092f4</drawable>