blob: d1ea3b06bab816e82309187e483901c18f463b1b [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
Daniel Lehmann1792b082011-08-23 18:48:22 -070018 <color name="quickcontact_list_divider">#ffcdcdcd</color>
19 <color name="quickcontact_list_background">#ffe2e2e2</color>
Christine Chen72b3ab12013-08-13 23:22:34 +020020 <color name="quickcontact_tab_indicator">#ffc6c6c6</color>
21 <color name="quickcontact_track_background">#fff5f5f5</color>
22 <color name="quickcontact_activity_background">#fff5f5f5</color>
23 <color name="quickcontact_name_detail_background">#66000000</color>
Jeff Sharkey02599212009-10-13 16:27:09 -070024
Katherine Kuanb678c4a2011-05-05 16:37:06 -070025 <!-- Color of the background of the contact detail and editor pages -->
Paul Sliwowski3b6a6f62013-09-05 01:20:12 -070026 <color name="background_primary">#f5f5f5</color>
Katherine Kuanb678c4a2011-05-05 16:37:06 -070027
Dave Santoro39156002011-07-19 01:18:14 -070028 <color name="background_social_updates">#ffeeeeee</color>
29
Paul Sliwowski3b6a6f62013-09-05 01:20:12 -070030 <!-- Color of the background of the action bar -->
31 <color name="action_bar_background">#e6e6e6</color>
32
Brian Attwell39a7dee2014-05-28 21:58:09 -070033 <!-- Color used for system bar and navigation bar. -->
34 <color name="primary_dark">#008aa1</color>
35
Paul Sliwowski3b6a6f62013-09-05 01:20:12 -070036 <!-- Color of the background of the action bar when highlighted (ie. pressed, focused) -->
37 <color name="action_bar_background_highlight">#cecece</color>
38
Katherine Kuan6cb8be12011-08-04 17:11:25 -070039 <!-- Color of the text for buttons in the action bar -->
40 <color name="action_bar_button_text_color">#FFFFFF</color>
Frank Sposaro257cec12011-08-02 15:52:53 -070041
Brian Attwellb0d3c762014-05-22 03:44:22 +000042 <!-- Color of the selected tab underline (overriding value in ContactsCommon) -->
43 <color name="tab_selected_color">#ffeeff41</color>
Paul Soulos2b9563d2014-05-27 16:21:23 -070044 <color name="contacts_accent_color">#00acc1</color>
45
Dianne Hackborn333a6152009-05-26 12:46:23 -070046</resources>