colors.xml revision 7abd8566e5718c43d610e046495bcb412e87847f
1<?xml version="1.0" encoding="utf-8"?>
2<!--
3/* //device/apps/Calendar/assets/res/any/colors.xml
4**
5** Copyright 2006, The Android Open Source Project
6**
7** Licensed under the Apache License, Version 2.0 (the "License"); 
8** you may not use this file except in compliance with the License. 
9** You may obtain a copy of the License at 
10**
11**     http://www.apache.org/licenses/LICENSE-2.0 
12**
13** Unless required by applicable law or agreed to in writing, software 
14** distributed under the License is distributed on an "AS IS" BASIS, 
15** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 
16** See the License for the specific language governing permissions and 
17** limitations under the License.
18*/
19-->
20<resources>
21    <color name="event_background">#ffc3d9ff</color>
22    <color name="panel_text_foreground">#ffffffff</color>
23    <color name="daynames_background">#ffc3d9ff</color>
24    <color name="daynames_text_color">#ff112abb</color>
25    <color name="calendar_event_selected_text_color">#ff000000</color>
26    <color name="calendar_event_text_color">#ffffffff</color>
27
28    <color name="calendar_all_day_background">#ffe8eef7</color>
29    <color name="week_weekend">#ff446688</color>
30    <color name="calendar_hour_label">#ff446688</color>
31    <color name="calendar_ampm_label">#ff446688</color>
32    <color name="calendar_hour_background">#ffe8eef7</color>
33    <color name="calendar_hour_selected">#ffB0B0B0</color>
34    <color name="calendar_date_banner_background">#ffc3d9ff</color>
35    <color name="calendar_date_selected">#ffB0B0B0</color>
36    <color name="calendar_date_banner_text_color">#ff446688</color>
37    <color name="calendar_grid_area_background">#ffffffff</color>
38    <color name="calendar_grid_area_selected">#ffffffcc</color>
39    <color name="calendar_grid_line_horizontal_color">#ffdddddd</color>
40    <color name="calendar_grid_line_vertical_color">#ff808080</color>
41    <color name="calendar_grid_line_highlight_color">#ff707070</color>
42    <color name="selection">#ffffaa00</color>
43    <color name="pressed">#fffab400</color>
44        
45    <color name="month_day_number">#ff404040</color>
46    <color name="month_today_number">#ffffffff</color>
47    <color name="month_other_month">#ff595959</color>
48    <color name="month_other_month_day_number">#ffa0a0a0</color>
49    <color name="month_other_month_banner">#80595959</color>
50    <color name="month_week_banner">#20595959</color>
51
52    <color name="event_center">#ff6bd697</color>
53
54    <color name="agenda_day_bar_color">#c8c8c8</color>
55
56    <drawable name="agenda_item_declined">#88ffffff</drawable>
57</resources>
58
59