1 <!-- 2 ~ Copyright (C) 2012 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 17 <resources> 18 <!-- Background color corresponding to the holo list 9-patch. --> 19 <color name="holo_list_background_color">#eeeeee</color> 20 21 <color name="focus_color">#44ff0000</color> 22 23 <!-- Color of ripples used for views with dark backgrounds --> 24 <color name="ripple_material_dark">#a0ffffff</color> 25 26 <!-- Divider color for header separator --> 27 <color name="primary_text_color">#363636</color> 28 29 <color name="secondary_text_color">@color/dialtacts_secondary_text_color</color> 30 31 <!-- Text color for section header. --> 32 <color name="section_header_text_color">#888888</color> 33 34 <!-- Divider color for header separator --> 35 <color name="main_header_separator_color">#AAAAAA</color> 36 37 <!-- Divider color for header separator --> 38 <color name="secondary_header_separator_color">#D0D0D0</color> 39 40 <!-- Color of the theme of the People app --> 41 <color name="people_app_theme_color">#363636</color> 42 43 <!-- Color of the theme of the Dialer app --> 44 <color name="dialtacts_theme_color">#0288d1</color> 45 46 <!-- Color of image view placeholder. --> 47 <color name="image_placeholder">#DDDDDD</color> 48 49 <!-- Primary text color in the Phone app --> 50 <color name="dialtacts_primary_text_color">#333333</color> 51 52 <!-- Secondary text color in the Phone app --> 53 <color name="dialtacts_secondary_text_color">#737373</color> 54 55 <!-- Color of the semi-transparent shadow box on contact tiles --> 56 <color name="contact_tile_shadow_box_color">#7F000000</color> 57 58 <!-- Color of the status message for starred contacts in the People app --> 59 <color name="people_contact_tile_status_color">#CCCCCC</color> 60 61 <color name="shortcut_overlay_text_background">#7f000000</color> 62 63 <color name="textColorIconOverlay">#fff</color> 64 <color name="textColorIconOverlayShadow">#000</color> 65 66 <!-- Background colors for LetterTileDrawables. This set of colors is a subset of 67 https://spec.googleplex.com/quantumpalette#extended which passes Google Accessibility 68 Requirements for the color in question on white with >= 3.0 contrast. We used 69 http://leaverou.github.io/contrast-ratio/#white-on-%23db4437 to double-check the contrast. 70 71 These colors are also used by MaterialColorMapUtils to generate primary activity colors. 72 --> 73 <array name="letter_tile_colors"> 74 <item>#DB4437</item> 75 <item>#E91E63</item> 76 <item>#9C27B0</item> 77 <item>#673AB7</item> 78 <item>#3F51B5</item> 79 <item>#4285F4</item> 80 <item>#039BE5</item> 81 <item>#0097A7</item> 82 <item>#009688</item> 83 <item>#0F9D58</item> 84 <item>#689F38</item> 85 <item>#EF6C00</item> 86 <item>#FF5722</item> 87 <item>#757575</item> 88 </array> 89 90 <!-- Darker versions of letter_tile_colors, two shades darker. These colors are used 91 for settings secondary activity colors. --> 92 <array name="letter_tile_colors_dark"> 93 <item>#C53929</item> 94 <item>#C2185B</item> 95 <item>#7B1FA2</item> 96 <item>#512DA8</item> 97 <item>#303F9F</item> 98 <item>#3367D6</item> 99 <item>#0277BD</item> 100 <item>#006064</item> 101 <item>#00796B</item> 102 <item>#0B8043</item> 103 <item>#33691E</item> 104 <item>#E65100</item> 105 <item>#E64A19</item> 106 <item>#424242</item> 107 </array> 108 109 <!-- The default color used for tinting photos when no color can be extracted via Palette, 110 this is Blue Grey 500 --> 111 <color name="quickcontact_default_photo_tint_color">#607D8B</color> 112 <!-- The default secondary color when no color can be extracted via Palette, 113 this is Blue Grey 700 --> 114 <color name="quickcontact_default_photo_tint_color_dark">#455A64</color> 115 116 117 <color name="letter_tile_default_color">#cccccc</color> 118 119 <color name="letter_tile_font_color">#ffffff</color> 120 121 <!-- Background color of action bars. Ensure this stays in sync with packages/Telephony 122 actionbar_background_color. --> 123 <color name="actionbar_background_color">#0fc6dc</color> 124 <!-- Color for icons in the actionbar --> 125 <color name="actionbar_icon_color">#ffffff</color> 126 <!-- Darker version of the actionbar color. Used for the status bar and navigation bar colors. --> 127 <color name="actionbar_background_color_dark">#008aa1</color> 128 129 <color name="tab_ripple_color">@color/tab_accent_color</color> 130 <color name="tab_accent_color">#ffffff</color> 131 <color name="tab_selected_underline_color">@color/tab_accent_color</color> 132 <color name="tab_unread_count_background_color">#700f4b70</color> 133 134 <!-- Color of the title to the Frequently Contacted section --> 135 <color name="frequently_contacted_title_color">@color/actionbar_background_color</color> 136 137 <!-- Color of action bar text. Ensure this stays in sync with packages/Telephony 138 phone_settings_actionbar_text_color--> 139 <color name="actionbar_text_color">#ffffff</color> 140 <color name="actionbar_unselected_text_color">#a6ffffff</color> 141 142 <!-- Text color of the search box text as entered by user --> 143 <color name="searchbox_text_color">#000000</color> 144 <!-- Background color of the search box --> 145 <color name="searchbox_background_color">#ffffff</color> 146 147 <color name="searchbox_hint_text_color">#737373</color> 148 <color name="searchbox_icon_tint">@color/searchbox_hint_text_color</color> 149 150 <color name="search_shortcut_icon_color">@color/dialtacts_theme_color</color> 151 152 <!-- Color of the background of the contact detail and editor pages --> 153 <color name="background_primary">#f9f9f9</color> 154 <color name="contact_all_list_background_color">#FFFFFF</color> 155 156 <!-- Text color used for character counter when the max limit has been exceeded --> 157 <color name="call_subject_limit_exceeded">#d1041c</color> 158 159 <!-- Tint color for the call subject history icon. --> 160 <color name="call_subject_history_icon">#000000</color> 161 162 <!-- Divider line on the call subject dialog. --> 163 <color name="call_subject_divider">#d8d8d8</color> 164 165 <!-- Text color for the SEND & CALL button on the call subject dialog. --> 166 <color name="call_subject_button">#00c853</color> 167 168 <!-- Background color for the call subject history view. --> 169 <color name="call_subject_history_background">#ffffff</color> 170 <color name="search_video_call_icon_tint">@color/searchbox_hint_text_color</color> 171 </resources> 172