colors.xml revision 4a7d010bfd9ee3e00a36f4bf647afda20c5b2119
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
22    <color name="pressed">#330066ff</color>
23    
24    <color name="activated">#4d0066ff</color>
25    
26    <color name="selection">@android:color/holo_blue_light</color>
27
28    <!-- The app wide background color -->
29    <color name="background_color">#ffdddddd</color>
30    <color name="event_background">#ffc3d9ff</color>
31    <color name="panel_text_foreground">#ffffffff</color>
32    <color name="calendar_event_text_color">#ffFFFFFF</color>
33    
34    <color name="calendar_owner_text_color">#ffbebebe</color>
35    <color name="calendar_date_range_color">#80000000</color>
36
37    
38    <color name="week_saturday">#80333333</color>
39    <color name="week_sunday">#80333333</color>
40    <color name="calendar_future_bg_color">#ffffffff</color>
41    <color name="calendar_hour_label">#ff666666</color>
42    <color name="calendar_ampm_label">#ff999999</color>
43    <color name="calendar_hour_background">#ffEEEEEE</color>
44    
45    <color name="calendar_date_banner_background">#FFEEEEEE</color>
46    
47    <color name="calendar_date_banner_text_color">#ff666666</color>
48    
49    <color name="calendar_grid_area_selected">#6633b5e5</color>
50    
51    
52    <color name="calendar_grid_line_inner_horizontal_color">#FFCCCCCC</color>
53    <color name="calendar_grid_line_inner_vertical_color">#FFCCCCCC</color>
54    <color name="calendar_grid_line_highlight_color">#ff707070</color>
55
56    <color name="mini_month_bg_color">#FFFFFFFF</color>
57    <color name="mini_month_today_outline_color">#FF000000</color>
58
59    <color name="month_day_number">#FF666666</color>
60    <color name="month_mini_day_number">#FF000000</color>
61    <color name="month_day_number_other">#FFCCCCCC</color>
62    <color name="month_week_num_color">#FF999999</color>
63    <color name="month_day_names_color">#FF999999</color>
64    <color name="month_today_number">#FF000000</color>
65    <color name="month_event_color">#FF000000</color>
66    <color name="month_event_extra_color">#FF999999</color>
67    <color name="month_event_other_color">#FF666666</color>
68    <color name="month_event_extra_other_color">#4C999999</color>
69    <color name="month_saturday">#80333333</color>
70    <color name="month_sunday">#80333333</color>
71    <color name="month_grid_lines">#ffCCCCCC</color>
72    <color name="month_other_month_day_number">#ff939497</color>
73    
74    
75    
76    <color name="month_other_bgcolor">#FFEEEEEE</color>
77    <color name="month_selected_week_bgcolor">#FFDDDDDD</color>
78    <color name="month_today_bgcolor">#FFFFFFFF</color>
79    <color name="month_bgcolor">#FFDDDDDD</color>
80    
81    
82    
83    <color name="month_dna_conflict_time_color">#FF333333</color>
84
85    <color name="event_center">#ff6bd697</color>
86    <color name="edit_event_separator">#FFDDDDDD</color>
87
88    <color name="calendar_visible">#ff000000</color>
89    <color name="calendar_hidden">#ff808080</color>
90    <color name="calendar_secondary_visible">#ff323232</color>
91    <color name="calendar_secondary_hidden">#ff808080</color>
92
93    <!-- Text color of the date in the Calendar widget -->
94    
95    <color name="agenda_item_not_selected">#00000000</color>
96    <!-- Text color of declined events in agenda view -->
97    <color name="agenda_item_declined_color">#66333333</color>
98    <!-- Text color of non-declined events in agenda view -->
99    <color name="agenda_item_standard_color">#FF333333</color>
100    <!-- Background Color of present/future events in agenda view  -->
101    <color name="agenda_day_bar_background_color">#FFFFFFFF</color>
102    <!-- Background Color of past events in agenda view  -->
103    <color name="agenda_past_days_bar_background_color">#FFDDDDDD</color>
104    <!-- Color of the separator between the past and the present/future in agenda view  -->
105    <color name="agenda_past_present_separator_color">#FF333333</color>
106    <!-- General background color in agenda view  -->
107    <color name="agenda_general_background_color">#FFEEEEEE</color>
108    <!-- Agenda day item text color  -->
109    <color name="agenda_day_item_text_color">#FF666666</color>
110    <!-- Color of the event location's text in an agenda item  -->
111    <color name="agenda_item_where_text_color">#FF666666</color>
112    <!-- Color of the event location's text in an agenda item  -->
113    <color name="agenda_item_where_declined_text_color">#66666666</color>
114    <!-- Color of text in the calendar view selection menu -->
115    <color name="calendar_view_switch_menu_text_color">#FF666666</color>
116    <!-- Light color of text in the calendar view selection menu -->
117    <color name="calendar_view_switch_menu_text_color_light">#FF888888</color>
118    <!-- Color of the separator between items in the agenda list -->
119    <color name="agenda_list_separator_color">#FFBBBBBB</color>
120
121
122    <!-- Event info colors -->
123    <color name="event_info_headline_color">#FFFFFFFF</color>
124    <color name="event_info_headline_link_color">#FFFFFFFF</color>
125    <color name="event_info_organizer_color">#FF666666</color>
126    <color name="event_info_description_color">#FF666666</color>
127    <color name="event_info_label_background_color">#FFDDDDDD</color>
128
129
130    <color name="text_shadow_color">#4D000000</color>
131
132    <color name="alert_event_title">#FFFFFFFF</color>
133    <color name="alert_event_other">#FF999999</color>
134    <color name="alert_past_event">#8F999999</color>
135
136    <color name="appwidget_row_in_progress">#ffe6e6ff</color>
137
138    <color name="appwidget_date">#ffEEEEEE</color>
139    <color name="appwidget_week">@android:color/white</color>
140    <color name="appwidget_month">#ffEEEEEE</color>
141    
142
143    <color name="appwidget_title">#ff000000</color>
144    <color name="appwidget_when">#ff000000</color>
145    <color name="appwidget_where">#ff000000</color>
146    <color name="appwidget_no_events">#bb000000</color>
147</resources>
148