blob: 60873b17d82047d1daa5ea2c5a0db65787c11e2d [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>
17 <color name="textColorIconOverlay">#fff</color>
18 <color name="textColorIconOverlayShadow">#000</color>
Dmitri Plotnikov4120f602010-11-05 11:40:55 -070019
Evan Millar0d0ab342009-09-30 19:03:35 -070020 <color name="quickcontact_disambig">#f2f2f2</color>
21 <color name="quickcontact_disambig_divider">#afafaf</color>
Jeff Sharkey02599212009-10-13 16:27:09 -070022
23 <color name="edit_divider">#ff666666</color>
Katherine Kuanb678c4a2011-05-05 16:37:06 -070024
25 <!-- Color of the background of the contact detail and editor pages -->
26 <color name="background_primary">#FFFFFF</color>
27
Dmitri Plotnikova741d612010-02-01 16:46:58 -080028 <color name="background_secondary">#ff202020</color>
Dmitri Plotnikov8e86b752010-02-22 17:47:57 -080029
30 <color name="translucent_search_background">#cc000000</color>
Daniel Lehmannae2bbe82010-08-19 12:05:34 -070031
Daisuke Miyakawad37a8912011-03-27 09:35:28 -070032 <color name="account_selection_background">#ff000000</color>
33
Dmitri Plotnikov3e1c9f22010-09-01 17:24:25 -070034 <!-- Color used for the letter in the A-Z section header -->
35 <color name="section_header_text_color">#ff999999</color>
Dmitri Plotnikov049a6452010-09-26 12:47:12 -070036
37 <!-- Color used as a selected background for the account/group selection widget -->
38 <color name="filter_selector_selected_background">#66ffffff</color>
39
Daniel Lehmanncfb525b2010-11-02 19:24:54 -070040 <!-- Color used for the label (type) in the editor -->
41 <color name="editor_label_text_color">#FF7F7F7F</color>
Dmitri Plotnikovee194e52010-11-29 12:10:13 -080042
43 <!-- Color of the line above the contact photo in the contact detail header -->
44 <color name="contact_detail_header_divider_color">#FF999999</color>
Dmitri Plotnikovba3c2e52011-01-23 14:02:54 -080045
46 <!-- Color of the text indicating the type of entry (e.g. Home, Work etc) -->
47 <color name="detail_item_type_color">#B4B4B4</color>
Katherine Kuan2719ab02011-05-02 17:18:04 -070048
49 <!-- Color of the text indicating the type of entry (e.g. Home, Work etc) -->
50 <color name="detail_header_view_text_color">#FFFFFF</color>
Frank Sposaro32f39552011-06-06 11:01:50 -070051
Katherine Kuan79700882011-06-14 17:40:33 -070052 <!-- Color of the background of the tabs on the contact detail page -->
53 <color name="detail_tab_background">#DBDBDB</color>
54
Frank Sposaro32f39552011-06-06 11:01:50 -070055 <!-- Color of the text foreground and background of Regular Sized ContactTile -->
56 <color name="contact_tile_regular_text">#2B1B17</color>
57 <color name="contact_tile_regular_text_background">#FFFFFF</color>
Dianne Hackborn333a6152009-05-26 12:46:23 -070058</resources>