summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorRoboErik <epastern@google.com>2011-07-01 16:36:11 -0700
committerRoboErik <epastern@google.com>2011-07-08 16:00:15 -0700
commite9cd8f4513c141ca486bbd141f0fe34bb3c27f3a (patch)
treee9d0e8b28fe93e1655c7077bd4323541b9830323 /res/values/colors.xml
parentbf44d0f3a8589bf605b2dc4f1c365cf026ed1e99 (diff)
downloadandroid_packages_apps_Calendar-e9cd8f4513c141ca486bbd141f0fe34bb3c27f3a.tar.gz
android_packages_apps_Calendar-e9cd8f4513c141ca486bbd141f0fe34bb3c27f3a.tar.bz2
android_packages_apps_Calendar-e9cd8f4513c141ca486bbd141f0fe34bb3c27f3a.zip
Another big pass on colors and spacing
This adds color treatment for current and past time and sorts out colors and spacing for day and week view. It also makes some tweaks to month view and mini-month view. Mini-month visuals are still in progress and the current home time needs to find a better location (and doesn't exist on the phone atm). Change-Id: I353e9bf63e4ea6ebf094ed544f4b0a9491c1e238
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml19
1 files changed, 11 insertions, 8 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 4927e8f0..383230fe 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -26,7 +26,7 @@
<color name="selection">#4d99cc00</color>
<!-- The app wide background color -->
- <color name="background_color">#ffeeeeee</color>
+ <color name="background_color">#ffdddddd</color>
<color name="event_background">#ffc3d9ff</color>
<color name="panel_text_foreground">#ffffffff</color>
<color name="calendar_event_text_color">#ffFFFFFF</color>
@@ -37,21 +37,24 @@
<color name="calendar_all_day_background">#ffDDDDDD</color>
<color name="week_saturday">#80333333</color>
<color name="week_sunday">#80333333</color>
+ <color name="calendar_today_bg_color">#ffffffff</color>
<color name="calendar_hour_label">#ff666666</color>
- <color name="calendar_ampm_label">#ff666666</color>
- <color name="calendar_hour_background">#ffDDDDDD</color>
+ <color name="calendar_ampm_label">#ff999999</color>
+ <color name="calendar_hour_background">#ffEEEEEE</color>
<color name="calendar_hour_selected">#ffB0B0B0</color>
- <color name="calendar_date_banner_background">#FFDDDDDD</color>
+ <color name="calendar_date_banner_background">#FFEEEEEE</color>
<color name="calendar_date_selected">#ffB0B0B0</color>
- <color name="calendar_date_banner_text_color">#ff333333</color>
+ <color name="calendar_date_banner_text_color">#ff666666</color>
<color name="calendar_grid_area_background">#ffffffff</color>
<color name="calendar_grid_area_selected">#140066ff</color>
<color name="calendar_grid_line_horizontal_color">#33ffffff</color>
<color name="calendar_grid_line_vertical_color">#33ffffff</color>
- <color name="calendar_grid_line_inner_horizontal_color">#1a000000</color>
- <color name="calendar_grid_line_inner_vertical_color">#1a000000</color>
+ <color name="calendar_grid_line_inner_horizontal_color">#FFCCCCCC</color>
+ <color name="calendar_grid_line_inner_vertical_color">#FFCCCCCC</color>
<color name="calendar_grid_line_highlight_color">#ff707070</color>
+ <color name="mini_month_bg_color">#FFFFFFFF</color>
+
<color name="month_day_number">#FF666666</color>
<color name="month_mini_day_number">#FF000000</color>
<color name="month_day_number_other">#FFCCCCCC</color>
@@ -60,7 +63,7 @@
<color name="month_today_number">#FF000000</color>
<color name="month_event_color">#FF000000</color>
<color name="month_event_extra_color">#FF999999</color>
- <color name="month_event_other_color">#4C000000</color>
+ <color name="month_event_other_color">#FF666666</color>
<color name="month_event_extra_other_color">#4C999999</color>
<color name="month_saturday">#80333333</color>
<color name="month_sunday">#80333333</color>