The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 1 | <?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 |
Nicolas Catania | 177d88f | 2009-09-27 15:15:05 -0700 | [diff] [blame] | 7 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 8 | http://www.apache.org/licenses/LICENSE-2.0 |
Nicolas Catania | 177d88f | 2009-09-27 15:15:05 -0700 | [diff] [blame] | 9 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 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 | --> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 16 | <resources> |
Daisuke Miyakawa | 64c14d3 | 2011-07-06 17:07:33 -0700 | [diff] [blame] | 17 | <style name="DialtactsTheme" parent="android:Theme.Holo.SplitActionBarWhenNarrow"> |
Nicolas Catania | 177d88f | 2009-09-27 15:15:05 -0700 | [diff] [blame] | 18 | <item name="android:windowContentOverlay">@null</item> |
Daisuke Miyakawa | 3c63d90 | 2011-07-13 16:13:48 -0700 | [diff] [blame] | 19 | <item name="android:windowBackground">@android:color/black</item> |
Daniel Lehmann | c150627 | 2011-05-13 13:21:15 -0700 | [diff] [blame] | 20 | <item name="activated_background">@drawable/list_item_activated_background</item> |
| 21 | <item name="section_header_background">@drawable/list_title_holo</item> |
| 22 | <item name="list_section_header_height">32dip</item> |
| 23 | <item name="list_item_divider">@drawable/list_item_divider</item> |
Isaac Katzenelson | 36b27c6 | 2011-07-20 12:06:01 -0700 | [diff] [blame] | 24 | <item name="list_item_padding_top">0dip</item> |
| 25 | <item name="list_item_padding_right">0dip</item> |
| 26 | <item name="list_item_padding_bottom">0dip</item> |
| 27 | <item name="list_item_padding_left">24dip</item> |
Daniel Lehmann | c150627 | 2011-05-13 13:21:15 -0700 | [diff] [blame] | 28 | <item name="list_item_gap_between_image_and_text">8dip</item> |
| 29 | <item name="list_item_gap_between_label_and_data">5dip</item> |
| 30 | <item name="list_item_call_button_padding">14dip</item> |
| 31 | <item name="list_item_vertical_divider_margin">5dip</item> |
Isaac Katzenelson | 36b27c6 | 2011-07-20 12:06:01 -0700 | [diff] [blame] | 32 | <item name="list_item_presence_icon_margin">4dip</item> |
| 33 | <item name="list_item_presence_icon_size">16dip</item> |
Daniel Lehmann | c150627 | 2011-05-13 13:21:15 -0700 | [diff] [blame] | 34 | <item name="list_item_photo_size">56dip</item> |
Dave Santoro | 0a4d225 | 2011-05-20 11:40:34 -0700 | [diff] [blame] | 35 | <item name="list_item_profile_photo_size">70dip</item> |
Daniel Lehmann | c150627 | 2011-05-13 13:21:15 -0700 | [diff] [blame] | 36 | <item name="list_item_prefix_highlight_color">#729a27</item> |
Isaac Katzenelson | 36b27c6 | 2011-07-20 12:06:01 -0700 | [diff] [blame] | 37 | <item name="list_item_header_text_indent">4dip</item> |
| 38 | <item name="list_item_header_text_color">@color/people_app_theme_color</item> |
| 39 | <item name="list_item_header_text_size">12sp</item> |
| 40 | <item name="list_item_header_height">24dip</item> |
| 41 | <item name="list_item_header_underline_height">1px</item> |
| 42 | <item name="list_item_header_underline_color">@color/people_app_theme_color</item> |
Daniel Lehmann | c150627 | 2011-05-13 13:21:15 -0700 | [diff] [blame] | 43 | <item name="contact_filter_popup_width">320dip</item> |
Flavio Lerda | 371d5f9 | 2011-07-09 19:45:32 +0100 | [diff] [blame] | 44 | <!-- CallLog --> |
Flavio Lerda | 371d5f9 | 2011-07-09 19:45:32 +0100 | [diff] [blame] | 45 | <item name="call_log_primary_text_color">#FFFFFF</item> |
| 46 | <item name="call_log_primary_background_color">#000000</item> |
Flavio Lerda | 7594d79 | 2011-07-18 17:37:56 +0100 | [diff] [blame] | 47 | <item name="call_log_secondary_text_color">#888888</item> |
Flavio Lerda | 371d5f9 | 2011-07-09 19:45:32 +0100 | [diff] [blame] | 48 | <item name="call_log_secondary_background_color">#333333</item> |
Flavio Lerda | 7594d79 | 2011-07-18 17:37:56 +0100 | [diff] [blame] | 49 | <item name="call_log_header_color">#33b5e5</item> |
Debashish Chatterjee | 9e00389 | 2011-07-15 18:40:11 +0100 | [diff] [blame] | 50 | <!-- VoicemailStatus --> |
| 51 | <item name="call_log_voicemail_status_height">40dip</item> |
| 52 | <item name="call_log_voicemail_status_background_color">#FFFFE0</item> |
| 53 | <item name="call_log_voicemail_status_text_color">#000000</item> |
Nicolas Catania | 177d88f | 2009-09-27 15:15:05 -0700 | [diff] [blame] | 54 | </style> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 55 | |
Flavio Lerda | fb63c43 | 2011-07-07 17:16:53 +0100 | [diff] [blame] | 56 | <style name="CallDetailActivityTheme" parent="android:Theme.Holo"> |
Flavio Lerda | 9cafe47 | 2011-06-08 14:06:13 +0100 | [diff] [blame] | 57 | <item name="android:windowNoTitle">true</item> |
Flavio Lerda | 9cafe47 | 2011-06-08 14:06:13 +0100 | [diff] [blame] | 58 | <item name="android:gravity">top</item> |
Flavio Lerda | 9cafe47 | 2011-06-08 14:06:13 +0100 | [diff] [blame] | 59 | <item name="call_detail_transparent_background">#CC000000</item> |
Flavio Lerda | 9cafe47 | 2011-06-08 14:06:13 +0100 | [diff] [blame] | 60 | <item name="call_detail_contact_background_overlay_alpha">0.25</item> |
Flavio Lerda | 371d5f9 | 2011-07-09 19:45:32 +0100 | [diff] [blame] | 61 | <!-- CallLog --> |
Flavio Lerda | 371d5f9 | 2011-07-09 19:45:32 +0100 | [diff] [blame] | 62 | <item name="call_log_primary_text_color">#FFFFFF</item> |
| 63 | <item name="call_log_primary_background_color">#000000</item> |
| 64 | <item name="call_log_secondary_text_color">#FFFFFF</item> |
| 65 | <item name="call_log_secondary_background_color">#333333</item> |
Flavio Lerda | 7594d79 | 2011-07-18 17:37:56 +0100 | [diff] [blame] | 66 | <item name="call_log_header_color">#33b5e5</item> |
Debashish Chatterjee | 2f49769 | 2011-07-19 17:23:15 +0100 | [diff] [blame] | 67 | <!-- VoicemailStatus --> |
| 68 | <item name="call_log_voicemail_status_height">40dip</item> |
| 69 | <item name="call_log_voicemail_status_background_color">#FFFFE0</item> |
| 70 | <item name="call_log_voicemail_status_text_color">#000000</item> |
Daniel Lehmann | 134e53f | 2010-08-25 14:21:51 -0700 | [diff] [blame] | 71 | </style> |
Flavio Lerda | e00060f | 2011-07-04 18:59:55 +0100 | [diff] [blame] | 72 | |
Daniel Lehmann | c669d26 | 2011-03-16 18:53:59 -0700 | [diff] [blame] | 73 | <style name="ContactDetailActivityTheme" parent="android:Theme.Holo.Light"> |
Daniel Lehmann | 134e53f | 2010-08-25 14:21:51 -0700 | [diff] [blame] | 74 | <item name="android:windowContentOverlay">@null</item> |
| 75 | </style> |
Daniel Lehmann | c669d26 | 2011-03-16 18:53:59 -0700 | [diff] [blame] | 76 | <style name="ContactEditorActivityTheme" parent="android:Theme.Holo.Light"> |
Romain Guy | 8de29a3 | 2009-03-24 18:08:41 -0700 | [diff] [blame] | 77 | <item name="android:windowContentOverlay">@null</item> |
| 78 | </style> |
| 79 | |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 80 | <style name="BackgroundOnly"> |
| 81 | <item name="android:windowBackground">@null</item> |
| 82 | <item name="android:windowContentOverlay">@null</item> |
| 83 | <item name="android:windowAnimationStyle">@null</item> |
| 84 | <item name="android:windowNoTitle">true</item> |
| 85 | <item name="android:windowNoDisplay">true</item> |
| 86 | <item name="android:windowIsFloating">true</item> |
| 87 | </style> |
| 88 | |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 89 | <style name="Theme"> |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 90 | </style> |
| 91 | |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 92 | <style name="Theme.QuickContact" parent="@android:style/Theme.Holo.Light"> |
Jeff Sharkey | 80a193a | 2009-05-21 14:18:18 -0700 | [diff] [blame] | 93 | <item name="android:windowBackground">@android:color/transparent</item> |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 94 | <item name="android:colorBackgroundCacheHint">@null</item> |
| 95 | <item name="android:windowFrame">@null</item> |
Jeff Sharkey | 549aa16 | 2009-05-21 01:33:30 -0700 | [diff] [blame] | 96 | <item name="android:windowContentOverlay">@null</item> |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 97 | <item name="android:windowAnimationStyle">@null</item> |
| 98 | <item name="android:windowIsFloating">false</item> |
| 99 | <item name="android:backgroundDimEnabled">false</item> |
| 100 | <item name="android:windowIsTranslucent">true</item> |
| 101 | <item name="android:windowNoTitle">true</item> |
Dianne Hackborn | 5112c12 | 2009-09-18 15:52:54 -0700 | [diff] [blame] | 102 | </style> |
| 103 | |
Dmitri Plotnikov | 8e86b75 | 2010-02-22 17:47:57 -0800 | [diff] [blame] | 104 | <style name="ContactsSearchAnimation"> |
| 105 | <item name="android:windowEnterAnimation">@anim/search_bar_enter</item> |
| 106 | <item name="android:windowExitAnimation">@anim/search_bar_exit</item> |
| 107 | </style> |
| 108 | |
Dianne Hackborn | 5112c12 | 2009-09-18 15:52:54 -0700 | [diff] [blame] | 109 | <style name="DummyAnimation"> |
| 110 | <item name="android:windowExitAnimation">@anim/dummy_animation</item> |
| 111 | </style> |
Dmitri Plotnikov | 54aa198 | 2010-09-04 12:17:02 -0700 | [diff] [blame] | 112 | |
Dmitri Plotnikov | 251e4f7 | 2010-10-05 18:48:21 -0700 | [diff] [blame] | 113 | <declare-styleable name="ContactBrowser"> |
| 114 | <attr name="contact_filter_popup_width" format="dimension"/> |
| 115 | </declare-styleable> |
| 116 | |
Dmitri Plotnikov | 54aa198 | 2010-09-04 12:17:02 -0700 | [diff] [blame] | 117 | <declare-styleable name="ContactListItemView"> |
Dmitri Plotnikov | c98fe87 | 2010-12-01 21:46:41 -0800 | [diff] [blame] | 118 | <attr name="list_item_height" format="dimension"/> |
Dmitri Plotnikov | a03c198 | 2010-12-10 16:22:21 -0800 | [diff] [blame] | 119 | <attr name="list_section_header_height" format="dimension"/> |
Dmitri Plotnikov | c98fe87 | 2010-12-01 21:46:41 -0800 | [diff] [blame] | 120 | <attr name="activated_background" format="reference"/> |
Dmitri Plotnikov | 94e3041 | 2010-09-29 18:46:47 -0700 | [diff] [blame] | 121 | <attr name="section_header_background" format="reference"/> |
| 122 | <attr name="list_item_divider" format="reference"/> |
Dmitri Plotnikov | 2223f83 | 2010-09-07 15:35:05 -0700 | [diff] [blame] | 123 | <attr name="list_item_padding_top" format="dimension"/> |
| 124 | <attr name="list_item_padding_right" format="dimension"/> |
| 125 | <attr name="list_item_padding_bottom" format="dimension"/> |
| 126 | <attr name="list_item_padding_left" format="dimension"/> |
| 127 | <attr name="list_item_gap_between_image_and_text" format="dimension"/> |
| 128 | <attr name="list_item_gap_between_label_and_data" format="dimension"/> |
| 129 | <attr name="list_item_call_button_padding" format="dimension"/> |
| 130 | <attr name="list_item_vertical_divider_margin" format="dimension"/> |
| 131 | <attr name="list_item_presence_icon_margin" format="dimension"/> |
Isaac Katzenelson | 36b27c6 | 2011-07-20 12:06:01 -0700 | [diff] [blame] | 132 | <attr name="list_item_presence_icon_size" format="dimension"/> |
Dmitri Plotnikov | 2223f83 | 2010-09-07 15:35:05 -0700 | [diff] [blame] | 133 | <attr name="list_item_photo_size" format="dimension"/> |
Dave Santoro | 0a4d225 | 2011-05-20 11:40:34 -0700 | [diff] [blame] | 134 | <attr name="list_item_profile_photo_size" format="dimension"/> |
Dmitri Plotnikov | 359f111 | 2010-09-26 19:55:39 -0700 | [diff] [blame] | 135 | <attr name="list_item_prefix_highlight_color" format="color"/> |
Dmitri Plotnikov | 3bc7d02 | 2010-11-12 14:20:57 -0800 | [diff] [blame] | 136 | <attr name="list_item_header_text_indent" format="dimension" /> |
| 137 | <attr name="list_item_header_text_color" format="color" /> |
| 138 | <attr name="list_item_header_text_size" format="dimension" /> |
Isaac Katzenelson | 36b27c6 | 2011-07-20 12:06:01 -0700 | [diff] [blame] | 139 | <attr name="list_item_header_height" format="dimension" /> |
| 140 | <attr name="list_item_header_underline_height" format="dimension" /> |
| 141 | <attr name="list_item_header_underline_color" format="color" /> |
Dmitri Plotnikov | 2223f83 | 2010-09-07 15:35:05 -0700 | [diff] [blame] | 142 | </declare-styleable> |
| 143 | |
Flavio Lerda | 9cafe47 | 2011-06-08 14:06:13 +0100 | [diff] [blame] | 144 | <declare-styleable name="CallDetailActivity"> |
Flavio Lerda | 9cafe47 | 2011-06-08 14:06:13 +0100 | [diff] [blame] | 145 | <attr name="call_detail_transparent_background" format="color" /> |
Flavio Lerda | 9cafe47 | 2011-06-08 14:06:13 +0100 | [diff] [blame] | 146 | <attr name="call_detail_contact_background_overlay_alpha" format="float" /> |
Flavio Lerda | 9cafe47 | 2011-06-08 14:06:13 +0100 | [diff] [blame] | 147 | </declare-styleable> |
| 148 | |
Flavio Lerda | 371d5f9 | 2011-07-09 19:45:32 +0100 | [diff] [blame] | 149 | <declare-styleable name="CallLog"> |
| 150 | <attr name="call_log_primary_text_color" format="color" /> |
| 151 | <attr name="call_log_primary_background_color" format="color" /> |
| 152 | <attr name="call_log_secondary_text_color" format="color" /> |
| 153 | <attr name="call_log_secondary_background_color" format="color" /> |
Flavio Lerda | 7594d79 | 2011-07-18 17:37:56 +0100 | [diff] [blame] | 154 | <attr name="call_log_header_color" format="color" /> |
Flavio Lerda | 371d5f9 | 2011-07-09 19:45:32 +0100 | [diff] [blame] | 155 | </declare-styleable> |
| 156 | |
Debashish Chatterjee | 9e00389 | 2011-07-15 18:40:11 +0100 | [diff] [blame] | 157 | <declare-styleable name="VoicemailStatus"> |
| 158 | <attr name="call_log_voicemail_status_height" format="dimension" /> |
| 159 | <attr name="call_log_voicemail_status_background_color" format="color" /> |
| 160 | <attr name="call_log_voicemail_status_text_color" format="color" /> |
| 161 | </declare-styleable> |
| 162 | |
Makoto Onuki | c0b5f8a | 2011-07-13 10:38:30 -0700 | [diff] [blame] | 163 | <style name="PeopleTheme" parent="android:Theme.Holo.Light.SplitActionBarWhenNarrow"> |
Dmitri Plotnikov | c98fe87 | 2010-12-01 21:46:41 -0800 | [diff] [blame] | 164 | <item name="list_item_height">?android:attr/listPreferredItemHeight</item> |
Dmitri Plotnikov | c98fe87 | 2010-12-01 21:46:41 -0800 | [diff] [blame] | 165 | <item name="activated_background">@drawable/list_item_activated_background</item> |
Daniel Lehmann | 5e42838 | 2011-04-08 15:02:43 -0700 | [diff] [blame] | 166 | <item name="section_header_background">@drawable/list_title_holo</item> |
Isaac Katzenelson | 36b27c6 | 2011-07-20 12:06:01 -0700 | [diff] [blame] | 167 | <item name="list_section_header_height">24dip</item> |
Dmitri Plotnikov | 94e3041 | 2010-09-29 18:46:47 -0700 | [diff] [blame] | 168 | <item name="list_item_divider">@drawable/list_item_divider</item> |
Isaac Katzenelson | 36b27c6 | 2011-07-20 12:06:01 -0700 | [diff] [blame] | 169 | <item name="list_item_padding_top">0dip</item> |
| 170 | <item name="list_item_padding_right">0dip</item> |
| 171 | <item name="list_item_padding_bottom">0dip</item> |
| 172 | <item name="list_item_padding_left">24dip</item> |
Dmitri Plotnikov | 2223f83 | 2010-09-07 15:35:05 -0700 | [diff] [blame] | 173 | <item name="list_item_gap_between_image_and_text">8dip</item> |
| 174 | <item name="list_item_gap_between_label_and_data">5dip</item> |
| 175 | <item name="list_item_call_button_padding">14dip</item> |
| 176 | <item name="list_item_vertical_divider_margin">5dip</item> |
Isaac Katzenelson | 36b27c6 | 2011-07-20 12:06:01 -0700 | [diff] [blame] | 177 | <item name="list_item_presence_icon_margin">4dip</item> |
| 178 | <item name="list_item_presence_icon_size">16dip</item> |
Dmitri Plotnikov | 2223f83 | 2010-09-07 15:35:05 -0700 | [diff] [blame] | 179 | <item name="list_item_photo_size">56dip</item> |
Dave Santoro | 0a4d225 | 2011-05-20 11:40:34 -0700 | [diff] [blame] | 180 | <item name="list_item_profile_photo_size">70dip</item> |
Dmitri Plotnikov | 359f111 | 2010-09-26 19:55:39 -0700 | [diff] [blame] | 181 | <item name="list_item_prefix_highlight_color">#729a27</item> |
Isaac Katzenelson | 36b27c6 | 2011-07-20 12:06:01 -0700 | [diff] [blame] | 182 | <item name="list_item_header_text_indent">4dip</item> |
| 183 | <item name="list_item_header_text_color">@color/people_app_theme_color</item> |
| 184 | <item name="list_item_header_text_size">12sp</item> |
| 185 | <item name="list_item_header_height">26dip</item> |
| 186 | <item name="list_item_header_underline_height">1px</item> |
| 187 | <item name="list_item_header_underline_color">@color/people_app_theme_color</item> |
Dmitri Plotnikov | 251e4f7 | 2010-10-05 18:48:21 -0700 | [diff] [blame] | 188 | <item name="contact_filter_popup_width">320dip</item> |
Dmitri Plotnikov | e1d4c06 | 2010-07-15 16:20:36 -0700 | [diff] [blame] | 189 | </style> |
Daniel Lehmann | 3b7d594 | 2010-07-22 18:10:50 -0700 | [diff] [blame] | 190 | |
Katherine Kuan | fd8cded | 2011-05-11 11:34:56 -0700 | [diff] [blame] | 191 | <!-- TODO: Clean up this file so themes aren't copied. --> |
Katherine Kuan | be18de0 | 2011-06-07 12:38:29 -0700 | [diff] [blame] | 192 | <style name="GroupDetailTheme" parent="android:Theme.Holo.Light"> |
Katherine Kuan | fd8cded | 2011-05-11 11:34:56 -0700 | [diff] [blame] | 193 | <item name="list_item_height">?android:attr/listPreferredItemHeight</item> |
| 194 | <item name="activated_background">@drawable/list_item_activated_background</item> |
| 195 | <item name="section_header_background">@drawable/list_title_holo</item> |
| 196 | <item name="list_section_header_height">32dip</item> |
| 197 | <item name="list_item_divider">@drawable/list_item_divider</item> |
| 198 | <item name="list_item_padding_top">4dip</item> |
| 199 | <item name="list_item_padding_right">11dip</item> |
| 200 | <item name="list_item_padding_bottom">4dip</item> |
| 201 | <item name="list_item_padding_left">4dip</item> |
| 202 | <item name="list_item_gap_between_image_and_text">8dip</item> |
| 203 | <item name="list_item_gap_between_label_and_data">5dip</item> |
| 204 | <item name="list_item_call_button_padding">14dip</item> |
| 205 | <item name="list_item_vertical_divider_margin">5dip</item> |
| 206 | <item name="list_item_presence_icon_margin">5dip</item> |
| 207 | <item name="list_item_photo_size">56dip</item> |
Dave Santoro | 0a4d225 | 2011-05-20 11:40:34 -0700 | [diff] [blame] | 208 | <item name="list_item_profile_photo_size">70dip</item> |
Katherine Kuan | fd8cded | 2011-05-11 11:34:56 -0700 | [diff] [blame] | 209 | <item name="list_item_prefix_highlight_color">#729a27</item> |
| 210 | <item name="list_item_header_text_indent">56dip</item> |
| 211 | <item name="list_item_header_text_color">?color/section_header_text_color</item> |
| 212 | <item name="list_item_header_text_size">14sp</item> |
| 213 | <item name="contact_filter_popup_width">320dip</item> |
| 214 | </style> |
| 215 | |
Daisuke Miyakawa | b2e626a | 2011-06-21 13:39:26 -0700 | [diff] [blame] | 216 | <style name="ContactPickerTheme" parent="@android:Theme.Holo.Light"> |
Dmitri Plotnikov | 94e3041 | 2010-09-29 18:46:47 -0700 | [diff] [blame] | 217 | <item name="section_header_background">@drawable/section_header</item> |
| 218 | <item name="list_item_divider">@drawable/list_item_divider</item> |
Dmitri Plotnikov | 2223f83 | 2010-09-07 15:35:05 -0700 | [diff] [blame] | 219 | <item name="list_item_padding_top">4dip</item> |
| 220 | <item name="list_item_padding_right">11dip</item> |
| 221 | <item name="list_item_padding_bottom">4dip</item> |
| 222 | <item name="list_item_padding_left">4dip</item> |
| 223 | <item name="list_item_gap_between_image_and_text">8dip</item> |
| 224 | <item name="list_item_gap_between_label_and_data">5dip</item> |
| 225 | <item name="list_item_call_button_padding">14dip</item> |
| 226 | <item name="list_item_vertical_divider_margin">5dip</item> |
| 227 | <item name="list_item_presence_icon_margin">5dip</item> |
Dmitri Plotnikov | 2223f83 | 2010-09-07 15:35:05 -0700 | [diff] [blame] | 228 | <item name="list_item_photo_size">56dip</item> |
Dave Santoro | 0a4d225 | 2011-05-20 11:40:34 -0700 | [diff] [blame] | 229 | <item name="list_item_profile_photo_size">70dip</item> |
Dmitri Plotnikov | 359f111 | 2010-09-26 19:55:39 -0700 | [diff] [blame] | 230 | <item name="list_item_prefix_highlight_color">#729a27</item> |
Dmitri Plotnikov | 3bc7d02 | 2010-11-12 14:20:57 -0800 | [diff] [blame] | 231 | <item name="list_item_header_text_indent">56dip</item> |
| 232 | <item name="list_item_header_text_color">?color/section_header_text_color</item> |
| 233 | <item name="list_item_header_text_size">14sp</item> |
Dmitri Plotnikov | e1d4c06 | 2010-07-15 16:20:36 -0700 | [diff] [blame] | 234 | </style> |
Daniel Lehmann | 3b7d594 | 2010-07-22 18:10:50 -0700 | [diff] [blame] | 235 | |
Dmitri Plotnikov | d8f84e0 | 2011-01-23 18:03:14 -0800 | [diff] [blame] | 236 | <style name="JoinContactActivityTheme" parent="ContactPickerTheme" > |
Dmitri Plotnikov | 2223f83 | 2010-09-07 15:35:05 -0700 | [diff] [blame] | 237 | </style> |
Dmitri Plotnikov | 2ddba01 | 2010-09-16 18:27:35 -0700 | [diff] [blame] | 238 | |
Daniel Lehmann | 2028eb0 | 2011-04-07 21:04:48 -0700 | [diff] [blame] | 239 | <style name="ContactsPreferencesTheme" parent="@android:Theme.Holo.Light"> |
Daniel Lehmann | 1010574 | 2010-07-15 17:35:57 -0700 | [diff] [blame] | 240 | </style> |
Dmitri Plotnikov | 2ddba01 | 2010-09-16 18:27:35 -0700 | [diff] [blame] | 241 | |
Katherine Kuan | 495db43 | 2011-07-06 18:58:46 -0700 | [diff] [blame] | 242 | <style name="ContactListFilterTheme" parent="@android:Theme.Holo.Light"> |
Dmitri Plotnikov | a4d6a3b | 2010-10-06 18:04:31 -0700 | [diff] [blame] | 243 | </style> |
| 244 | |
Dmitri Plotnikov | 84b3cc7 | 2010-10-11 18:19:51 -0700 | [diff] [blame] | 245 | <style name="ContactPickerLayout" parent="ContactPickerTheme"> |
| 246 | <item name="android:layout_width">match_parent</item> |
| 247 | <item name="android:layout_height">match_parent</item> |
| 248 | </style> |
Dmitri Plotnikov | bee8d3b | 2010-10-12 20:57:46 -0700 | [diff] [blame] | 249 | |
Katherine Kuan | 495db43 | 2011-07-06 18:58:46 -0700 | [diff] [blame] | 250 | <style name="CustomContactListFilterView" parent="ContactListFilterTheme"> |
Dmitri Plotnikov | a4d6a3b | 2010-10-06 18:04:31 -0700 | [diff] [blame] | 251 | <item name="android:layout_width">match_parent</item> |
| 252 | <item name="android:layout_height">match_parent</item> |
| 253 | </style> |
| 254 | |
Dmitri Plotnikov | 2ddba01 | 2010-09-16 18:27:35 -0700 | [diff] [blame] | 255 | <declare-styleable name="InterpolatingLayout_Layout"> |
| 256 | <attr name="layout_narrowParentWidth" format="dimension"/> |
| 257 | <attr name="layout_narrowWidth" format="dimension"/> |
Dmitri Plotnikov | 75d6cae | 2011-01-11 11:00:17 -0800 | [diff] [blame] | 258 | <attr name="layout_narrowMarginLeft" format="dimension"/> |
| 259 | <attr name="layout_narrowMarginRight" format="dimension"/> |
| 260 | <attr name="layout_narrowPaddingLeft" format="dimension"/> |
| 261 | <attr name="layout_narrowPaddingRight" format="dimension"/> |
Dmitri Plotnikov | 2ddba01 | 2010-09-16 18:27:35 -0700 | [diff] [blame] | 262 | <attr name="layout_wideParentWidth" format="dimension"/> |
| 263 | <attr name="layout_wideWidth" format="dimension"/> |
Dmitri Plotnikov | 75d6cae | 2011-01-11 11:00:17 -0800 | [diff] [blame] | 264 | <attr name="layout_wideMarginLeft" format="dimension"/> |
| 265 | <attr name="layout_wideMarginRight" format="dimension"/> |
| 266 | <attr name="layout_widePaddingLeft" format="dimension"/> |
| 267 | <attr name="layout_widePaddingRight" format="dimension"/> |
Dmitri Plotnikov | 2ddba01 | 2010-09-16 18:27:35 -0700 | [diff] [blame] | 268 | </declare-styleable> |
Flavio Lerda | 9cafe47 | 2011-06-08 14:06:13 +0100 | [diff] [blame] | 269 | |
Dmitri Plotnikov | 85609ed | 2010-11-11 15:59:01 -0800 | [diff] [blame] | 270 | <declare-styleable name="TransitionAnimationView"> |
| 271 | <attr name="clipMarginLeft" format="dimension"/> |
| 272 | <attr name="clipMarginRight" format="dimension"/> |
| 273 | <attr name="clipMarginTop" format="dimension"/> |
| 274 | <attr name="clipMarginBottom" format="dimension"/> |
| 275 | <attr name="enterAnimation" format="reference"/> |
| 276 | <attr name="exitAnimation" format="reference"/> |
| 277 | <attr name="animationDuration" format="integer"/> |
| 278 | </declare-styleable> |
Flavio Lerda | 9cafe47 | 2011-06-08 14:06:13 +0100 | [diff] [blame] | 279 | |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 280 | <style name="DirectoryHeader" parent="PeopleTheme"> |
Dmitri Plotnikov | 94e3041 | 2010-09-29 18:46:47 -0700 | [diff] [blame] | 281 | <item name="android:background">@drawable/directory_bg</item> |
| 282 | </style> |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 283 | |
Dmitri Plotnikov | 1e5fc0c | 2011-01-31 10:37:57 -0800 | [diff] [blame] | 284 | <style name="NonPhoneActivityTheme" parent="@android:Theme.Translucent"> |
| 285 | </style> |
| 286 | |
Katherine Kuan | 97a5749 | 2011-06-10 16:39:32 -0700 | [diff] [blame] | 287 | <style name="NonPhoneDialogTheme" parent="@android:Theme.Dialog"> |
| 288 | </style> |
| 289 | |
Dmitri Plotnikov | d8f84e0 | 2011-01-23 18:03:14 -0800 | [diff] [blame] | 290 | <style name="SectionDivider"> |
| 291 | <item name="android:background">#7e7e87</item> |
| 292 | <item name="android:layout_height">2dip</item> |
| 293 | <item name="android:layout_width">match_parent</item> |
| 294 | </style> |
Katherine Kuan | 2719ab0 | 2011-05-02 17:18:04 -0700 | [diff] [blame] | 295 | |
Katherine Kuan | a6ac2e0 | 2011-06-26 16:02:00 -0700 | [diff] [blame] | 296 | <style name="ContactDetailHeaderTextView"> |
| 297 | <item name="android:layout_width">match_parent</item> |
| 298 | <item name="android:layout_height">wrap_content</item> |
| 299 | </style> |
| 300 | |
Katherine Kuan | 2719ab0 | 2011-05-02 17:18:04 -0700 | [diff] [blame] | 301 | <style name="ContactDetailItemType"> |
| 302 | <item name="android:layout_width">wrap_content</item> |
| 303 | <item name="android:layout_height">wrap_content</item> |
Katherine Kuan | f81e4c6 | 2011-07-01 21:46:08 -0700 | [diff] [blame] | 304 | <item name="android:textAppearance">?android:attr/textAppearanceSmall</item> |
| 305 | <item name="android:textColor">?android:attr/textColorTertiary</item> |
Katherine Kuan | 2719ab0 | 2011-05-02 17:18:04 -0700 | [diff] [blame] | 306 | <item name="android:singleLine">true</item> |
| 307 | <item name="android:ellipsize">marquee</item> |
| 308 | <item name="android:gravity">center_vertical</item> |
Katherine Kuan | 2719ab0 | 2011-05-02 17:18:04 -0700 | [diff] [blame] | 309 | </style> |
Frank Sposaro | 32f3955 | 2011-06-06 11:01:50 -0700 | [diff] [blame] | 310 | |
Katherine Kuan | 0ff0e31 | 2011-06-08 17:43:51 -0700 | [diff] [blame] | 311 | <style name="GroupBrowseListItem"> |
| 312 | <item name="android:paddingRight">20dip</item> |
| 313 | </style> |
Daisuke Miyakawa | 2096261 | 2011-06-23 18:29:25 -0700 | [diff] [blame] | 314 | |
Daisuke Miyakawa | 39b4ce9 | 2011-06-29 21:13:07 -0700 | [diff] [blame] | 315 | <style name="DialtactsDigitsTextAppearance"> |
Daisuke Miyakawa | 2096261 | 2011-06-23 18:29:25 -0700 | [diff] [blame] | 316 | <item name="android:maxLines">1</item> |
| 317 | <item name="android:scrollHorizontally">true</item> |
| 318 | <item name="android:textSize">@dimen/dialpad_digits_text_size</item> |
| 319 | <item name="android:freezesText">true</item> |
Daisuke Miyakawa | 2096261 | 2011-06-23 18:29:25 -0700 | [diff] [blame] | 320 | <item name="android:focusableInTouchMode">true</item> |
| 321 | <item name="android:editable">true</item> |
| 322 | <item name="android:cursorVisible">false</item> |
| 323 | <item name="android:layout_weight">0</item> |
| 324 | </style> |
| 325 | |
Daisuke Miyakawa | 39b4ce9 | 2011-06-29 21:13:07 -0700 | [diff] [blame] | 326 | <style name="DialtactsDialpadButtonStyle"> |
| 327 | <item name="android:layout_width">0dip</item> |
| 328 | <item name="android:layout_height">@dimen/dialpad_button_height</item> |
| 329 | <item name="android:layout_weight">1</item> |
Daisuke Miyakawa | 64c14d3 | 2011-07-06 17:07:33 -0700 | [diff] [blame] | 330 | <item name="android:background">@drawable/btn_dial</item> |
Daisuke Miyakawa | 39b4ce9 | 2011-06-29 21:13:07 -0700 | [diff] [blame] | 331 | <item name="android:soundEffectsEnabled">false</item> |
Daisuke Miyakawa | 39b4ce9 | 2011-06-29 21:13:07 -0700 | [diff] [blame] | 332 | </style> |
Frank Sposaro | 9e095d2 | 2011-07-07 15:18:38 -0700 | [diff] [blame] | 333 | |
| 334 | <style name="ContactTileStarred"> |
| 335 | <item name="android:focusable">true</item> |
| 336 | <item name="android:padding">1px</item> |
| 337 | <item name="android:background">@drawable/list_selector</item> |
| 338 | </style> |
| 339 | |
Frank Sposaro | 595d6ea | 2011-07-20 11:03:26 -0700 | [diff] [blame] | 340 | <style name="ContactTileStarredName"> |
Frank Sposaro | 9e095d2 | 2011-07-07 15:18:38 -0700 | [diff] [blame] | 341 | <item name="android:singleLine">true</item> |
| 342 | <item name="android:ellipsize">end</item> |
Frank Sposaro | 595d6ea | 2011-07-20 11:03:26 -0700 | [diff] [blame] | 343 | <item name="android:textSize">16sp</item> |
Frank Sposaro | 9e095d2 | 2011-07-07 15:18:38 -0700 | [diff] [blame] | 344 | </style> |
| 345 | |
Frank Sposaro | 595d6ea | 2011-07-20 11:03:26 -0700 | [diff] [blame] | 346 | <style name="ContactTileStatusText"> |
| 347 | <item name="android:singleLine">true</item> |
| 348 | <item name="android:ellipsize">end</item> |
| 349 | <item name="android:textAppearance">?android:attr/textAppearanceSmall</item> |
| 350 | <item name="android:textColor">#777777</item> |
| 351 | </style> |
| 352 | |
| 353 | <style name="ContactTileStarredShadowBox"> |
Frank Sposaro | 9e095d2 | 2011-07-07 15:18:38 -0700 | [diff] [blame] | 354 | <item name="android:alpha">0.5</item> |
| 355 | <item name="android:background">@android:color/black</item> |
| 356 | </style> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 357 | </resources> |