• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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    <!-- Colors in the contact browser list -->
20    <color name="contact_count_text_color">#AAAAAA</color>
21
22    <!-- Color of the theme of the People app -->
23    <color name="people_app_theme_color">#33B5E5</color>
24
25    <!-- Color of image view placeholder. -->
26    <color name="image_placeholder">#DDDDDD</color>
27
28    <!-- Secondary text color in the Phone app -->
29    <color name="dialtacts_secondary_text_color">#888888</color>
30
31    <!--  Color of the semi-transparent shadow box on contact tiles -->
32    <color name="contact_tile_shadow_box_color">#7F000000</color>
33
34    <!--  Color of the status message for starred contacts in the People app -->
35    <color name="people_contact_tile_status_color">#CCCCCC</color>
36
37    <color name="shortcut_overlay_text_background">#7f000000</color>
38
39    <color name="textColorIconOverlay">#fff</color>
40    <color name="textColorIconOverlayShadow">#000</color>
41</resources>
42