summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
blob: 9a6081504f41c5cbdeea01b8cafda05b9833790e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2009 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<resources>
    <color name="textColorIconOverlay">#fff</color>
    <color name="textColorIconOverlayShadow">#000</color>
    
    <color name="quickcontact_disambig">#f2f2f2</color>
    <color name="quickcontact_disambig_divider">#afafaf</color>

    <color name="edit_divider">#ff666666</color>

    <!-- Color of the background of the contact detail and editor pages -->
    <color name="background_primary">#FFFFFF</color>

    <color name="background_secondary">#ff202020</color>

    <color name="translucent_search_background">#cc000000</color>

    <color name="account_selection_background">#ff000000</color>

    <!-- Color used for the letter in the A-Z section header -->
    <color name="section_header_text_color">#ff999999</color>

    <!-- Color used as a selected background for the account/group selection widget -->
    <color name="filter_selector_selected_background">#66ffffff</color>

    <!-- Color used for the label (type) in the editor -->
    <color name="editor_label_text_color">#FF7F7F7F</color>

    <!-- Color of the line above the contact photo in the contact detail header -->
    <color name="contact_detail_header_divider_color">#FF999999</color>

    <!-- Color of the text indicating the type of entry (e.g. Home, Work etc) -->
    <color name="detail_item_type_color">#B4B4B4</color>

    <!-- Color of the text indicating the type of entry (e.g. Home, Work etc) -->
    <color name="detail_header_view_text_color">#FFFFFF</color>

    <!--  Color of the text foreground and background of Regular Sized ContactTile -->
    <color name="contact_tile_regular_text">#2B1B17</color>
    <color name="contact_tile_regular_text_background">#FFFFFF</color>
</resources>