blob: 997cdf076b364e695c300fe7fead4394b1911a04 [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
Daniel Lehmannedb576a2011-07-27 16:45:13 -070020 <color name="quickcontact_list_divider">#ff48bde8</color>
21 <color name="quickcontact_list_background">#ff33b5e6</color>
Jeff Sharkey02599212009-10-13 16:27:09 -070022
23 <color name="edit_divider">#ff666666</color>
Katherine Kuanb678c4a2011-05-05 16:37:06 -070024
25 <!-- Color of the background of the contact detail and editor pages -->
26 <color name="background_primary">#FFFFFF</color>
27
Dmitri Plotnikova741d612010-02-01 16:46:58 -080028 <color name="background_secondary">#ff202020</color>
Dmitri Plotnikov8e86b752010-02-22 17:47:57 -080029
30 <color name="translucent_search_background">#cc000000</color>
Daniel Lehmannae2bbe82010-08-19 12:05:34 -070031
Dave Santoro39156002011-07-19 01:18:14 -070032 <color name="background_social_updates">#ffeeeeee</color>
33
34 <color name="social_update_text_color">#ff333333</color>
35
36 <color name="social_update_attribution_color">#ff777777</color>
37
Flavio Lerda5a77a552011-07-27 18:56:39 +010038 <color name="social_update_comments_color">#ff777777</color>
39
Dmitri Plotnikov3e1c9f22010-09-01 17:24:25 -070040 <!-- Color used for the letter in the A-Z section header -->
41 <color name="section_header_text_color">#ff999999</color>
Dmitri Plotnikov049a6452010-09-26 12:47:12 -070042
43 <!-- Color used as a selected background for the account/group selection widget -->
44 <color name="filter_selector_selected_background">#66ffffff</color>
45
Daniel Lehmanncfb525b2010-11-02 19:24:54 -070046 <!-- Color used for the label (type) in the editor -->
47 <color name="editor_label_text_color">#FF7F7F7F</color>
Dmitri Plotnikovee194e52010-11-29 12:10:13 -080048
49 <!-- Color of the line above the contact photo in the contact detail header -->
50 <color name="contact_detail_header_divider_color">#FF999999</color>
Dmitri Plotnikovba3c2e52011-01-23 14:02:54 -080051
Katherine Kuanf81e4c62011-07-01 21:46:08 -070052 <!-- Color of the title text and divider for the kind type on the contact detail page -->
53 <color name="detail_kind_title_color">#63B8FF</color>
54
Dmitri Plotnikovba3c2e52011-01-23 14:02:54 -080055 <!-- Color of the text indicating the type of entry (e.g. Home, Work etc) -->
56 <color name="detail_item_type_color">#B4B4B4</color>
Katherine Kuan2719ab02011-05-02 17:18:04 -070057
58 <!-- Color of the text indicating the type of entry (e.g. Home, Work etc) -->
59 <color name="detail_header_view_text_color">#FFFFFF</color>
Frank Sposaro32f39552011-06-06 11:01:50 -070060
Katherine Kuan79700882011-06-14 17:40:33 -070061 <!-- Color of the background of the tabs on the contact detail page -->
62 <color name="detail_tab_background">#DBDBDB</color>
Katherine Kuand814e422011-07-03 21:11:48 -070063
64 <!-- Color of the text in the updates tab in the tab carousel on the contact detail page -->
65 <color name="detail_update_tab_text_color">#777777</color>
Flavio Lerda76921902011-07-13 21:11:51 +010066
67 <!-- Color of the text describing an unconsumed missed call. -->
68 <color name="call_log_missed_call_highlight_color">#FF0000</color>
69
70 <!-- Color of the text describing an unconsumed voicemail. -->
Flavio Lerda7594d792011-07-18 17:37:56 +010071 <color name="call_log_voicemail_highlight_color">#33b5e5</color>
Hugo Hudsonb002f512011-07-15 17:41:12 +010072
Hugo Hudson39fac712011-07-18 14:14:31 +010073 <!-- Colour background for the voicemail playback ui. -->
Hugo Hudsonffa75202011-07-19 00:46:55 +010074 <color name="voicemail_playback_ui_background">@android:color/black</color>
Hugo Hudsonb002f512011-07-15 17:41:12 +010075
Hugo Hudson39fac712011-07-18 14:14:31 +010076 <!-- Colour of voicemail progress bar to the right of position indicator. -->
77 <color name="voicemail_playback_seek_bar_yet_to_play">#44ffffff</color>
78
79 <!-- Colour of voicemail progress bar to the left of position indicator. -->
80 <color name="voicemail_playback_seek_bar_already_played">#ccffffff</color>
81
82 <!-- Colour of text that appears on the voicemail ui. -->
83 <color name="voicemail_playback_ui_text">#cc696969</color>
Katherine Kuan56b428b2011-07-17 17:44:24 -070084
85 <!-- Color of the theme of the People app -->
86 <color name="people_app_theme_color">#33B5E5</color>
Isaac Katzenelson36b27c62011-07-20 12:06:01 -070087
Katherine Kuan8bec9092011-08-01 14:04:36 -070088 <!-- Primary text color in the People app -->
89 <color name="primary_text_color">#333333</color>
90
91 <!-- Secondary text color in the People app -->
92 <color name="secondary_text_color">#777777</color>
93
Isaac Katzenelson36b27c62011-07-20 12:06:01 -070094 <!-- Colors in the contact browser list -->
95 <color name="contact_browser_list_bk_color">#EEEEEE</color>
96 <color name="contact_count_text_color">#777777</color>
Flavio Lerdaa533a342011-07-25 17:15:31 +010097
98 <!-- Color of the text of the tab carousel in the contact details -->
99 <color name="detail_tab_carousel_tab_label_color">#EEEEEE</color>
Katherine Kuan6cb8be12011-08-04 17:11:25 -0700100
101 <!-- Color of the text for buttons in the action bar -->
102 <color name="action_bar_button_text_color">#FFFFFF</color>
Dianne Hackborn333a6152009-05-26 12:46:23 -0700103</resources>