Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3      Copyright (C) 2011 Google Inc.
      4      Licensed to The Android Open Source Project.
      5 
      6      Licensed under the Apache License, Version 2.0 (the "License");
      7      you may not use this file except in compliance with the License.
      8      You may obtain a copy of the License at
      9 
     10           http://www.apache.org/licenses/LICENSE-2.0
     11 
     12      Unless required by applicable law or agreed to in writing, software
     13      distributed under the License is distributed on an "AS IS" BASIS,
     14      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     15      See the License for the specific language governing permissions and
     16      limitations under the License.
     17 -->
     18 <resources>
     19     <color name="text_color_medium_grey">#9e9e9e</color>
     20     <color name="text_color_grey">#757575</color>
     21     <color name="text_color_black">#212121</color>
     22     <color name="text_color_disabled">#bdbdbd</color>
     23     <color name="accent_blue">#4285f4</color>
     24     <color name="text_color_blue">@color/accent_blue</color>
     25     <color name="text_color_draft_red">@color/primary_color</color>
     26     <color name="text_color_hint_grey">#949494</color>
     27     <color name="gray_text_color">#777777</color>
     28     <color name="dark_gray_text_color">#58585b</color>
     29     <color name="light_gray">#cccccc</color>
     30     <color name="very_light_grey">#f5f5f5</color>
     31     <!-- if you want to make something blue, please try to use THIS blue -->
     32     <color name="mail_app_blue">@android:color/holo_blue_light</color>
     33     <color name="divider_color">#e5e5e5</color>
     34 
     35     <!-- Conversation List Item Colors -->
     36     <color name="senders_text_color">@color/text_color_black</color>
     37     <color name="subject_text_color_read">@color/text_color_grey</color>
     38     <color name="subject_text_color_unread">@color/text_color_black</color>
     39     <color name="snippet_text_color">@color/text_color_grey</color>
     40     <color name="date_text_color_unread">#4285f4</color>
     41     <color name="date_text_color_read">@color/text_color_grey</color>
     42     <color name="message_info_text_color">@color/gray_text_color</color>
     43     <color name="ap_background_color">#fff1f1f2</color>
     44     <color name="ap_overflow_badge_color">#cceeeeee</color>
     45     <color name="ap_overflow_text_color">#ff4f4c4c</color>
     46 
     47     <color name="attachment_bg_color">#ffdddddd</color>
     48     <color name="swiped_bg_color">@color/text_color_grey</color>
     49     <color name="holo_light_background_color">#ffe8e8e8</color>
     50     <!-- Keep the following two colors in sync with LabelColorUtils.DEFAULT_COLORS (UnifiedGmail) -->
     51     <color name="default_folder_background_color">#dddddd</color>
     52     <color name="default_folder_foreground_color">@color/gray_text_color</color>
     53 
     54     <!-- Folder List/Drawer colors -->
     55     <color name="account_item_selected_text_color">@color/mail_app_blue</color>
     56     <color name="folder_list_heading_text_color">@color/text_color_medium_grey</color>
     57     <color name="list_background_color">@android:color/white</color>
     58     <color name="drawer_item_activated_background_color">#12000000</color>
     59     <color name="mini_drawer_activated_background_color">#d3d3d3</color>
     60 
     61     <!-- overridden in sw600dp -->
     62     <color name="folder_list_divider_color">@color/divider_color</color>
     63 
     64     <!-- Compose colors -->
     65     <color name="compose_label_text">@color/text_color_grey</color>
     66     <color name="compose_user_text">@color/text_color_black</color>
     67     <color name="compose_label_hint">@color/text_color_hint_grey</color>
     68     <string name="quoted_text_font_color_string" translatable="false">@color/text_color_grey</string>
     69 
     70     <color name="conv_header_add_label_text">@android:color/black</color>
     71     <color name="conv_header_add_label_background">#eeeeee</color>
     72 
     73     <!-- Conversation message header colors -->
     74     <color name="conversation_view_border_color">@color/divider_color</color>
     75     <color name="conversation_view_background_color">@color/very_light_grey</color>
     76     <color name="conversation_view_text_color_light">@color/text_color_grey</color>
     77     <color name="conversation_view_text_color_dark">@color/text_color_black</color>
     78     <color name="conversation_view_text_color_link_blue">@color/text_color_blue</color>
     79     <color name="conversation_view_footer_text_color">#a7a7a7</color>
     80     <color name="conversation_view_footer_load_more_text_color">@color/accent_blue</color>
     81 
     82     <!-- Widget colors -->
     83     <color name="widget_header_bg_color">@color/primary_color</color>
     84     <color name="widget_conversation_list_divider_color">#e5e5e5</color>
     85 
     86     <color name="attachment_name_color">#333333</color>
     87     <!--  Color of the semi-transparent shadow box on attachment tiles -->
     88     <color name="attachment_tile_shadow_box_color">#7F000000</color>
     89     <!--  Color of the subtitle message in the attachment tile -->
     90     <color name="attachment_tile_subtitle_color">@color/text_color_hint_grey</color>
     91     <color name="attachment_image_background_color">#E5E5E5</color>
     92 
     93     <!-- Color of the parent folders and dividers for hierarchical folder descriptions in the move to folder -->
     94     <color name="hierarchical_folder_parent_color">@color/gray_text_color</color>
     95 
     96     <!-- Spam warning text and background colors -->
     97     <color name="high_spam_color">#FFFFFF</color>
     98     <color name="high_spam_warning_background_color">#DD4B39</color>
     99     <color name="low_spam_color">#333333</color>
    100     <color name="low_spam_warning_background_color">#FFF1A8</color>
    101 
    102     <color name="notification_icon_color">@color/primary_color</color>
    103 
    104     <!-- Search colors -->
    105     <color name="search_query_hint_text">@color/text_color_grey</color>
    106     <color name="search_query_text">@color/text_color_black</color>
    107     <color name="search_suggestion_item_text">@color/text_color_grey</color>
    108     <color name="search_banner_bg">#f6f6f6</color>
    109     <color name="search_banner_text">@color/text_color_grey</color>
    110     <color name="search_status_bar_color">#bdbdbd</color>
    111 
    112     <array name="letter_tile_colors">
    113         <item>#90a4ae</item>
    114         <item>#7baaf7</item>
    115         <item>#4dd0e1</item>
    116         <item>#4db6ac</item>
    117         <item>#aed581</item>
    118         <item>#fdd835</item>
    119         <item>#f2a600</item>
    120         <item>#ff8a65</item>
    121         <item>#f48fb1</item>
    122         <item>#7986cb</item>
    123     </array>
    124     <color name="letter_tile_default_color">#f48fb1</color>
    125     <color name="letter_tile_font_color">#ffffff</color>
    126     <color name="tile_divider_color">#ffffff</color>
    127     <!-- Color.GRAY -->
    128     <color name="checkmark_tile_background_color">#ff888888</color>
    129 
    130     <!-- Teaser colors -->
    131 
    132     <!-- The color of the section name text in the teaser -->
    133     <color name="teaser_main_text">@color/dark_gray_text_color</color>
    134 
    135     <!-- tip teaser colors -->
    136     <color name="tip_teaser_bg">#e5e5e5</color>
    137     <color name="tip_teaser_link">@color/text_color_blue</color>
    138     <color name="tip_teaser_text">@color/text_color_black</color>
    139 
    140     <!-- swipe to refresh text color, this matches the color in
    141         progressbar_solid_holo.png -->
    142     <color name="swipe_to_refresh_text_color">#0099cc</color>
    143 
    144     <!-- The background color of the message header -->
    145     <color name="message_header_background_color">@android:color/white</color>
    146 
    147     <!-- The color of the section name text in the folder teaser -->
    148     <color name="folder_teaser_main_text">@color/text_color_black</color>
    149     <color name="folder_teaser_sub_text">@color/text_color_grey</color>
    150     <!-- The color of the icon background in the teaser -->
    151     <color name="folder_teaser_icon_background">#eeeeee</color>
    152 
    153     <color name="vacation_responder_window_background">#ffe9e9e9</color>
    154     <color name="vacation_responder_header_text_color">@color/text_color_grey</color>
    155     <color name="vacation_responder_main_text_color">@color/text_color_black</color>
    156 
    157     <!-- Swipe refresh progress bar colors -->
    158     <color name="swipe_refresh_color1">#ff0f9d58</color>
    159     <color name="swipe_refresh_color2">#ffdb4437</color>
    160     <color name="swipe_refresh_color3">#ff4285f4</color>
    161     <color name="swipe_refresh_color4">#fff4b400</color>
    162 
    163     <color name="badge_background_color">#edb802</color>
    164 
    165     <color name="loading_messages_background_color">#eeeeee</color>
    166 
    167     <color name="folder_item_text_color_normal">@color/text_color_grey</color>
    168 
    169     <color name="mail_orange">#e7790d</color>
    170     <color name="statusbar_orange">#d06d0c</color>
    171 
    172     <color name="primary_color">@color/mail_orange</color>
    173     <color name="primary_dark_color">@color/statusbar_orange</color>
    174     <color name="mail_activity_status_bar_color">@android:color/transparent</color>
    175     <color name="action_mode_background">@color/text_color_grey</color>
    176     <color name="action_mode_statusbar_color">#616161</color>
    177     <color name="edge_effect_color">#263238</color>
    178 
    179     <color name="snack_bar_background_color">#323232</color>
    180     <color name="snack_bar_action_text_color">#f4b400</color>
    181 
    182     <color name="conversation_list_background_color">@android:color/transparent</color>
    183     <color name="conversation_item_blue_background_color">#e3edfe</color>
    184     <color name="conversation_item_grey_background_color">#ececec</color>
    185     <color name="conversation_item_grey_pressed_color">#d9d9d9</color>
    186     <color name="conversation_item_grey_ripple_color">#20444444</color>
    187 
    188     <color name="compose_button_background_color">@color/primary_color</color>
    189     <color name="compose_button_pressed_background_color">@color/primary_dark_color</color>
    190     <color name="compose_button_tint">#20444444</color>
    191 
    192     <color name="text_color_undo">#feb500</color>
    193     <color name="text_color_undo_description">@android:color/white</color>
    194 
    195     <color name="text_color_undo_notification">#feb500</color>
    196     <color name="text_color_undo_notification_description">@android:color/white</color>
    197 </resources>
    198