blob: 1c345d28b1fcd42a3d0c72c42e430fd0108cafcc [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2011 Google Inc.
Licensed to The Android Open Source Project.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources>
<color name="gray_text_color">#777777</color>
<!-- Conversation List Item Colors -->
<color name="default_text_color">#ff000000</color>
<color name="subject_text_color_unread">#333333</color>
<color name="snippet_text_color_unread">#555555</color>
<color name="senders_text_color_unread">#333333</color>
<color name="subject_text_color_read">@color/gray_text_color</color>
<color name="snippet_text_color_read">@color/gray_text_color</color>
<color name="senders_text_color_read">@color/gray_text_color</color>
<color name="date_text_color">@color/senders_text_color_read</color>
<color name="message_info_text_color">@color/gray_text_color</color>
<color name="folder_list_heading_text_color">@color/gray_text_color</color>
<color name="subject_text_color">#333333</color>
<color name="faded_conversation_header">#7f99d6eb</color>
<color name="faded_activated_conversation_header">#7faccbf9</color>
<color name="drafts">#ff990000</color>
<color name="light_text_color">#ff666666</color>
<color name="default_folder_background_color">#f1f5ec</color>
<color name="default_folder_foreground_color">#888888</color>
<color name="conversation_list_background_color">#dddddd</color>
<color name="folder_list_background_color">#ffdddddd</color>
<color name="attachment_bg_color">#ffdddddd</color>
<color name="swiped_bg_color">#ff999999</color>
<color name="holo_light_background_color">#ffe8e8e8</color>
<!-- Compose colors -->
<color name="compose_label_text">#aaaaaa</color>
<color name="quoted_text_color">@color/gray_text_color</color>
<string name="quoted_text_background_color_string" translatable="false">@android:color/white</string>
<!-- Must match the quoted_text_background_color_string -->
<color name="compose_background_color">@android:color/white</color>
<string name="quoted_text_font_color_string" translatable="false">@color/gray_text_color</string>
<color name="compose_attachment_title_background_color">#CCCCCC</color>
<color name="quotedTextColor">@color/gray_text_color</color>
<color name="conv_header_add_label_text">@android:color/black</color>
<color name="conv_header_add_label_background">#eeeeee</color>
<!-- Conversation message header colors -->
<color name="conv_subject_border">#c0c0c0</color>
<color name="conv_header_text_light">@color/gray_text_color</color>
<color name="position_bar_background">@color/gray_text_color</color>
<!-- Folder colors -->
<color name="folder_disabled_drop_target_text_color">#999999</color>
<!-- Color of the semi-transparent shadow box on attachment tiles -->
<color name="attachment_tile_shadow_box_color">#7F000000</color>
<!-- Color of the subtitle message in the attachment tile -->
<color name="attachment_tile_subtitle_color">#999999</color>
<color name="attachment_image_background_color">#E5E5E5</color>
<!-- Color of the parent folders and dividers for hierarchical folder descriptions in the move to folder -->
<color name="hierarchical_folder_parent_color">@color/gray_text_color</color>
<color name="high_spam_color">#CC0000</color>
<color name="leaveBehindBackground">#5a595a</color>
<color name="animating_item_background_color">#7F0099cc</color>
<color name="notification_template_icon_low_bg">#0cffffff</color>
</resources>