diff options
| author | Gilles Debunne <debunne@google.com> | 2010-08-12 18:16:08 -0700 |
|---|---|---|
| committer | Gilles Debunne <debunne@google.com> | 2010-08-13 14:38:51 -0700 |
| commit | 9a30556b9a7dfebdb149a889afb58509067d86ef (patch) | |
| tree | dc9f0658a31fce3d63a586e0edfac1f82a4ba773 /core | |
| parent | 04ba60895adb80e4d542e22fae56e147b5eeebdd (diff) | |
| download | frameworks_base-9a30556b9a7dfebdb149a889afb58509067d86ef.zip frameworks_base-9a30556b9a7dfebdb149a889afb58509067d86ef.tar.gz frameworks_base-9a30556b9a7dfebdb149a889afb58509067d86ef.tar.bz2 | |
Changed default background colors to new UI style.
Change-Id: I069fe2047d16fb6f4c7870412386ba40bd0ebd39
Diffstat (limited to 'core')
| -rw-r--r-- | core/res/res/values/colors.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/core/res/res/values/colors.xml b/core/res/res/values/colors.xml index b6af6b2..a2316e0 100644 --- a/core/res/res/values/colors.xml +++ b/core/res/res/values/colors.xml @@ -18,8 +18,8 @@ */ --> <resources> - <drawable name="screen_background_light">#ffffffff</drawable> - <drawable name="screen_background_dark">#ff000000</drawable> + <drawable name="screen_background_light">#ffefefef</drawable> + <drawable name="screen_background_dark">#ff101010</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,18 +36,18 @@ <color name="white">#ffffffff</color> <color name="black">#ff000000</color> <color name="transparent">#00000000</color> - <color name="background_dark">#ff000000</color> - <color name="bright_foreground_dark">#ffffffff</color> + <color name="background_dark">#ff101010</color> + <color name="bright_foreground_dark">#ffefefef</color> <color name="bright_foreground_dark_disabled">#80ffffff</color> - <color name="bright_foreground_dark_inverse">#ff000000</color> + <color name="bright_foreground_dark_inverse">@android:color/background_dark</color> <color name="dim_foreground_dark">#bebebe</color> <color name="dim_foreground_dark_disabled">#80bebebe</color> <color name="dim_foreground_dark_inverse">#323232</color> <color name="dim_foreground_dark_inverse_disabled">#80323232</color> <color name="hint_foreground_dark">#808080</color> - <color name="background_light">#ffffffff</color> - <color name="bright_foreground_light">#ff000000</color> - <color name="bright_foreground_light_inverse">#ffffffff</color> + <color name="background_light">@android:color/bright_foreground_dark</color> + <color name="bright_foreground_light">@android:color/background_dark</color> + <color name="bright_foreground_light_inverse">@android:color/bright_foreground_dark</color> <color name="bright_foreground_light_disabled">#80000000</color> <color name="dim_foreground_light">#323232</color> <color name="dim_foreground_light_disabled">#80323232</color> |
