blob: bc70cbf10e8ab2982fba4a031fe628382286b71e [file] [log] [blame]
Dianne Hackborn333a6152009-05-26 12:46:23 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2009 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
Jeff Sharkey14f61ab2009-08-05 21:02:37 -07007
Dianne Hackborn333a6152009-05-26 12:46:23 -07008 http://www.apache.org/licenses/LICENSE-2.0
Jeff Sharkey14f61ab2009-08-05 21:02:37 -07009
Dianne Hackborn333a6152009-05-26 12:46:23 -070010 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-->
Dianne Hackborn333a6152009-05-26 12:46:23 -070016<resources>
17 <color name="textColorIconOverlay">#fff</color>
18 <color name="textColorIconOverlayShadow">#000</color>
Flavio Lerdaa533a342011-07-25 17:15:31 +010019
Andy Huang1a817f02011-10-05 20:48:18 -070020 <color name="shortcut_overlay_text_background">#7f000000</color>
21
Daniel Lehmann1792b082011-08-23 18:48:22 -070022 <color name="quickcontact_list_divider">#ffcdcdcd</color>
23 <color name="quickcontact_list_background">#ffe2e2e2</color>
24 <color name="quickcontact_tab_indicator">#ff33b5e6</color>
Jeff Sharkey02599212009-10-13 16:27:09 -070025
Katherine Kuanb678c4a2011-05-05 16:37:06 -070026 <!-- Color of the background of the contact detail and editor pages -->
27 <color name="background_primary">#FFFFFF</color>
28
Dave Santoro39156002011-07-19 01:18:14 -070029 <color name="background_social_updates">#ffeeeeee</color>
30
Dmitri Plotnikov3e1c9f22010-09-01 17:24:25 -070031 <!-- Color used for the letter in the A-Z section header -->
32 <color name="section_header_text_color">#ff999999</color>
Dmitri Plotnikov049a6452010-09-26 12:47:12 -070033
Katherine Kuand814e422011-07-03 21:11:48 -070034 <!-- Color of the text in the updates tab in the tab carousel on the contact detail page -->
35 <color name="detail_update_tab_text_color">#777777</color>
Flavio Lerda76921902011-07-13 21:11:51 +010036
37 <!-- Color of the text describing an unconsumed missed call. -->
38 <color name="call_log_missed_call_highlight_color">#FF0000</color>
39
40 <!-- Color of the text describing an unconsumed voicemail. -->
Flavio Lerda7594d792011-07-18 17:37:56 +010041 <color name="call_log_voicemail_highlight_color">#33b5e5</color>
Hugo Hudsonb002f512011-07-15 17:41:12 +010042
Hugo Hudson39fac712011-07-18 14:14:31 +010043 <!-- Colour background for the voicemail playback ui. -->
Hugo Hudsonffa75202011-07-19 00:46:55 +010044 <color name="voicemail_playback_ui_background">@android:color/black</color>
Hugo Hudsonb002f512011-07-15 17:41:12 +010045
Hugo Hudson39fac712011-07-18 14:14:31 +010046 <!-- Colour of voicemail progress bar to the right of position indicator. -->
47 <color name="voicemail_playback_seek_bar_yet_to_play">#44ffffff</color>
48
49 <!-- Colour of voicemail progress bar to the left of position indicator. -->
50 <color name="voicemail_playback_seek_bar_already_played">#ccffffff</color>
51
52 <!-- Colour of text that appears on the voicemail ui. -->
53 <color name="voicemail_playback_ui_text">#cc696969</color>
Katherine Kuan56b428b2011-07-17 17:44:24 -070054
55 <!-- Color of the theme of the People app -->
56 <color name="people_app_theme_color">#33B5E5</color>
Isaac Katzenelson36b27c62011-07-20 12:06:01 -070057
Daisuke Miyakawa7a318d12011-09-01 15:33:14 -070058 <!-- Secondary text color in the Phone app -->
Daisuke Miyakawa8f59c2b2011-08-04 13:22:19 -070059 <color name="dialtacts_secondary_text_color">#888888</color>
Katherine Kuan8bec9092011-08-01 14:04:36 -070060
Isaac Katzenelson36b27c62011-07-20 12:06:01 -070061 <!-- Colors in the contact browser list -->
Itzhak Katzenelson30dff0f2011-08-09 21:43:17 -070062 <color name="contact_count_text_color">#AAAAAA</color>
Flavio Lerdaa533a342011-07-25 17:15:31 +010063
64 <!-- Color of the text of the tab carousel in the contact details -->
65 <color name="detail_tab_carousel_tab_label_color">#EEEEEE</color>
Katherine Kuan6cb8be12011-08-04 17:11:25 -070066
67 <!-- Color of the text for buttons in the action bar -->
68 <color name="action_bar_button_text_color">#FFFFFF</color>
Frank Sposaro257cec12011-08-02 15:52:53 -070069
Frank Sposaroafc28912011-08-09 14:19:35 -070070 <!-- Color of the status message for starred contacts in the People app -->
71 <color name="people_contact_tile_status_color">#CCCCCC</color>
72
73 <!-- Color of the semi-transparent shadow box on contact tiles -->
74 <color name="contact_tile_shadow_box_color">#7F000000</color>
Frank Sposaro257cec12011-08-02 15:52:53 -070075
Dmitri Plotnikov1b4572b2011-09-06 17:26:09 -040076 <!-- Color of the vertical stripe that goes on the left of a block quote inside a stream item -->
77 <color name="stream_item_stripe_color">#CCCCCC</color>
78
Makoto Onuki3d3a15c2011-09-22 10:55:08 -070079 <!-- Color of image view placeholder. -->
80 <color name="image_placeholder">#DDDDDD</color>
Dianne Hackborn333a6152009-05-26 12:46:23 -070081</resources>