Home | History | Annotate | Download | only in values
      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 by Theme.Material. Taken from res/values/colors_material.xml -->
     24     <color name="ripple_material_dark">#20ffffff</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     <!-- Secondary text color in the Phone app -->
     50     <color name="dialtacts_secondary_text_color">#737373</color>
     51 
     52     <!--  Color of the semi-transparent shadow box on contact tiles -->
     53     <color name="contact_tile_shadow_box_color">#7F000000</color>
     54 
     55     <!--  Color of the status message for starred contacts in the People app -->
     56     <color name="people_contact_tile_status_color">#CCCCCC</color>
     57 
     58     <color name="shortcut_overlay_text_background">#7f000000</color>
     59 
     60     <color name="textColorIconOverlay">#fff</color>
     61     <color name="textColorIconOverlayShadow">#000</color>
     62 
     63     <!-- Background colors for LetterTileDrawables. This set of colors is a subset of
     64         https://spec.googleplex.com/quantumpalette#extended which passes Google Accessibility
     65         Requirements for the color in question on white with >= 3.0 contrast. We used
     66         http://leaverou.github.io/contrast-ratio/#white-on-%23db4437 to double-check the contrast.
     67 
     68         These colors are also used by MaterialColorMapUtils to generate primary activity colors.
     69     -->
     70     <array name="letter_tile_colors">
     71         <item>#DB4437</item>
     72         <item>#E91E63</item>
     73         <item>#9C27B0</item>
     74         <item>#673AB7</item>
     75         <item>#3F51B5</item>
     76         <item>#4285F4</item>
     77         <item>#039BE5</item>
     78         <item>#0097A7</item>
     79         <item>#009688</item>
     80         <item>#0F9D58</item>
     81         <item>#689F38</item>
     82         <item>#EF6C00</item>
     83         <item>#FF5722</item>
     84         <item>#757575</item>
     85     </array>
     86 
     87     <!-- Darker versions of letter_tile_colors, two shades darker. These colors are used
     88         for settings secondary activity colors. -->
     89     <array name="letter_tile_colors_dark">
     90         <item>#C53929</item>
     91         <item>#C2185B</item>
     92         <item>#7B1FA2</item>
     93         <item>#512DA8</item>
     94         <item>#303F9F</item>
     95         <item>#3367D6</item>
     96         <item>#0277BD</item>
     97         <item>#006064</item>
     98         <item>#00796B</item>
     99         <item>#0B8043</item>
    100         <item>#33691E</item>
    101         <item>#E65100</item>
    102         <item>#E64A19</item>
    103         <item>#424242</item>
    104     </array>
    105 
    106     <!-- The default color used for tinting photos when no color can be extracted via Palette,
    107             this is Blue Grey 500 -->
    108     <color name="quickcontact_default_photo_tint_color">#607D8B</color>
    109     <!-- The default secondary color when no color can be extracted via Palette,
    110             this is Blue Grey 700 -->
    111     <color name="quickcontact_default_photo_tint_color_dark">#455A64</color>
    112 
    113 
    114     <color name="letter_tile_default_color">#cccccc</color>
    115 
    116     <color name="letter_tile_font_color">#ffffff</color>
    117 
    118     <!-- Background color of action bars. Ensure this stays in sync with packages/Telephony
    119          actionbar_background_color. -->
    120     <color name="actionbar_background_color">#0fc6dc</color>
    121     <!-- Color for icons in the actionbar -->
    122     <color name="actionbar_icon_color">#ffffff</color>
    123     <!-- Darker version of the actionbar color. Used for the status bar and navigation bar colors. -->
    124     <color name="actionbar_background_color_dark">#008aa1</color>
    125 
    126     <color name="tab_ripple_color">@color/tab_accent_color</color>
    127     <color name="tab_accent_color">#ffffff</color>
    128     <color name="tab_selected_underline_color">@color/tab_accent_color</color>
    129 
    130     <!-- Color of the title to the Frequently Contacted section -->
    131     <color name="frequently_contacted_title_color">@color/actionbar_background_color</color>
    132 
    133     <!-- Color of action bar text. Ensure this stays in sync with packages/Telephony
    134     phone_settings_actionbar_text_color-->
    135     <color name="actionbar_text_color">#ffffff</color>
    136     <color name="actionbar_unselected_text_color">#a6ffffff</color>
    137 
    138     <!-- Text color of the search box text as entered by user  -->
    139     <color name="searchbox_text_color">#000000</color>
    140     <!-- Background color of the search box -->
    141     <color name="searchbox_background_color">#ffffff</color>
    142 
    143     <color name="searchbox_hint_text_color">#737373</color>
    144     <color name="searchbox_icon_tint">@color/searchbox_hint_text_color</color>
    145 
    146     <color name="search_shortcut_background_color">#b6b6b6</color>
    147     <color name="search_shortcut_icon_color">#f8f8f8</color>
    148 
    149     <!-- Color of the background of the contact detail and editor pages -->
    150     <color name="background_primary">#f9f9f9</color>
    151     <color name="contact_all_list_background_color">#FFFFFF</color>
    152 </resources>
    153