blob: cb658b3cf15c31799c496cc304eb08c77f491d72 [file] [log] [blame]
Dianne Hackborn333a6152009-05-26 12:46:23 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2009 The Android Open Source Project
3
4 Licensed under the Apache License, Version 2.0 (the "License");
5 you may not use this file except in compliance with the License.
6 You may obtain a copy of the License at
Jeff Sharkey14f61ab2009-08-05 21:02:37 -07007
Dianne Hackborn333a6152009-05-26 12:46:23 -07008 http://www.apache.org/licenses/LICENSE-2.0
Jeff Sharkey14f61ab2009-08-05 21:02:37 -07009
Dianne Hackborn333a6152009-05-26 12:46:23 -070010 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15-->
Dianne Hackborn333a6152009-05-26 12:46:23 -070016<resources>
Andy Huang1a817f02011-10-05 20:48:18 -070017
Christine Chen72b3ab12013-08-13 23:22:34 +020018 <color name="quickcontact_name_detail_background">#66000000</color>
Brian Attwell60953692014-07-11 17:18:46 -070019 <color name="quickcontact_entry_sub_header_text_color">#737373</color>
20 <color name="quickcontact_entry_header_text_color">#202020</color>
Jeff Sharkey02599212009-10-13 16:27:09 -070021
Dave Santoro39156002011-07-19 01:18:14 -070022 <color name="background_social_updates">#ffeeeeee</color>
23
Brian Attwell77329c82014-08-06 22:10:12 -070024 <!-- TODO: remove these colors once we delete the group code (b/16522929) -->
25 <color name="action_bar_background">#0288d1</color>
Paul Sliwowski3b6a6f62013-09-05 01:20:12 -070026 <color name="action_bar_background_highlight">#cecece</color>
Katherine Kuan6cb8be12011-08-04 17:11:25 -070027 <color name="action_bar_button_text_color">#FFFFFF</color>
Frank Sposaro257cec12011-08-02 15:52:53 -070028
Brian Attwell77329c82014-08-06 22:10:12 -070029 <color name="actionbar_background_color">@color/primary_color</color>
30 <color name="actionbar_background_color_dark">@color/primary_color_dark</color>
31
Brian Attwell20510ec2015-02-27 16:10:45 -080032 <color name="contextual_selection_bar_color">#616161</color>
33 <!-- Color of the status bar above the contextual selection bar. -->
34 <color name="contextual_selection_bar_status_bar_color">#424242</color>
35
Brian Attwell77329c82014-08-06 22:10:12 -070036 <color name="primary_color_dark">#0277bd</color>
37 <color name="primary_color">#0288d1</color>
38
Brian Attwell96107e62014-08-06 22:29:19 -070039 <!-- Color of the selected tab underline -->
40 <color name="contacts_accent_color">#FFFFFF</color>
41
42 <color name="floating_action_button_icon_color">@color/contacts_accent_color</color>
Paul Soulos2b9563d2014-05-27 16:21:23 -070043
Brian Attwelldaa20582014-11-25 20:45:44 -080044 <!-- Horizontal separator line should be 12% dark in the light theme. -->
45 <color name="divider_line_color_light">#e0e0e0</color>
Paul Soulos2d48b5a2014-05-29 13:56:25 -070046
47 <!-- Color of the text on an ExpandingEntryCard button -->
48 <color name="expanding_entry_card_button_text_color">@android:color/black</color>
49
Paul Soulos2fad98e2014-05-29 16:20:05 -070050 <!-- Background color for an ExpandingEntryCard -->
Brian Attwell9b889e62014-06-23 18:25:32 -070051 <color name="expanding_entry_card_background_color">#ffffff</color>
Paul Soulos2fad98e2014-05-29 16:20:05 -070052
Paul Soulos5ec23fd2014-05-29 18:19:38 -070053 <!-- Color of the margin for cards -->
Brian Attwell9b889e62014-06-23 18:25:32 -070054 <color name="card_margin_color">#f4f4f4</color>
Paul Soulosab840442014-06-17 14:08:40 -070055
56 <color name="call_arrow_green">#2aad6f</color>
57 <color name="call_arrow_red">#ff2e58</color>
Sai Cheemalapati5b221082014-06-27 14:45:43 -070058
Sai Cheemalapati5b221082014-06-27 14:45:43 -070059 <!-- Background color of pinned header items. -->
Brian Attwelld038b402014-08-29 13:50:51 -070060 <color name="list_item_pinned_header_color">@color/background_primary</color>
Brian Attwell043fba62014-10-30 11:11:56 -070061
62 <!-- Color of the mime-type icons inside the editor. 50% black. -->
63 <color name="editor_icon_color">#7f7f7f</color>
Brian Attwelld690dff2014-12-02 15:04:56 -080064
65 <!-- Color of disabled text and unfocused hint text inside the contact editor. -->
66 <color name="editor_disabled_text_color">#989898</color>
Dianne Hackborn333a6152009-05-26 12:46:23 -070067</resources>