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 <!-- Color of the theme of the People app --> 19 <color name="people_app_theme_color">#363636</color> 20 21 <!-- Darker versions of letter_tile_colors, two shades darker. These colors are used 22 for settings secondary activity colors. --> 23 <array name="letter_tile_colors_dark"> 24 <item>#C53929</item> 25 <item>#C2185B</item> 26 <item>#7B1FA2</item> 27 <item>#512DA8</item> 28 <item>#303F9F</item> 29 <item>#3367D6</item> 30 <item>#0277BD</item> 31 <item>#006064</item> 32 <item>#00796B</item> 33 <item>#0B8043</item> 34 <item>#33691E</item> 35 <item>#E65100</item> 36 <item>#E64A19</item> 37 <item>#424242</item> 38 </array> 39 40 <!-- Text color used for character counter when the max limit has been exceeded --> 41 <color name="call_subject_limit_exceeded">#d1041c</color> 42 43 <!-- Tint color for the call subject history icon. --> 44 <color name="call_subject_history_icon">#000000</color> 45 46 <!-- Divider line on the call subject dialog. --> 47 <color name="call_subject_divider">#d8d8d8</color> 48 49 <!-- Text color for the SEND & CALL button on the call subject dialog. --> 50 <color name="call_subject_button">#00c853</color> 51</resources> 52