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> |
Daniel Lehmann | 2028eb0 | 2011-04-07 21:04:48 -0700 | [diff] [blame] | 17 | <style name="DialtactsTheme" parent="android:Theme.Holo.Light"> |
Nicolas Catania | 177d88f | 2009-09-27 15:15:05 -0700 | [diff] [blame] | 18 | <item name="android:windowContentOverlay">@null</item> |
Daniel Lehmann | c150627 | 2011-05-13 13:21:15 -0700 | [diff] [blame] | 19 | <item name="activated_background">@drawable/list_item_activated_background</item> |
| 20 | <item name="section_header_background">@drawable/list_title_holo</item> |
| 21 | <item name="list_section_header_height">32dip</item> |
| 22 | <item name="list_item_divider">@drawable/list_item_divider</item> |
| 23 | <item name="list_item_padding_top">4dip</item> |
| 24 | <item name="list_item_padding_right">11dip</item> |
| 25 | <item name="list_item_padding_bottom">4dip</item> |
| 26 | <item name="list_item_padding_left">4dip</item> |
| 27 | <item name="list_item_gap_between_image_and_text">8dip</item> |
| 28 | <item name="list_item_gap_between_label_and_data">5dip</item> |
| 29 | <item name="list_item_call_button_padding">14dip</item> |
| 30 | <item name="list_item_vertical_divider_margin">5dip</item> |
| 31 | <item name="list_item_presence_icon_margin">5dip</item> |
| 32 | <item name="list_item_photo_size">56dip</item> |
Dave Santoro | 0a4d225 | 2011-05-20 11:40:34 -0700 | [diff] [blame] | 33 | <item name="list_item_profile_photo_size">70dip</item> |
Daniel Lehmann | c150627 | 2011-05-13 13:21:15 -0700 | [diff] [blame] | 34 | <item name="list_item_prefix_highlight_color">#729a27</item> |
| 35 | <item name="list_item_header_text_indent">56dip</item> |
| 36 | <item name="list_item_header_text_color">?color/section_header_text_color</item> |
| 37 | <item name="list_item_header_text_size">14sp</item> |
| 38 | <item name="contact_filter_popup_width">320dip</item> |
Nicolas Catania | 177d88f | 2009-09-27 15:15:05 -0700 | [diff] [blame] | 39 | </style> |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 40 | |
Daniel Lehmann | 2028eb0 | 2011-04-07 21:04:48 -0700 | [diff] [blame] | 41 | <style name="CallDetailActivityTheme" parent="android:Theme.Holo.Light"> |
Daniel Lehmann | 134e53f | 2010-08-25 14:21:51 -0700 | [diff] [blame] | 42 | <item name="android:windowContentOverlay">@null</item> |
Flavio Lerda | 9cafe47 | 2011-06-08 14:06:13 +0100 | [diff] [blame] | 43 | <item name="android:windowIsTranslucent">true</item> |
| 44 | <item name="android:windowNoTitle">true</item> |
| 45 | <item name="android:windowBackground">@android:color/transparent</item> |
| 46 | <item name="android:gravity">top</item> |
| 47 | <item name="call_detail_top_gap">49dip</item> |
| 48 | <item name="call_detail_transparent_background">#CC000000</item> |
| 49 | <item name="call_detail_contact_background_height">150dip</item> |
| 50 | <item name="call_detail_contact_background_overlay_alpha">0.25</item> |
| 51 | <item name="call_detail_primary_background_color">#000000</item> |
| 52 | <item name="call_detail_contact_photo_size">60dip</item> |
| 53 | <item name="call_detail_primary_text_color">#FFFFFF</item> |
| 54 | <item name="call_detail_action_icon_size">50dip</item> |
| 55 | <item name="call_detail_secondary_background_color">#FFFFFF</item> |
Daniel Lehmann | 134e53f | 2010-08-25 14:21:51 -0700 | [diff] [blame] | 56 | </style> |
Daniel Lehmann | c669d26 | 2011-03-16 18:53:59 -0700 | [diff] [blame] | 57 | <style name="ContactDetailActivityTheme" parent="android:Theme.Holo.Light"> |
Daniel Lehmann | 134e53f | 2010-08-25 14:21:51 -0700 | [diff] [blame] | 58 | <item name="android:windowContentOverlay">@null</item> |
| 59 | </style> |
Daniel Lehmann | c669d26 | 2011-03-16 18:53:59 -0700 | [diff] [blame] | 60 | <style name="ContactEditorActivityTheme" parent="android:Theme.Holo.Light"> |
Romain Guy | 8de29a3 | 2009-03-24 18:08:41 -0700 | [diff] [blame] | 61 | <item name="android:windowContentOverlay">@null</item> |
| 62 | </style> |
| 63 | |
Daisuke Miyakawa | 72c5052 | 2009-07-07 15:37:59 -0700 | [diff] [blame] | 64 | <style name="BackgroundOnly"> |
| 65 | <item name="android:windowBackground">@null</item> |
| 66 | <item name="android:windowContentOverlay">@null</item> |
| 67 | <item name="android:windowAnimationStyle">@null</item> |
| 68 | <item name="android:windowNoTitle">true</item> |
| 69 | <item name="android:windowNoDisplay">true</item> |
| 70 | <item name="android:windowIsFloating">true</item> |
| 71 | </style> |
| 72 | |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 73 | <style name="Theme"> |
Jeff Sharkey | 802b205 | 2009-08-04 14:21:06 -0700 | [diff] [blame] | 74 | </style> |
| 75 | |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 76 | <style name="Theme.QuickContact" parent="@android:style/Theme.Holo.Light"> |
Jeff Sharkey | 80a193a | 2009-05-21 14:18:18 -0700 | [diff] [blame] | 77 | <item name="android:windowBackground">@android:color/transparent</item> |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 78 | <item name="android:colorBackgroundCacheHint">@null</item> |
| 79 | <item name="android:windowFrame">@null</item> |
Jeff Sharkey | 549aa16 | 2009-05-21 01:33:30 -0700 | [diff] [blame] | 80 | <item name="android:windowContentOverlay">@null</item> |
Jeff Sharkey | cde7389 | 2011-04-07 00:48:02 -0700 | [diff] [blame] | 81 | <item name="android:windowAnimationStyle">@null</item> |
| 82 | <item name="android:windowIsFloating">false</item> |
| 83 | <item name="android:backgroundDimEnabled">false</item> |
| 84 | <item name="android:windowIsTranslucent">true</item> |
| 85 | <item name="android:windowNoTitle">true</item> |
Dianne Hackborn | 5112c12 | 2009-09-18 15:52:54 -0700 | [diff] [blame] | 86 | </style> |
| 87 | |
Dmitri Plotnikov | 8e86b75 | 2010-02-22 17:47:57 -0800 | [diff] [blame] | 88 | <style name="ContactsSearchAnimation"> |
| 89 | <item name="android:windowEnterAnimation">@anim/search_bar_enter</item> |
| 90 | <item name="android:windowExitAnimation">@anim/search_bar_exit</item> |
| 91 | </style> |
| 92 | |
Dianne Hackborn | 5112c12 | 2009-09-18 15:52:54 -0700 | [diff] [blame] | 93 | <style name="DummyAnimation"> |
| 94 | <item name="android:windowExitAnimation">@anim/dummy_animation</item> |
| 95 | </style> |
Dmitri Plotnikov | 54aa198 | 2010-09-04 12:17:02 -0700 | [diff] [blame] | 96 | |
Dmitri Plotnikov | 251e4f7 | 2010-10-05 18:48:21 -0700 | [diff] [blame] | 97 | <declare-styleable name="ContactBrowser"> |
| 98 | <attr name="contact_filter_popup_width" format="dimension"/> |
| 99 | </declare-styleable> |
| 100 | |
Dmitri Plotnikov | 54aa198 | 2010-09-04 12:17:02 -0700 | [diff] [blame] | 101 | <declare-styleable name="ContactListItemView"> |
Dmitri Plotnikov | c98fe87 | 2010-12-01 21:46:41 -0800 | [diff] [blame] | 102 | <attr name="list_item_height" format="dimension"/> |
Dmitri Plotnikov | a03c198 | 2010-12-10 16:22:21 -0800 | [diff] [blame] | 103 | <attr name="list_section_header_height" format="dimension"/> |
Dmitri Plotnikov | c98fe87 | 2010-12-01 21:46:41 -0800 | [diff] [blame] | 104 | <attr name="activated_background" format="reference"/> |
Dmitri Plotnikov | 94e3041 | 2010-09-29 18:46:47 -0700 | [diff] [blame] | 105 | <attr name="section_header_background" format="reference"/> |
| 106 | <attr name="list_item_divider" format="reference"/> |
Dmitri Plotnikov | 2223f83 | 2010-09-07 15:35:05 -0700 | [diff] [blame] | 107 | <attr name="list_item_padding_top" format="dimension"/> |
| 108 | <attr name="list_item_padding_right" format="dimension"/> |
| 109 | <attr name="list_item_padding_bottom" format="dimension"/> |
| 110 | <attr name="list_item_padding_left" format="dimension"/> |
| 111 | <attr name="list_item_gap_between_image_and_text" format="dimension"/> |
| 112 | <attr name="list_item_gap_between_label_and_data" format="dimension"/> |
| 113 | <attr name="list_item_call_button_padding" format="dimension"/> |
| 114 | <attr name="list_item_vertical_divider_margin" format="dimension"/> |
| 115 | <attr name="list_item_presence_icon_margin" format="dimension"/> |
Dmitri Plotnikov | 2223f83 | 2010-09-07 15:35:05 -0700 | [diff] [blame] | 116 | <attr name="list_item_photo_size" format="dimension"/> |
Dave Santoro | 0a4d225 | 2011-05-20 11:40:34 -0700 | [diff] [blame] | 117 | <attr name="list_item_profile_photo_size" format="dimension"/> |
Dmitri Plotnikov | 359f111 | 2010-09-26 19:55:39 -0700 | [diff] [blame] | 118 | <attr name="list_item_prefix_highlight_color" format="color"/> |
Dmitri Plotnikov | 3bc7d02 | 2010-11-12 14:20:57 -0800 | [diff] [blame] | 119 | <attr name="list_item_header_text_indent" format="dimension" /> |
| 120 | <attr name="list_item_header_text_color" format="color" /> |
| 121 | <attr name="list_item_header_text_size" format="dimension" /> |
Dmitri Plotnikov | 2223f83 | 2010-09-07 15:35:05 -0700 | [diff] [blame] | 122 | </declare-styleable> |
| 123 | |
Katherine Kuan | b5760b9 | 2011-06-01 16:19:40 -0700 | [diff] [blame] | 124 | <!-- This style defines visibility of the action bar home icon --> |
| 125 | <declare-styleable name="ActionBarHomeIcon"> |
| 126 | <attr name="show_home_icon" format="boolean"/> |
| 127 | </declare-styleable> |
| 128 | |
Flavio Lerda | 9cafe47 | 2011-06-08 14:06:13 +0100 | [diff] [blame] | 129 | <declare-styleable name="CallDetailActivity"> |
| 130 | <attr name="call_detail_top_gap" format="dimension" /> |
| 131 | <attr name="call_detail_transparent_background" format="color" /> |
| 132 | <attr name="call_detail_contact_background_height" format="dimension" /> |
| 133 | <attr name="call_detail_contact_background_overlay_alpha" format="float" /> |
| 134 | <attr name="call_detail_contact_photo_size" format="dimension" /> |
| 135 | <attr name="call_detail_action_icon_size" format="dimension" /> |
| 136 | <attr name="call_detail_primary_text_color" format="color" /> |
| 137 | <attr name="call_detail_primary_background_color" format="color" /> |
| 138 | <attr name="call_detail_secondary_background_color" format="color" /> |
| 139 | </declare-styleable> |
| 140 | |
Katherine Kuan | b5760b9 | 2011-06-01 16:19:40 -0700 | [diff] [blame] | 141 | <style name="PeopleTheme" parent="android:Theme.Holo.Light"> |
Dmitri Plotnikov | c98fe87 | 2010-12-01 21:46:41 -0800 | [diff] [blame] | 142 | <item name="list_item_height">?android:attr/listPreferredItemHeight</item> |
Dmitri Plotnikov | c98fe87 | 2010-12-01 21:46:41 -0800 | [diff] [blame] | 143 | <item name="activated_background">@drawable/list_item_activated_background</item> |
Daniel Lehmann | 5e42838 | 2011-04-08 15:02:43 -0700 | [diff] [blame] | 144 | <item name="section_header_background">@drawable/list_title_holo</item> |
Dmitri Plotnikov | a03c198 | 2010-12-10 16:22:21 -0800 | [diff] [blame] | 145 | <item name="list_section_header_height">32dip</item> |
Dmitri Plotnikov | 94e3041 | 2010-09-29 18:46:47 -0700 | [diff] [blame] | 146 | <item name="list_item_divider">@drawable/list_item_divider</item> |
Dmitri Plotnikov | 2223f83 | 2010-09-07 15:35:05 -0700 | [diff] [blame] | 147 | <item name="list_item_padding_top">4dip</item> |
| 148 | <item name="list_item_padding_right">11dip</item> |
| 149 | <item name="list_item_padding_bottom">4dip</item> |
| 150 | <item name="list_item_padding_left">4dip</item> |
| 151 | <item name="list_item_gap_between_image_and_text">8dip</item> |
| 152 | <item name="list_item_gap_between_label_and_data">5dip</item> |
| 153 | <item name="list_item_call_button_padding">14dip</item> |
| 154 | <item name="list_item_vertical_divider_margin">5dip</item> |
| 155 | <item name="list_item_presence_icon_margin">5dip</item> |
Dmitri Plotnikov | 2223f83 | 2010-09-07 15:35:05 -0700 | [diff] [blame] | 156 | <item name="list_item_photo_size">56dip</item> |
Dave Santoro | 0a4d225 | 2011-05-20 11:40:34 -0700 | [diff] [blame] | 157 | <item name="list_item_profile_photo_size">70dip</item> |
Dmitri Plotnikov | 359f111 | 2010-09-26 19:55:39 -0700 | [diff] [blame] | 158 | <item name="list_item_prefix_highlight_color">#729a27</item> |
Dmitri Plotnikov | 3bc7d02 | 2010-11-12 14:20:57 -0800 | [diff] [blame] | 159 | <item name="list_item_header_text_indent">56dip</item> |
| 160 | <item name="list_item_header_text_color">?color/section_header_text_color</item> |
| 161 | <item name="list_item_header_text_size">14sp</item> |
Dmitri Plotnikov | 251e4f7 | 2010-10-05 18:48:21 -0700 | [diff] [blame] | 162 | <item name="contact_filter_popup_width">320dip</item> |
Katherine Kuan | b5760b9 | 2011-06-01 16:19:40 -0700 | [diff] [blame] | 163 | <item name="show_home_icon">false</item> |
Dmitri Plotnikov | e1d4c06 | 2010-07-15 16:20:36 -0700 | [diff] [blame] | 164 | </style> |
Daniel Lehmann | 3b7d594 | 2010-07-22 18:10:50 -0700 | [diff] [blame] | 165 | |
Katherine Kuan | fd8cded | 2011-05-11 11:34:56 -0700 | [diff] [blame] | 166 | <!-- TODO: Clean up this file so themes aren't copied. --> |
Katherine Kuan | be18de0 | 2011-06-07 12:38:29 -0700 | [diff] [blame] | 167 | <style name="GroupDetailTheme" parent="android:Theme.Holo.Light"> |
Katherine Kuan | fd8cded | 2011-05-11 11:34:56 -0700 | [diff] [blame] | 168 | <item name="list_item_height">?android:attr/listPreferredItemHeight</item> |
| 169 | <item name="activated_background">@drawable/list_item_activated_background</item> |
| 170 | <item name="section_header_background">@drawable/list_title_holo</item> |
| 171 | <item name="list_section_header_height">32dip</item> |
| 172 | <item name="list_item_divider">@drawable/list_item_divider</item> |
| 173 | <item name="list_item_padding_top">4dip</item> |
| 174 | <item name="list_item_padding_right">11dip</item> |
| 175 | <item name="list_item_padding_bottom">4dip</item> |
| 176 | <item name="list_item_padding_left">4dip</item> |
| 177 | <item name="list_item_gap_between_image_and_text">8dip</item> |
| 178 | <item name="list_item_gap_between_label_and_data">5dip</item> |
| 179 | <item name="list_item_call_button_padding">14dip</item> |
| 180 | <item name="list_item_vertical_divider_margin">5dip</item> |
| 181 | <item name="list_item_presence_icon_margin">5dip</item> |
| 182 | <item name="list_item_photo_size">56dip</item> |
Dave Santoro | 0a4d225 | 2011-05-20 11:40:34 -0700 | [diff] [blame] | 183 | <item name="list_item_profile_photo_size">70dip</item> |
Katherine Kuan | fd8cded | 2011-05-11 11:34:56 -0700 | [diff] [blame] | 184 | <item name="list_item_prefix_highlight_color">#729a27</item> |
| 185 | <item name="list_item_header_text_indent">56dip</item> |
| 186 | <item name="list_item_header_text_color">?color/section_header_text_color</item> |
| 187 | <item name="list_item_header_text_size">14sp</item> |
| 188 | <item name="contact_filter_popup_width">320dip</item> |
| 189 | </style> |
| 190 | |
Daisuke Miyakawa | b2e626a | 2011-06-21 13:39:26 -0700 | [diff] [blame] | 191 | <style name="ContactPickerTheme" parent="@android:Theme.Holo.Light"> |
Dmitri Plotnikov | 94e3041 | 2010-09-29 18:46:47 -0700 | [diff] [blame] | 192 | <item name="section_header_background">@drawable/section_header</item> |
| 193 | <item name="list_item_divider">@drawable/list_item_divider</item> |
Dmitri Plotnikov | 2223f83 | 2010-09-07 15:35:05 -0700 | [diff] [blame] | 194 | <item name="list_item_padding_top">4dip</item> |
| 195 | <item name="list_item_padding_right">11dip</item> |
| 196 | <item name="list_item_padding_bottom">4dip</item> |
| 197 | <item name="list_item_padding_left">4dip</item> |
| 198 | <item name="list_item_gap_between_image_and_text">8dip</item> |
| 199 | <item name="list_item_gap_between_label_and_data">5dip</item> |
| 200 | <item name="list_item_call_button_padding">14dip</item> |
| 201 | <item name="list_item_vertical_divider_margin">5dip</item> |
| 202 | <item name="list_item_presence_icon_margin">5dip</item> |
Dmitri Plotnikov | 2223f83 | 2010-09-07 15:35:05 -0700 | [diff] [blame] | 203 | <item name="list_item_photo_size">56dip</item> |
Dave Santoro | 0a4d225 | 2011-05-20 11:40:34 -0700 | [diff] [blame] | 204 | <item name="list_item_profile_photo_size">70dip</item> |
Dmitri Plotnikov | 359f111 | 2010-09-26 19:55:39 -0700 | [diff] [blame] | 205 | <item name="list_item_prefix_highlight_color">#729a27</item> |
Dmitri Plotnikov | 3bc7d02 | 2010-11-12 14:20:57 -0800 | [diff] [blame] | 206 | <item name="list_item_header_text_indent">56dip</item> |
| 207 | <item name="list_item_header_text_color">?color/section_header_text_color</item> |
| 208 | <item name="list_item_header_text_size">14sp</item> |
Dmitri Plotnikov | e1d4c06 | 2010-07-15 16:20:36 -0700 | [diff] [blame] | 209 | </style> |
Daniel Lehmann | 3b7d594 | 2010-07-22 18:10:50 -0700 | [diff] [blame] | 210 | |
Dmitri Plotnikov | d8f84e0 | 2011-01-23 18:03:14 -0800 | [diff] [blame] | 211 | <style name="JoinContactActivityTheme" parent="ContactPickerTheme" > |
Dmitri Plotnikov | 2223f83 | 2010-09-07 15:35:05 -0700 | [diff] [blame] | 212 | </style> |
Dmitri Plotnikov | 2ddba01 | 2010-09-16 18:27:35 -0700 | [diff] [blame] | 213 | |
Daniel Lehmann | 2028eb0 | 2011-04-07 21:04:48 -0700 | [diff] [blame] | 214 | <style name="ContactsPreferencesTheme" parent="@android:Theme.Holo.Light"> |
Daniel Lehmann | 1010574 | 2010-07-15 17:35:57 -0700 | [diff] [blame] | 215 | </style> |
Dmitri Plotnikov | 2ddba01 | 2010-09-16 18:27:35 -0700 | [diff] [blame] | 216 | |
Dmitri Plotnikov | a4d6a3b | 2010-10-06 18:04:31 -0700 | [diff] [blame] | 217 | <style name="CustomContactListFilterTheme" parent="@android:Theme"> |
| 218 | </style> |
| 219 | |
Dmitri Plotnikov | 84b3cc7 | 2010-10-11 18:19:51 -0700 | [diff] [blame] | 220 | <style name="ContactPickerLayout" parent="ContactPickerTheme"> |
| 221 | <item name="android:layout_width">match_parent</item> |
| 222 | <item name="android:layout_height">match_parent</item> |
| 223 | </style> |
Dmitri Plotnikov | bee8d3b | 2010-10-12 20:57:46 -0700 | [diff] [blame] | 224 | |
Dmitri Plotnikov | a4d6a3b | 2010-10-06 18:04:31 -0700 | [diff] [blame] | 225 | <style name="CustomContactListFilterView" parent="CustomContactListFilterTheme"> |
| 226 | <item name="android:layout_width">match_parent</item> |
| 227 | <item name="android:layout_height">match_parent</item> |
| 228 | </style> |
| 229 | |
Dmitri Plotnikov | 2ddba01 | 2010-09-16 18:27:35 -0700 | [diff] [blame] | 230 | <declare-styleable name="InterpolatingLayout_Layout"> |
| 231 | <attr name="layout_narrowParentWidth" format="dimension"/> |
| 232 | <attr name="layout_narrowWidth" format="dimension"/> |
Dmitri Plotnikov | 75d6cae | 2011-01-11 11:00:17 -0800 | [diff] [blame] | 233 | <attr name="layout_narrowMarginLeft" format="dimension"/> |
| 234 | <attr name="layout_narrowMarginRight" format="dimension"/> |
| 235 | <attr name="layout_narrowPaddingLeft" format="dimension"/> |
| 236 | <attr name="layout_narrowPaddingRight" format="dimension"/> |
Dmitri Plotnikov | 2ddba01 | 2010-09-16 18:27:35 -0700 | [diff] [blame] | 237 | <attr name="layout_wideParentWidth" format="dimension"/> |
| 238 | <attr name="layout_wideWidth" format="dimension"/> |
Dmitri Plotnikov | 75d6cae | 2011-01-11 11:00:17 -0800 | [diff] [blame] | 239 | <attr name="layout_wideMarginLeft" format="dimension"/> |
| 240 | <attr name="layout_wideMarginRight" format="dimension"/> |
| 241 | <attr name="layout_widePaddingLeft" format="dimension"/> |
| 242 | <attr name="layout_widePaddingRight" format="dimension"/> |
Dmitri Plotnikov | 2ddba01 | 2010-09-16 18:27:35 -0700 | [diff] [blame] | 243 | </declare-styleable> |
Flavio Lerda | 9cafe47 | 2011-06-08 14:06:13 +0100 | [diff] [blame] | 244 | |
Dmitri Plotnikov | 85609ed | 2010-11-11 15:59:01 -0800 | [diff] [blame] | 245 | <declare-styleable name="TransitionAnimationView"> |
| 246 | <attr name="clipMarginLeft" format="dimension"/> |
| 247 | <attr name="clipMarginRight" format="dimension"/> |
| 248 | <attr name="clipMarginTop" format="dimension"/> |
| 249 | <attr name="clipMarginBottom" format="dimension"/> |
| 250 | <attr name="enterAnimation" format="reference"/> |
| 251 | <attr name="exitAnimation" format="reference"/> |
| 252 | <attr name="animationDuration" format="integer"/> |
| 253 | </declare-styleable> |
Flavio Lerda | 9cafe47 | 2011-06-08 14:06:13 +0100 | [diff] [blame] | 254 | |
Katherine Kuan | 9856fce | 2011-06-01 10:24:09 -0700 | [diff] [blame] | 255 | <style name="DirectoryHeader" parent="PeopleTheme"> |
Dmitri Plotnikov | 94e3041 | 2010-09-29 18:46:47 -0700 | [diff] [blame] | 256 | <item name="android:background">@drawable/directory_bg</item> |
| 257 | </style> |
Daniel Lehmann | e9b196e | 2010-10-26 12:17:39 -0700 | [diff] [blame] | 258 | |
Dmitri Plotnikov | 1e5fc0c | 2011-01-31 10:37:57 -0800 | [diff] [blame] | 259 | <style name="NonPhoneActivityTheme" parent="@android:Theme.Translucent"> |
| 260 | </style> |
| 261 | |
Katherine Kuan | 97a5749 | 2011-06-10 16:39:32 -0700 | [diff] [blame] | 262 | <style name="NonPhoneDialogTheme" parent="@android:Theme.Dialog"> |
| 263 | </style> |
| 264 | |
Dmitri Plotnikov | d8f84e0 | 2011-01-23 18:03:14 -0800 | [diff] [blame] | 265 | <style name="SectionDivider"> |
| 266 | <item name="android:background">#7e7e87</item> |
| 267 | <item name="android:layout_height">2dip</item> |
| 268 | <item name="android:layout_width">match_parent</item> |
| 269 | </style> |
Katherine Kuan | 2719ab0 | 2011-05-02 17:18:04 -0700 | [diff] [blame] | 270 | |
Katherine Kuan | a6ac2e0 | 2011-06-26 16:02:00 -0700 | [diff] [blame] | 271 | <style name="ContactDetailHeaderTextView"> |
| 272 | <item name="android:layout_width">match_parent</item> |
| 273 | <item name="android:layout_height">wrap_content</item> |
| 274 | </style> |
| 275 | |
Katherine Kuan | 2719ab0 | 2011-05-02 17:18:04 -0700 | [diff] [blame] | 276 | <style name="ContactDetailItemType"> |
| 277 | <item name="android:layout_width">wrap_content</item> |
| 278 | <item name="android:layout_height">wrap_content</item> |
Katherine Kuan | a2d4a96 | 2011-05-06 15:20:21 -0700 | [diff] [blame] | 279 | <item name="android:textAppearance">?android:attr/textAppearanceMedium</item> |
Katherine Kuan | 2719ab0 | 2011-05-02 17:18:04 -0700 | [diff] [blame] | 280 | <item name="android:textColor">@color/detail_item_type_color</item> |
| 281 | <item name="android:singleLine">true</item> |
| 282 | <item name="android:ellipsize">marquee</item> |
| 283 | <item name="android:gravity">center_vertical</item> |
| 284 | <item name="android:paddingTop">5dip</item> |
| 285 | </style> |
Frank Sposaro | 32f3955 | 2011-06-06 11:01:50 -0700 | [diff] [blame] | 286 | |
Katherine Kuan | 0ff0e31 | 2011-06-08 17:43:51 -0700 | [diff] [blame] | 287 | <style name="GroupBrowseListItem"> |
| 288 | <item name="android:paddingRight">20dip</item> |
| 289 | </style> |
Daisuke Miyakawa | 2096261 | 2011-06-23 18:29:25 -0700 | [diff] [blame] | 290 | |
| 291 | <style name="DialtactsDigitsTextAppearance" |
| 292 | parent="@android:attr/textAppearanceMedium"> |
| 293 | <item name="android:maxLines">1</item> |
| 294 | <item name="android:scrollHorizontally">true</item> |
| 295 | <item name="android:textSize">@dimen/dialpad_digits_text_size</item> |
| 296 | <item name="android:freezesText">true</item> |
| 297 | <item name="android:textColor">@color/dialer_button_text</item> |
| 298 | <item name="android:background">@drawable/btn_dial_textfield</item> |
| 299 | <item name="android:focusableInTouchMode">true</item> |
| 300 | <item name="android:editable">true</item> |
| 301 | <item name="android:cursorVisible">false</item> |
| 302 | <item name="android:layout_weight">0</item> |
| 303 | </style> |
| 304 | |
The Android Open Source Project | 7aa0e4c | 2009-03-03 19:32:21 -0800 | [diff] [blame] | 305 | </resources> |