Home | History | Annotate | Download | only in values
      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">#FFDDDDDD</color>
     24     <color name="daynames_text_color">#ff000000</color>
     25     <color name="sunday_text_color">#ff446688</color>
     26     <color name="saturday_text_color">#ff446688</color>
     27     <color name="calendar_event_selected_text_color">#ff000000</color>
     28     <color name="calendar_event_text_color">#ffffffff</color>
     29     <color name="calendar_owner_text_color">#ffbebebe</color>
     30 
     31     <color name="calendar_all_day_background">#ffDDDDDD</color>
     32     <color name="week_saturday">#ff446688</color>
     33     <color name="week_sunday">#ff446688</color>
     34     <color name="calendar_hour_label">#ff000000</color>
     35     <color name="calendar_ampm_label">#ff000000</color>
     36     <color name="calendar_hour_background">#ffDDDDDD</color>
     37     <color name="calendar_hour_selected">#ffB0B0B0</color>
     38     <color name="calendar_date_banner_background">#FFDDDDDD</color>
     39     <color name="calendar_date_selected">#ffB0B0B0</color>
     40     <color name="calendar_date_banner_text_color">#ff000000</color>
     41     <color name="calendar_grid_area_background">#ffffffff</color>
     42     <color name="calendar_grid_area_selected">#ffffffcc</color>
     43     <color name="calendar_grid_line_horizontal_color">#ffdddddd</color>
     44     <color name="calendar_grid_line_vertical_color">#ff808080</color>
     45     <color name="calendar_grid_line_highlight_color">#ff707070</color>
     46     <color name="selection">#ffffaa00</color>
     47     <color name="pressed">#fffab400</color>
     48 
     49     <color name="month_day_number">#ff404040</color>
     50     <color name="month_saturday">#ff404040</color>
     51     <color name="month_sunday">#ff404040</color>
     52     <color name="month_today_number">#ffffffff</color>
     53     <color name="month_other_month">#ff595959</color>
     54     <color name="month_other_month_day_number">#ffa0a0a0</color>
     55     <color name="month_other_month_banner">#80595959</color>
     56     <color name="month_week_banner">#FFDDDDDD</color>
     57     <color name="month_busybits">#FF6090F0</color>
     58     <color name="month_bgcolor">#FFDDDDDD</color>
     59 
     60     <color name="event_center">#ff6bd697</color>
     61 
     62     <color name="current_time_marker">#aaff0033</color>
     63     <color name="current_time_marker_border">#aaffffff</color>
     64 
     65     <color name="agenda_day_bar_color">#c8c8c8</color>
     66 
     67     <drawable name="agenda_item_declined">#88ffffff</drawable>
     68 </resources>
     69 
     70