summaryrefslogtreecommitdiff
path: root/java/com/android/contacts/common/res/values/colors.xml
blob: b05c19a83fa867b1a4345ebd53ab6341d986cf1d (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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!--
  ~ Copyright (C) 2012 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 of ripples used for views with dark backgrounds -->
  <color name="dialer_ripple_material_dark">#a0ffffff</color>

  <!-- Color of ripples used for views with light backgrounds -->
  <color name="dialer_ripple_material_light">#30000000</color>

  <!-- Divider color for header separator -->
  <color name="primary_text_color">#363636</color>

  <color name="secondary_text_color">@color/dialer_secondary_text_color</color>

  <!-- Text color for section header. -->
  <color name="section_header_text_color">#2A56C6</color>

  <!-- Color of the theme of the People app -->
  <color name="people_app_theme_color">#363636</color>

  <!-- Darker versions of letter_tile_colors, two shades darker. These colors are used
      for settings secondary activity colors. -->
  <array name="letter_tile_colors_dark">
    <item>#C53929</item>
    <item>#C2185B</item>
    <item>#7B1FA2</item>
    <item>#512DA8</item>
    <item>#303F9F</item>
    <item>#3367D6</item>
    <item>#0277BD</item>
    <item>#006064</item>
    <item>#00796B</item>
    <item>#0B8043</item>
    <item>#33691E</item>
    <item>#E65100</item>
    <item>#E64A19</item>
    <item>#424242</item>
  </array>

  <color name="contactscommon_actionbar_background_color">?android:attr/colorPrimary</color>

  <color name="tab_ripple_color">#ffffff</color>
  <color name="tab_accent_color">@color/tab_ripple_color</color>
  <color name="tab_selected_underline_color">#f50057</color>
  <color name="tab_unread_count_background_color">#1C3AA9</color>

  <!-- Color of the title to the Frequently Contacted section -->
  <color name="frequently_contacted_title_color">@color/contactscommon_actionbar_background_color
  </color>

  <!-- Color of action bar text. Ensure this stays in sync with packages/Telephony
  phone_settings_actionbar_text_color-->
  <color name="actionbar_text_color">#ffffff</color>
  <color name="actionbar_unselected_text_color">#a6ffffff</color>

  <!-- Text color of the search box text as entered by user  -->
  <color name="searchbox_text_color">@color/dialer_primary_text_color</color>
  <!-- Background color of the search box -->
  <color name="searchbox_background_color">#ffffff</color>

  <color name="searchbox_hint_text_color">#737373</color>
  <color name="searchbox_icon_tint">@color/searchbox_hint_text_color</color>

  <color name="search_shortcut_icon_color">?android:attr/colorPrimary</color>

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

  <!-- Text color used for character counter when the max limit has been exceeded -->
  <color name="call_subject_limit_exceeded">#d1041c</color>

  <!-- Tint color for the call subject history icon. -->
  <color name="call_subject_history_icon">#000000</color>

  <!-- Divider line on the call subject dialog. -->
  <color name="call_subject_divider">#d8d8d8</color>

  <!-- Text color for the SEND & CALL button on the call subject dialog. -->
  <color name="call_subject_button">#00c853</color>

  <!-- Background color for the call subject history view. -->
  <color name="call_subject_history_background">#ffffff</color>
  <color name="search_video_call_icon_tint">@color/searchbox_hint_text_color</color>
</resources>