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">#FFdedede</color>
     24     <color name="daynames_text_color">#ff000000</color>
     25     <color name="sunday_text_color">#ff757575</color>
     26     <color name="saturday_text_color">#ff757575</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">#ffdedede</color>
     32     <color name="week_saturday">#ff757575</color>
     33     <color name="week_sunday">#ff757575</color>
     34     <color name="calendar_hour_label">#ff000000</color>
     35     <color name="calendar_ampm_label">#ff000000</color>
     36     <color name="calendar_hour_background">#ffdedede</color>
     37     <color name="calendar_hour_selected">#ffB0B0B0</color>
     38     <color name="calendar_date_banner_background">#ffdedede</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">#ffefede9</color>
     43     <color name="calendar_grid_line_horizontal_color">#ffdddddd</color>
     44     <color name="calendar_grid_line_vertical_color">#ffdddddd</color>
     45     <color name="calendar_grid_line_highlight_color">#ff707070</color>
     46     <color name="selection">#ffffaa00</color>
     47     <color name="pressed">#ffefede9</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_today_bgcolor">#FF888888</color>
     54     <color name="month_other_month">#ffececec</color>
     55     <color name="month_other_month_day_number">#ffb7b7b7</color>
     56     <color name="month_other_month_banner">#80595959</color>
     57     <color name="month_week_banner">#ffdedede</color>
     58     <color name="month_busybits">#FF6090F0</color>
     59     <color name="month_bgcolor">#ffdedede</color>
     60 
     61     <color name="event_center">#ff6bd697</color>
     62 
     63     <color name="current_time_marker">#aacababa</color>
     64     <color name="current_time_line">#aaff0033</color>
     65     <color name="current_time_marker_border">#aaffffff</color>
     66 
     67     <color name="agenda_day_bar_color">#c8c8c8</color>
     68 
     69     <drawable name="agenda_item_declined">#88ffffff</drawable>
     70 </resources>
     71 
     72