blob: 607b7a0101dda41605cddb86dd8f274597be080a [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>
Gary Mai3e9637f2016-09-06 18:22:55 -070017 <!-- 54% black -->
18 <color name="quantum_black_secondary_text">#89000000</color>
19
20 <!-- 38% black -->
21 <color name="quantum_black_hint_text">#61000000</color>
Andy Huang1a817f02011-10-05 20:48:18 -070022
Christine Chen72b3ab12013-08-13 23:22:34 +020023 <color name="quickcontact_name_detail_background">#66000000</color>
Brian Attwell60953692014-07-11 17:18:46 -070024 <color name="quickcontact_entry_sub_header_text_color">#737373</color>
25 <color name="quickcontact_entry_header_text_color">#202020</color>
Jeff Sharkey02599212009-10-13 16:27:09 -070026
Walter Jang5dde93f2016-05-26 13:56:53 -070027 <color name="action_bar_background">#0288d1</color>
28
Wenyi Wangf8a5ab42016-05-25 16:04:13 -070029 <color name="nav_item_selected_background">#0f000000</color>
30
Dave Santoro39156002011-07-19 01:18:14 -070031 <color name="background_social_updates">#ffeeeeee</color>
32
Katherine Kuan6cb8be12011-08-04 17:11:25 -070033 <color name="action_bar_button_text_color">#FFFFFF</color>
Frank Sposaro257cec12011-08-02 15:52:53 -070034
Brian Attwell77329c82014-08-06 22:10:12 -070035 <color name="actionbar_background_color">@color/primary_color</color>
Brian Attwell77329c82014-08-06 22:10:12 -070036
Wenyi Wangdb662692016-07-14 16:07:44 -070037 <color name="contextual_selection_bar_color">#f6f6f6</color>
Brian Attwell20510ec2015-02-27 16:10:45 -080038 <!-- Color of the status bar above the contextual selection bar. -->
Wenyi Wangdb662692016-07-14 16:07:44 -070039 <color name="contextual_selection_bar_status_bar_color">#bababa</color>
Brian Attwell20510ec2015-02-27 16:10:45 -080040
Brian Attwell77329c82014-08-06 22:10:12 -070041 <color name="primary_color_dark">#0277bd</color>
42 <color name="primary_color">#0288d1</color>
43
Wenyi Wang4d0f4522016-09-01 17:51:32 -070044 <color name="group_primary_color_dark">#546E7A</color>
45 <color name="group_primary_color">#607D8B</color>
46
Brian Attwell96107e62014-08-06 22:29:19 -070047 <!-- Color of the selected tab underline -->
48 <color name="contacts_accent_color">#FFFFFF</color>
49
50 <color name="floating_action_button_icon_color">@color/contacts_accent_color</color>
Paul Soulos2b9563d2014-05-27 16:21:23 -070051
Brian Attwelldaa20582014-11-25 20:45:44 -080052 <!-- Horizontal separator line should be 12% dark in the light theme. -->
53 <color name="divider_line_color_light">#e0e0e0</color>
Paul Soulos2d48b5a2014-05-29 13:56:25 -070054
55 <!-- Color of the text on an ExpandingEntryCard button -->
56 <color name="expanding_entry_card_button_text_color">@android:color/black</color>
57
Paul Soulos2fad98e2014-05-29 16:20:05 -070058 <!-- Background color for an ExpandingEntryCard -->
Brian Attwell9b889e62014-06-23 18:25:32 -070059 <color name="expanding_entry_card_background_color">#ffffff</color>
Paul Soulos2fad98e2014-05-29 16:20:05 -070060
Paul Soulos5ec23fd2014-05-29 18:19:38 -070061 <!-- Color of the margin for cards -->
Brian Attwell9b889e62014-06-23 18:25:32 -070062 <color name="card_margin_color">#f4f4f4</color>
Paul Soulosab840442014-06-17 14:08:40 -070063
64 <color name="call_arrow_green">#2aad6f</color>
65 <color name="call_arrow_red">#ff2e58</color>
Sai Cheemalapati5b221082014-06-27 14:45:43 -070066
Sai Cheemalapati5b221082014-06-27 14:45:43 -070067 <!-- Background color of pinned header items. -->
Brian Attwelld038b402014-08-29 13:50:51 -070068 <color name="list_item_pinned_header_color">@color/background_primary</color>
Brian Attwell043fba62014-10-30 11:11:56 -070069
70 <!-- Color of the mime-type icons inside the editor. 50% black. -->
71 <color name="editor_icon_color">#7f7f7f</color>
Brian Attwelld690dff2014-12-02 15:04:56 -080072
Walter Jang261e1062015-03-13 11:07:23 -070073 <!-- Color of disabled text and unfocused hint text inside the contact editor. 25% black. -->
74 <color name="editor_disabled_text_color">#40000000</color>
Wenyi Wang409541c2015-10-15 20:12:56 -070075
76 <!-- Color of button background in compact photo picker. -->
77 <color name="google_grey_600">#757575</color>
78
Wenyi Wang53684892015-10-23 11:11:16 -070079 <!-- Color of button text in compact photo picker, 85% white. -->
Wenyi Wang409541c2015-10-15 20:12:56 -070080 <color name="photo_action_button_color">#D9FFFFFF</color>
Wenyi Wang53684892015-10-23 11:11:16 -070081
82 <!-- Color of text on disabled link contacts button, 25% black. -->
83 <color name="disabled_button_text">#40000000</color>
84
85 <!-- Color of background of disabled link contacts button, 15% black. -->
86 <color name="disabled_button_background">#26000000</color>
yaolud8effeb2016-06-29 14:42:38 -070087
88 <!-- Color of background of all empty states. -->
89 <color name="empty_state_background">#efefef</color>
90
Tingting Wangdce1e682016-07-28 10:06:29 -070091 <!-- Color of hamburger icon in promo -->
92 <color name="hamburger_feature_highlight_inner_color">#00ffffff</color>
Walter Jang13a9c332016-08-13 08:35:14 -070093
94 <!-- Background color corresponding to the holo list 9-patch. -->
95 <color name="holo_list_background_color">#eeeeee</color>
96
97 <color name="focus_color">#44ff0000</color>
98
99 <!-- Color of ripples used for views with dark backgrounds -->
100 <color name="ripple_material_dark">#a0ffffff</color>
101
102 <!-- Divider color for header separator -->
103 <color name="primary_text_color">#363636</color>
104
105 <color name="secondary_text_color">@color/dialtacts_secondary_text_color</color>
106
107 <!-- Text color for section header. -->
108 <color name="section_header_text_color">@color/dialtacts_theme_color</color>
109
110 <!-- Divider color for header separator -->
111 <color name="main_header_separator_color">#AAAAAA</color>
112
113 <!-- Divider color for header separator -->
114 <color name="secondary_header_separator_color">#D0D0D0</color>
115
116 <!-- Color of the theme of the People app -->
117 <color name="people_app_theme_color">#363636</color>
118
119 <!-- Color of the theme of the Dialer app -->
120 <color name="dialtacts_theme_color">#0288d1</color>
121
122 <!-- Color of image view placeholder. -->
123 <color name="image_placeholder">#DDDDDD</color>
124
125 <!-- Primary text color in the Phone app -->
126 <color name="dialtacts_primary_text_color">#333333</color>
127
128 <!-- Secondary text color in the Phone app -->
129 <color name="dialtacts_secondary_text_color">#737373</color>
130
131 <!-- Color of the semi-transparent shadow box on contact tiles -->
132 <color name="contact_tile_shadow_box_color">#7F000000</color>
133
134 <!-- Color of the status message for starred contacts in the People app -->
135 <color name="people_contact_tile_status_color">#CCCCCC</color>
136
137 <color name="shortcut_overlay_text_background">#7f000000</color>
138
139 <color name="textColorIconOverlay">#fff</color>
140 <color name="textColorIconOverlayShadow">#000</color>
141
142 <!-- Background colors for LetterTileDrawables. This set of colors is a subset of
143 https://spec.googleplex.com/quantumpalette#extended which passes Google Accessibility
144 Requirements for the color in question on white with >= 3.0 contrast. We used
145 http://leaverou.github.io/contrast-ratio/#white-on-%23db4437 to double-check the contrast.
146
147 These colors are also used by MaterialColorMapUtils to generate primary activity colors.
148 -->
149 <array name="letter_tile_colors">
150 <item>#DB4437</item>
151 <item>#E91E63</item>
152 <item>#9C27B0</item>
153 <item>#673AB7</item>
154 <item>#3F51B5</item>
155 <item>#4285F4</item>
156 <item>#039BE5</item>
157 <item>#0097A7</item>
158 <item>#009688</item>
159 <item>#0F9D58</item>
160 <item>#689F38</item>
161 <item>#EF6C00</item>
162 <item>#FF5722</item>
163 <item>#757575</item>
164 </array>
165
166 <!-- Darker versions of letter_tile_colors, two shades darker. These colors are used
167 for settings secondary activity colors. -->
168 <array name="letter_tile_colors_dark">
169 <item>#C53929</item>
170 <item>#C2185B</item>
171 <item>#7B1FA2</item>
172 <item>#512DA8</item>
173 <item>#303F9F</item>
174 <item>#3367D6</item>
175 <item>#0277BD</item>
176 <item>#006064</item>
177 <item>#00796B</item>
178 <item>#0B8043</item>
179 <item>#33691E</item>
180 <item>#E65100</item>
181 <item>#E64A19</item>
182 <item>#424242</item>
183 </array>
184
185 <!-- The default color used for tinting photos when no color can be extracted via Palette,
186 this is Blue Grey 500 -->
187 <color name="quickcontact_default_photo_tint_color">#607D8B</color>
188 <!-- The default secondary color when no color can be extracted via Palette,
189 this is Blue Grey 700 -->
190 <color name="quickcontact_default_photo_tint_color_dark">#455A64</color>
191
192
193 <color name="letter_tile_default_color">#cccccc</color>
194
195 <color name="letter_tile_font_color">#ffffff</color>
196
Walter Jang13a9c332016-08-13 08:35:14 -0700197 <!-- Color for icons in the actionbar -->
198 <color name="actionbar_icon_color">#ffffff</color>
Walter Jang13a9c332016-08-13 08:35:14 -0700199
200 <color name="tab_ripple_color">@color/tab_accent_color</color>
201 <color name="tab_accent_color">#ffffff</color>
202 <color name="tab_selected_underline_color">@color/tab_accent_color</color>
203 <color name="tab_unread_count_background_color">#700f4b70</color>
204
205 <!-- Color of the title to the Frequently Contacted section -->
206 <color name="frequently_contacted_title_color">@color/actionbar_background_color</color>
207
208 <!-- Color of action bar text. Ensure this stays in sync with packages/Telephony
209 phone_settings_actionbar_text_color-->
210 <color name="actionbar_text_color">#ffffff</color>
211 <!-- 54% black for icons -->
212 <color name="actionbar_icon_color_grey">#8C000000</color>
213 <!-- 87% black for actionbar text -->
214 <color name="actionbar_text_color_black">#DF000000</color>
215 <!-- Solid grey for status bar overlay-->
216 <color name="actionbar_color_grey_solid">#777777</color>
217 <color name="actionbar_unselected_text_color">#a6ffffff</color>
218
219 <!-- Text color of the search box text as entered by user -->
220 <color name="searchbox_text_color">#000000</color>
221 <!-- Background color of the search box -->
222 <color name="searchbox_background_color">#ffffff</color>
223
224 <color name="searchbox_hint_text_color">#66000000</color>
225 <color name="searchbox_icon_tint">@color/searchbox_hint_text_color</color>
226
227 <color name="search_shortcut_icon_color">@color/dialtacts_theme_color</color>
228
229 <!-- Color of the background of the contact detail and editor pages -->
230 <color name="background_primary">#f9f9f9</color>
231 <color name="contact_all_list_background_color">#FFFFFF</color>
232
233 <!-- Text color used for character counter when the max limit has been exceeded -->
234 <color name="call_subject_limit_exceeded">#d1041c</color>
235
236 <!-- Tint color for the call subject history icon. -->
237 <color name="call_subject_history_icon">#000000</color>
238
239 <!-- Divider line on the call subject dialog. -->
240 <color name="call_subject_divider">#d8d8d8</color>
241
242 <!-- Text color for the SEND & CALL button on the call subject dialog. -->
243 <color name="call_subject_button">#00c853</color>
244
245 <!-- Background color for the call subject history view. -->
246 <color name="call_subject_history_background">#ffffff</color>
247 <color name="search_video_call_icon_tint">@color/searchbox_hint_text_color</color>
248
249 <!-- Text color for an action in a snackbar. -->
250 <color name="snackbar_action_text">#40c4ff</color>
251 <!-- Background color for a snackbar. -->
252 <color name="snackbar_background">#333333</color>
253
254 <!-- Color of account/custom filters -->
255 <color name="account_filter_text_color">@color/actionbar_text_color_black</color>
256 <color name="custom_filter_divider">#dbdbdb</color>
257
258 <color name="material_star_pink">#f50057</color>
259
260 <!-- Primary text color in Contacts app -->
261 <color name="contacts_text_color">#333333</color>
Marcus Hagerottfac695a2016-08-24 17:02:40 -0700262
263 <!-- tint color for device account icons -->
264 <color name="device_account_tint_color">#7f7f7f</color>
Dianne Hackborn333a6152009-05-26 12:46:23 -0700265</resources>