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 
     19     <!-- Divider color for header separator -->
     20     <color name="primary_text_color">#363636</color>
     21 
     22     <!-- Divider color for header separator -->
     23     <color name="secondary_text_color">#777777</color>
     24 
     25     <!-- Divider color for header separator -->
     26     <color name="main_header_separator_color">#AAAAAA</color>
     27 
     28     <!-- Divider color for header separator -->
     29     <color name="secondary_header_separator_color">#D0D0D0</color>
     30 
     31     <!-- Color of the theme of the People app -->
     32     <color name="people_app_theme_color">#363636</color>
     33 
     34     <!-- Color of image view placeholder. -->
     35     <color name="image_placeholder">#DDDDDD</color>
     36 
     37     <!-- Secondary text color in the Phone app -->
     38     <color name="dialtacts_secondary_text_color">#888888</color>
     39 
     40     <!--  Color of the semi-transparent shadow box on contact tiles -->
     41     <color name="contact_tile_shadow_box_color">#7F000000</color>
     42 
     43     <!--  Color of the status message for starred contacts in the People app -->
     44     <color name="people_contact_tile_status_color">#CCCCCC</color>
     45 
     46     <color name="shortcut_overlay_text_background">#7f000000</color>
     47 
     48     <color name="textColorIconOverlay">#fff</color>
     49     <color name="textColorIconOverlayShadow">#000</color>
     50 </resources>
     51