blob: daea14bca546571776e16fc1ebce27e976429c99 [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
32 <color name="primary_color_dark">#0277bd</color>
33 <color name="primary_color">#0288d1</color>
34
Brian Attwell96107e62014-08-06 22:29:19 -070035 <!-- Color of the selected tab underline -->
36 <color name="contacts_accent_color">#FFFFFF</color>
37
38 <color name="floating_action_button_icon_color">@color/contacts_accent_color</color>
Paul Soulos2b9563d2014-05-27 16:21:23 -070039
Paul Soulos2d48b5a2014-05-29 13:56:25 -070040 <!-- Color of the separator between entries in an ExpandingEntryCardView -->
Brian Attwell9b889e62014-06-23 18:25:32 -070041 <color name="expanding_entry_card_item_separator_color">#e4e4e4</color>
Paul Soulos2d48b5a2014-05-29 13:56:25 -070042
43 <!-- Color of the text on an ExpandingEntryCard button -->
44 <color name="expanding_entry_card_button_text_color">@android:color/black</color>
45
Paul Soulos2fad98e2014-05-29 16:20:05 -070046 <!-- Background color for an ExpandingEntryCard -->
Brian Attwell9b889e62014-06-23 18:25:32 -070047 <color name="expanding_entry_card_background_color">#ffffff</color>
Paul Soulos2fad98e2014-05-29 16:20:05 -070048
Paul Soulos5ec23fd2014-05-29 18:19:38 -070049 <!-- Color of the margin for cards -->
Brian Attwell9b889e62014-06-23 18:25:32 -070050 <color name="card_margin_color">#f4f4f4</color>
Paul Soulosab840442014-06-17 14:08:40 -070051
52 <color name="call_arrow_green">#2aad6f</color>
53 <color name="call_arrow_red">#ff2e58</color>
Sai Cheemalapati5b221082014-06-27 14:45:43 -070054
Sai Cheemalapati5b221082014-06-27 14:45:43 -070055 <!-- Background color of pinned header items. -->
Brian Attwelld038b402014-08-29 13:50:51 -070056 <color name="list_item_pinned_header_color">@color/background_primary</color>
Brian Attwell043fba62014-10-30 11:11:56 -070057
58 <!-- Color of the mime-type icons inside the editor. 50% black. -->
59 <color name="editor_icon_color">#7f7f7f</color>
Dianne Hackborn333a6152009-05-26 12:46:23 -070060</resources>