blob: dc415ed081edb6e6826acc0559c23e643fe8893f [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
Paul Sliwowski3b6a6f62013-09-05 01:20:12 -070027 <!-- Color of the background of the action bar -->
28 <color name="action_bar_background">#e6e6e6</color>
29
Brian Attwell39a7dee2014-05-28 21:58:09 -070030 <!-- Color used for system bar and navigation bar. -->
31 <color name="primary_dark">#008aa1</color>
32
Paul Sliwowski3b6a6f62013-09-05 01:20:12 -070033 <!-- Color of the background of the action bar when highlighted (ie. pressed, focused) -->
34 <color name="action_bar_background_highlight">#cecece</color>
35
Katherine Kuan6cb8be12011-08-04 17:11:25 -070036 <!-- Color of the text for buttons in the action bar -->
37 <color name="action_bar_button_text_color">#FFFFFF</color>
Frank Sposaro257cec12011-08-02 15:52:53 -070038
Brian Attwellb0d3c762014-05-22 03:44:22 +000039 <!-- Color of the selected tab underline (overriding value in ContactsCommon) -->
40 <color name="tab_selected_color">#ffeeff41</color>
Paul Soulos2b9563d2014-05-27 16:21:23 -070041 <color name="contacts_accent_color">#00acc1</color>
42
Paul Soulos2d48b5a2014-05-29 13:56:25 -070043 <!-- Color of the separator between entries in an ExpandingEntryCardView -->
Brian Attwell9b889e62014-06-23 18:25:32 -070044 <color name="expanding_entry_card_item_separator_color">#e4e4e4</color>
Paul Soulos2d48b5a2014-05-29 13:56:25 -070045
46 <!-- Color of the text on an ExpandingEntryCard button -->
47 <color name="expanding_entry_card_button_text_color">@android:color/black</color>
48
Paul Soulos2fad98e2014-05-29 16:20:05 -070049 <!-- Background color for an ExpandingEntryCard -->
Brian Attwell9b889e62014-06-23 18:25:32 -070050 <color name="expanding_entry_card_background_color">#ffffff</color>
Paul Soulos2fad98e2014-05-29 16:20:05 -070051
Paul Soulos5ec23fd2014-05-29 18:19:38 -070052 <!-- Color of the margin for cards -->
Brian Attwell9b889e62014-06-23 18:25:32 -070053 <color name="card_margin_color">#f4f4f4</color>
Paul Soulosab840442014-06-17 14:08:40 -070054
55 <color name="call_arrow_green">#2aad6f</color>
56 <color name="call_arrow_red">#ff2e58</color>
Brian Attwelled6cda62014-06-26 17:13:14 -070057 <!-- Color of ripples use by Theme.Material. Taken from res/values/colors_material.xml -->
58 <color name="ripple_material_dark">#20ffffff</color>
Sai Cheemalapati5b221082014-06-27 14:45:43 -070059
60 <color name="contact_all_list_background_color">#FFFFFF</color>
61 <color name="contact_favorites_list_background_color">#FFFFFF</color>
62
63 <!-- Background color of pinned header items. -->
64 <color name="list_item_pinned_header_color">#f5f5f5</color>
Brian Attwellfaf97392014-07-10 18:32:30 -070065
66 <!-- The default color used for tinting photos when no color can be extracted via Palette,
67 this is Blue Grey 500 -->
68 <color name="quickcontact_default_photo_tint_color">#607D8B</color>
Dianne Hackborn333a6152009-05-26 12:46:23 -070069</resources>