blob: 84ecea0065a64aa1a8def7d25aa7da3f443d6ec4 [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
Katherine Kuanb678c4a2011-05-05 16:37:06 -070022 <!-- Color of the background of the contact detail and editor pages -->
Paul Sliwowski3b6a6f62013-09-05 01:20:12 -070023 <color name="background_primary">#f5f5f5</color>
Katherine Kuanb678c4a2011-05-05 16:37:06 -070024
Dave Santoro39156002011-07-19 01:18:14 -070025 <color name="background_social_updates">#ffeeeeee</color>
26
Brian Attwell77329c82014-08-06 22:10:12 -070027 <!-- TODO: remove these colors once we delete the group code (b/16522929) -->
28 <color name="action_bar_background">#0288d1</color>
Paul Sliwowski3b6a6f62013-09-05 01:20:12 -070029 <color name="action_bar_background_highlight">#cecece</color>
Katherine Kuan6cb8be12011-08-04 17:11:25 -070030 <color name="action_bar_button_text_color">#FFFFFF</color>
Frank Sposaro257cec12011-08-02 15:52:53 -070031
Brian Attwell77329c82014-08-06 22:10:12 -070032 <color name="actionbar_background_color">@color/primary_color</color>
33 <color name="actionbar_background_color_dark">@color/primary_color_dark</color>
34
35 <color name="primary_color_dark">#0277bd</color>
36 <color name="primary_color">#0288d1</color>
37
Brian Attwellb0d3c762014-05-22 03:44:22 +000038 <!-- Color of the selected tab underline (overriding value in ContactsCommon) -->
Paul Soulos2b9563d2014-05-27 16:21:23 -070039 <color name="contacts_accent_color">#00acc1</color>
40
Paul Soulos2d48b5a2014-05-29 13:56:25 -070041 <!-- Color of the separator between entries in an ExpandingEntryCardView -->
Brian Attwell9b889e62014-06-23 18:25:32 -070042 <color name="expanding_entry_card_item_separator_color">#e4e4e4</color>
Paul Soulos2d48b5a2014-05-29 13:56:25 -070043
44 <!-- Color of the text on an ExpandingEntryCard button -->
45 <color name="expanding_entry_card_button_text_color">@android:color/black</color>
46
Paul Soulos2fad98e2014-05-29 16:20:05 -070047 <!-- Background color for an ExpandingEntryCard -->
Brian Attwell9b889e62014-06-23 18:25:32 -070048 <color name="expanding_entry_card_background_color">#ffffff</color>
Paul Soulos2fad98e2014-05-29 16:20:05 -070049
Paul Soulos5ec23fd2014-05-29 18:19:38 -070050 <!-- Color of the margin for cards -->
Brian Attwell9b889e62014-06-23 18:25:32 -070051 <color name="card_margin_color">#f4f4f4</color>
Paul Soulosab840442014-06-17 14:08:40 -070052
53 <color name="call_arrow_green">#2aad6f</color>
54 <color name="call_arrow_red">#ff2e58</color>
Sai Cheemalapati5b221082014-06-27 14:45:43 -070055
56 <color name="contact_all_list_background_color">#FFFFFF</color>
57 <color name="contact_favorites_list_background_color">#FFFFFF</color>
58
59 <!-- Background color of pinned header items. -->
60 <color name="list_item_pinned_header_color">#f5f5f5</color>
Dianne Hackborn333a6152009-05-26 12:46:23 -070061</resources>