1 <?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 7 8 http://www.apache.org/licenses/LICENSE-2.0 9 10 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 --> 16 <resources> 17 <!-- Adaptive icon background layer color --> 18 <color name="ic_contacts_launcher_background">#2458CA</color> 19 20 <!-- 87% black --> 21 <color name="quantum_black_text">#dd000000</color> 22 23 <!-- 54% black --> 24 <color name="quantum_black_secondary_text">#89000000</color> 25 26 <!-- 38% black --> 27 <color name="quantum_black_hint_text">#61000000</color> 28 29 <color name="quickcontact_entry_sub_header_text_color">#737373</color> 30 <color name="quickcontact_entry_header_text_color">#202020</color> 31 32 <color name="action_bar_background">#2a56c6</color> 33 34 <color name="nav_item_selected_background">#0f000000</color> 35 36 <color name="action_bar_button_text_color">#FFFFFF</color> 37 38 <color name="actionbar_background_color">@color/primary_color</color> 39 40 <color name="contextual_selection_bar_color">#f6f6f6</color> 41 <!-- Color of the status bar above the contextual selection bar. --> 42 <color name="contextual_selection_bar_status_bar_color">#bababa</color> 43 44 <color name="primary_color_dark">#1c3aa9</color> 45 <color name="primary_color">#2a56c6</color> 46 47 <color name="group_primary_color_dark">#546E7A</color> 48 <color name="group_primary_color">#607D8B</color> 49 50 <!-- Color of the selected tab underline --> 51 <color name="contacts_accent_color">#FFFFFF</color> 52 53 <color name="floating_action_button_icon_color">@color/contacts_accent_color</color> 54 55 <!-- Horizontal separator line should be 12% dark in the light theme. --> 56 <color name="divider_line_color_light">#e0e0e0</color> 57 58 <!-- Color of the text on an ExpandingEntryCard button --> 59 <color name="expanding_entry_card_button_text_color">@android:color/black</color> 60 61 <!-- Background color for an ExpandingEntryCard --> 62 <color name="expanding_entry_card_background_color">#ffffff</color> 63 64 <!-- Color of the margin for cards --> 65 <color name="card_margin_color">#f4f4f4</color> 66 67 <color name="call_arrow_green">#2aad6f</color> 68 <color name="call_arrow_red">#ff2e58</color> 69 70 <!-- Background color of pinned header items. --> 71 <color name="list_item_pinned_header_color">@color/background_primary</color> 72 73 <!-- Color of the mime-type icons inside the editor. 50% black. --> 74 <color name="editor_icon_color">#7f7f7f</color> 75 76 <!-- Color of disabled text and unfocused hint text inside the contact editor. 25% black. --> 77 <color name="editor_disabled_text_color">#40000000</color> 78 79 <!-- Color of text on disabled link contacts button, 25% black. --> 80 <color name="disabled_button_text">#40000000</color> 81 82 <!-- Color of background of disabled link contacts button, 15% black. --> 83 <color name="disabled_button_background">#26000000</color> 84 85 <!-- Color of text of people names in contact list when item is disabled. 30% black --> 86 <color name="disabled_contact_list_name_text">#4D000000</color> 87 88 <!-- Color of background of all empty states. --> 89 <color name="empty_state_background">#efefef</color> 90 91 <!-- Colors of swipeRefreshLayout's spinning circle. --> 92 <color name="swipe_refresh_color1">#0f9d58</color> 93 <color name="swipe_refresh_color2">#dd4b37</color> 94 <color name="swipe_refresh_color3">#4285f4</color> 95 <color name="swipe_refresh_color4">#f4b400</color> 96 97 <!-- Color of ripples used for views with dark backgrounds --> 98 <color name="ripple_material_dark">#a0ffffff</color> 99 100 <!-- Divider color for header separator --> 101 <color name="primary_text_color">#363636</color> 102 103 <color name="secondary_text_color">@color/dialtacts_secondary_text_color</color> 104 105 <!-- Text color for section header. --> 106 <color name="section_header_text_color">@color/dialtacts_theme_color</color> 107 108 <!-- Color of the theme of the People app --> 109 <color name="people_app_theme_color">#363636</color> 110 111 <!-- Color of the theme of the Dialer app --> 112 <color name="dialtacts_theme_color">#2a56c6</color> 113 114 <!-- Color of image view placeholder. --> 115 <color name="image_placeholder">#DDDDDD</color> 116 117 <!-- Primary text color in the Phone app --> 118 <color name="dialtacts_primary_text_color">#333333</color> 119 120 <!-- Secondary text color in the Phone app --> 121 <color name="dialtacts_secondary_text_color">#737373</color> 122 123 <color name="shortcut_overlay_text_background">#7f000000</color> 124 125 <color name="textColorIconOverlay">#fff</color> 126 <color name="textColorIconOverlayShadow">#000</color> 127 128 <!-- Background colors for LetterTileDrawables. This set of colors is a subset of 129 https://spec.googleplex.com/quantumpalette#extended which passes Google Accessibility 130 Requirements for the color in question on white with >= 3.0 contrast. We used 131 http://leaverou.github.io/contrast-ratio/#white-on-%23db4437 to double-check the contrast. 132 133 These colors are also used by MaterialColorMapUtils to generate primary activity colors. 134 --> 135 <array name="letter_tile_colors"> 136 <item>#DB4437</item> 137 <item>#E91E63</item> 138 <item>#9C27B0</item> 139 <item>#673AB7</item> 140 <item>#3F51B5</item> 141 <item>#4285F4</item> 142 <item>#039BE5</item> 143 <item>#0097A7</item> 144 <item>#009688</item> 145 <item>#0F9D58</item> 146 <item>#689F38</item> 147 <item>#EF6C00</item> 148 <item>#FF5722</item> 149 <item>#757575</item> 150 </array> 151 152 <!-- Darker versions of letter_tile_colors, two shades darker. These colors are used 153 for settings secondary activity colors. --> 154 <array name="letter_tile_colors_dark"> 155 <item>#C53929</item> 156 <item>#C2185B</item> 157 <item>#7B1FA2</item> 158 <item>#512DA8</item> 159 <item>#303F9F</item> 160 <item>#3367D6</item> 161 <item>#0277BD</item> 162 <item>#006064</item> 163 <item>#00796B</item> 164 <item>#0B8043</item> 165 <item>#33691E</item> 166 <item>#E65100</item> 167 <item>#E64A19</item> 168 <item>#424242</item> 169 </array> 170 171 <!-- The default color used for tinting photos when no color can be extracted via Palette, 172 this is Blue Grey 500 --> 173 <color name="quickcontact_default_photo_tint_color">#607D8B</color> 174 <!-- The default secondary color when no color can be extracted via Palette, 175 this is Blue Grey 700 --> 176 <color name="quickcontact_default_photo_tint_color_dark">#455A64</color> 177 178 179 <color name="letter_tile_default_color">#cccccc</color> 180 181 <color name="letter_tile_font_color">#ffffff</color> 182 183 <!-- Color for icons in the actionbar --> 184 <color name="actionbar_icon_color">#ffffff</color> 185 186 <!-- Color of the title to the Frequently Contacted section --> 187 <color name="frequently_contacted_title_color">@color/actionbar_background_color</color> 188 189 <!-- Color of action bar text. Ensure this stays in sync with packages/Telephony 190 phone_settings_actionbar_text_color--> 191 <color name="actionbar_text_color">#ffffff</color> 192 <!-- 54% black for icons --> 193 <color name="actionbar_icon_color_grey">#8C000000</color> 194 <!-- 87% black for actionbar text --> 195 <color name="actionbar_text_color_black">#DF000000</color> 196 <!-- Solid grey for status bar overlay--> 197 <color name="actionbar_color_grey_solid">#777777</color> 198 199 <!-- Text color of the search box text as entered by user --> 200 <color name="searchbox_text_color">#000000</color> 201 <!-- Background color of the search box --> 202 <color name="searchbox_background_color">#ffffff</color> 203 204 <color name="searchbox_hint_text_color">#66000000</color> 205 206 <color name="search_shortcut_icon_color">@color/dialtacts_theme_color</color> 207 208 <!-- Color of the background of the contact detail and editor pages --> 209 <color name="background_primary">#f9f9f9</color> 210 <color name="contact_all_list_background_color">#FFFFFF</color> 211 212 <!-- Text color used for character counter when the max limit has been exceeded --> 213 <color name="call_subject_limit_exceeded">#d1041c</color> 214 215 <!-- Tint color for the call subject history icon. --> 216 <color name="call_subject_history_icon">#000000</color> 217 218 <!-- Divider line on the call subject dialog. --> 219 <color name="call_subject_divider">#d8d8d8</color> 220 221 <!-- Text color for the SEND & CALL button on the call subject dialog. --> 222 <color name="call_subject_button">#00c853</color> 223 224 <!-- Background color for the call subject history view. --> 225 <color name="call_subject_history_background">#ffffff</color> 226 <color name="search_video_call_icon_tint">@color/searchbox_hint_text_color</color> 227 228 <!-- Text color for an action in a snackbar. --> 229 <color name="snackbar_action_text">#ffffff</color> 230 <!-- Background color for a snackbar. --> 231 <color name="snackbar_background">#333333</color> 232 233 <!-- Color of account/custom filters --> 234 <color name="account_filter_text_color">@color/actionbar_text_color_black</color> 235 <color name="custom_filter_divider">#dbdbdb</color> 236 237 <color name="material_star_pink">#f50057</color> 238 239 <!-- Primary text color in Contacts app --> 240 <color name="contacts_text_color">#333333</color> 241 242 <!-- tint color for device account icons --> 243 <color name="device_account_tint_color">#7f7f7f</color> 244 245 <!-- Background color for sync-off alert. --> 246 <color name="alert_background">#e0e0e0</color> 247 248 <!-- Divider color in navigation drawer --> 249 <color name="drawer_divider_color">#E5E5E5</color> 250 251 <!-- Background color for the navigation drawer --> 252 <color name="navigation_drawer_background_color">#FAFAFA</color> 253 254 <!-- Background color for the current selected item in the navigation drawer --> 255 <color name="drawer_selected_color">#E8E8E8</color> 256 257 <!-- Highlight color used in places such as ripples --> 258 <color name="control_highlight_color">#1A000000</color> 259 260 </resources> 261