themes_holo.xml revision 6dece79fc8ffaa5b44c9baaf6fb569637fb35813
1831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye<?xml version="1.0" encoding="utf-8"?>
2831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye<!-- Copyright (C) 2006 The Android Open Source Project
3831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye
4831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye     Licensed under the Apache License, Version 2.0 (the "License");
5831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye     you may not use this file except in compliance with the License.
6831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye     You may obtain a copy of the License at
7831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye
8831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye          http://www.apache.org/licenses/LICENSE-2.0
9831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye
10831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye     Unless required by applicable law or agreed to in writing, software
11831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye     distributed under the License is distributed on an "AS IS" BASIS,
12831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye     See the License for the specific language governing permissions and
14831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye     limitations under the License.
15831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye-->
16831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye
17831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye<!--
18831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye===============================================================
19831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye                        PLEASE READ
20831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye===============================================================
21831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye
22831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor NorbyeThe Holo themes must not be modified in order to pass CTS.
23831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor NorbyeMany related themes and styles depend on other values defined in this file.
24831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor NorbyeIf you would like to provide custom themes and styles for your device,
25831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbyeplease see themes_device_defaults.xml.
26831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye
27831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye===============================================================
28831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye                        PLEASE READ
29831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye===============================================================
30831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye -->
31831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye<resources>
32831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye    <!-- The default theme for apps on API level 10 and lower. This is the theme used for
33831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         activities that have not explicitly set their own theme.
34831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         <p>You can count on this being a dark
35831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         background with light text on top, but should try to make no
36831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         other assumptions about its appearance. In particular, the text
37831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         inside of widgets using this theme may be completely different,
38831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         with the widget container being a light color and the text on top
39831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         of it a dark color.
40831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         <p>If you're developing for API level 11 and higher, you should instead use {@link
41831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         #Theme_Holo} or {@link #Theme_DeviceDefault}.</p>
42831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye    -->
43831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye
44831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye    <!-- Honeycomb holographic theme (dark version).
45831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         <p>This is the default system theme for apps that target API level 11 - 13. Starting
46831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         with API level 14, the default system theme is supplied by {@link #Theme_DeviceDefault},
47831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         which might apply a different style on different devices. If you want to ensure that your
48831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         app consistently uses the Holo theme at all times, you must explicitly declare it in your
49831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         manifest. For example, {@code &lt;application android:theme="@android:style/Theme.Holo"&gt;}.
50831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         For more information, read <a
51831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         href="http://android-developers.blogspot.com/2012/01/holo-everywhere.html">Holo
52831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         Everywhere</a>.</p>
53831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         <p>The widgets in the holographic theme are translucent on their background, so
54831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         applications must ensure that any background they use with this theme is itself
55831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         dark; otherwise, it will be difficult to see the widgets. This UI style also includes a
56831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         full action bar by default.</p>
57831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye
58831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         <p>Styles used by the Holo theme are named using the convention Type.Holo.Etc
59831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         (for example, {@code Widget.Holo.Button} and {@code
60831c5df6035b84bfcb3242c5c0a39acd7e3fd1b5Tor Norbye         TextAppearance.Holo.Widget.PopupMenu.Large}).
61         Specific resources used by Holo are named using the convention @type/foo_bar_baz_holo
62         with trailing _dark or _light specifiers if they are not shared between both light and
63         dark versions of the theme. -->
64    <style name="Theme.Holo">
65        <item name="colorForeground">@color/bright_foreground_holo_dark</item>
66        <item name="colorForegroundInverse">@color/bright_foreground_inverse_holo_dark</item>
67        <item name="colorBackground">@color/background_holo_dark</item>
68        <item name="colorBackgroundCacheHint">@color/background_cache_hint_selector_holo_dark</item>
69        <item name="disabledAlpha">0.5</item>
70        <item name="backgroundDimAmount">0.6</item>
71
72        <item name="colorPressedHighlight">@color/holo_gray_light</item>
73        <item name="colorLongPressedHighlight">@color/holo_gray_bright</item>
74        <item name="colorFocusedHighlight">@color/holo_blue_dark</item>
75        <item name="colorMultiSelectHighlight">@color/holo_green_light</item>
76        <item name="colorActivatedHighlight">@color/holo_blue_dark</item>
77
78        <item name="colorPrimaryDark">@color/holo_primary_dark</item>
79        <item name="colorPrimary">@color/holo_primary</item>
80        <item name="colorControlActivated">@color/holo_control_activated</item>
81        <item name="colorControlNormal">@color/holo_control_normal</item>
82        <item name="colorControlHighlight">@color/holo_button_pressed</item>
83        <item name="colorButtonNormal">@color/holo_button_normal</item>
84        <item name="colorEdgeEffect">?attr/colorPrimary</item>
85
86        <!-- Text styles -->
87        <item name="textAppearance">@style/TextAppearance.Holo</item>
88        <item name="textAppearanceInverse">@style/TextAppearance.Holo.Inverse</item>
89
90        <item name="textColorPrimary">@color/primary_text_holo_dark</item>
91        <item name="textColorSecondary">@color/secondary_text_holo_dark</item>
92        <item name="textColorTertiary">@color/tertiary_text_holo_dark</item>
93        <item name="textColorPrimaryInverse">@color/primary_text_holo_light</item>
94        <item name="textColorSecondaryInverse">@color/secondary_text_holo_light</item>
95        <item name="textColorTertiaryInverse">@color/tertiary_text_holo_light</item>
96        <item name="textColorPrimaryActivated">@color/primary_text_holo_dark</item>
97        <item name="textColorSecondaryActivated">@color/secondary_text_holo_dark</item>
98        <item name="textColorPrimaryDisableOnly">@color/primary_text_disable_only_holo_dark</item>
99        <item name="textColorPrimaryInverseDisableOnly">@color/primary_text_disable_only_holo_light</item>
100        <item name="textColorPrimaryNoDisable">@color/primary_text_nodisable_holo_dark</item>
101        <item name="textColorSecondaryNoDisable">@color/secondary_text_nodisable_holo_dark</item>
102        <item name="textColorPrimaryInverseNoDisable">@color/primary_text_nodisable_holo_light</item>
103        <item name="textColorSecondaryInverseNoDisable">@color/secondary_text_nodisable_holo_light</item>
104        <item name="textColorHint">@color/hint_foreground_holo_dark</item>
105        <item name="textColorHintInverse">@color/hint_foreground_holo_light</item>
106        <item name="textColorSearchUrl">@color/search_url_text_holo</item>
107        <item name="textColorHighlight">@color/highlighted_text_holo_dark</item>
108        <item name="textColorHighlightInverse">@color/highlighted_text_holo_light</item>
109        <item name="textColorLink">@color/holo_blue_light</item>
110        <item name="textColorLinkInverse">@color/holo_blue_light</item>
111        <item name="textColorAlertDialogListItem">@color/primary_text_holo_dark</item>
112
113        <item name="textAppearanceLarge">@style/TextAppearance.Holo.Large</item>
114        <item name="textAppearanceMedium">@style/TextAppearance.Holo.Medium</item>
115        <item name="textAppearanceSmall">@style/TextAppearance.Holo.Small</item>
116        <item name="textAppearanceLargeInverse">@style/TextAppearance.Holo.Large.Inverse</item>
117        <item name="textAppearanceMediumInverse">@style/TextAppearance.Holo.Medium.Inverse</item>
118        <item name="textAppearanceSmallInverse">@style/TextAppearance.Holo.Small.Inverse</item>
119        <item name="textAppearanceSearchResultTitle">@style/TextAppearance.Holo.SearchResult.Title</item>
120        <item name="textAppearanceSearchResultSubtitle">@style/TextAppearance.Holo.SearchResult.Subtitle</item>
121
122        <item name="textAppearanceButton">@style/TextAppearance.Holo.Widget.Button</item>
123
124        <item name="editTextColor">?attr/textColorPrimary</item>
125        <item name="editTextBackground">@drawable/edit_text_holo_dark</item>
126
127        <item name="candidatesTextStyleSpans">@string/candidates_style</item>
128
129        <item name="textCheckMark">@drawable/indicator_check_mark_dark</item>
130        <item name="textCheckMarkInverse">@drawable/indicator_check_mark_light</item>
131
132        <item name="textAppearanceLargePopupMenu">@style/TextAppearance.Holo.Widget.PopupMenu.Large</item>
133        <item name="textAppearanceSmallPopupMenu">@style/TextAppearance.Holo.Widget.PopupMenu.Small</item>
134
135        <!-- Button styles -->
136        <item name="buttonStyle">@style/Widget.Holo.Button</item>
137
138        <item name="buttonStyleSmall">@style/Widget.Holo.Button.Small</item>
139        <item name="buttonStyleInset">@style/Widget.Holo.Button.Inset</item>
140
141        <item name="buttonStyleToggle">@style/Widget.Holo.Button.Toggle</item>
142        <item name="switchStyle">@style/Widget.Holo.CompoundButton.Switch</item>
143        <item name="mediaRouteButtonStyle">@style/Widget.Holo.MediaRouteButton</item>
144
145        <item name="selectableItemBackground">@drawable/item_background_holo_dark</item>
146        <item name="selectableItemBackgroundBorderless">?attr/selectableItemBackground</item>
147        <item name="borderlessButtonStyle">@style/Widget.Holo.Button.Borderless</item>
148        <item name="homeAsUpIndicator">@drawable/ic_ab_back_holo_dark</item>
149
150        <!-- List attributes -->
151        <item name="listPreferredItemHeight">64dip</item>
152        <item name="listPreferredItemHeightSmall">48dip</item>
153        <item name="listPreferredItemHeightLarge">80dip</item>
154        <item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeightSmall</item>
155        <item name="textAppearanceListItemSmall">?attr/textAppearanceMedium</item>
156        <item name="textAppearanceListItemSecondary">?attr/textAppearanceSmall</item>
157        <item name="listPreferredItemPaddingLeft">8dip</item>
158        <item name="listPreferredItemPaddingRight">8dip</item>
159        <item name="listPreferredItemPaddingStart">8dip</item>
160        <item name="listPreferredItemPaddingEnd">8dip</item>
161
162        <!-- @hide -->
163        <item name="searchResultListItemHeight">58dip</item>
164        <item name="listDivider">@drawable/list_divider_holo_dark</item>
165        <item name="listSeparatorTextViewStyle">@style/Widget.Holo.TextView.ListSeparator</item>
166
167        <item name="listChoiceIndicatorSingle">@drawable/btn_radio_holo_dark</item>
168        <item name="listChoiceIndicatorMultiple">@drawable/btn_check_holo_dark</item>
169
170        <item name="listChoiceBackgroundIndicator">@drawable/list_selector_holo_dark</item>
171
172        <item name="activatedBackgroundIndicator">@drawable/activated_background_holo_dark</item>
173
174        <item name="listDividerAlertDialog">@drawable/list_divider_holo_dark</item>
175
176        <item name="expandableListPreferredItemPaddingLeft">40dip</item>
177        <item name="expandableListPreferredChildPaddingLeft">?attr/expandableListPreferredItemPaddingLeft</item>
178
179        <item name="expandableListPreferredItemIndicatorLeft">3dip</item>
180        <item name="expandableListPreferredItemIndicatorRight">0dip</item>
181        <item name="expandableListPreferredChildIndicatorLeft">?attr/expandableListPreferredItemIndicatorLeft</item>
182        <item name="expandableListPreferredChildIndicatorRight">?attr/expandableListPreferredItemIndicatorRight</item>
183        <item name="findOnPageNextDrawable">@drawable/ic_find_next_holo_dark</item>
184        <item name="findOnPagePreviousDrawable">@drawable/ic_find_previous_holo_dark</item>
185
186        <!-- Gallery attributes -->
187        <item name="galleryItemBackground">@drawable/gallery_item_background</item>
188
189        <!-- Window attributes -->
190        <item name="windowFrame">@null</item>
191        <item name="windowNoTitle">false</item>
192        <item name="windowFullscreen">false</item>
193        <item name="windowOverscan">false</item>
194        <item name="windowIsFloating">false</item>
195        <item name="windowContentOverlay">@null</item>
196        <item name="windowShowWallpaper">false</item>
197        <item name="windowTitleStyle">@style/WindowTitle.Holo</item>
198        <item name="windowTitleSize">25dip</item>
199        <item name="windowTitleBackgroundStyle">@style/WindowTitleBackground.Holo</item>
200        <item name="windowAnimationStyle">@style/Animation.Holo.Activity</item>
201        <item name="windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
202        <item name="windowActionBar">true</item>
203        <item name="windowActionModeOverlay">false</item>
204
205        <!-- Dialog attributes -->
206        <item name="dialogTheme">@style/Theme.Holo.Dialog</item>
207        <item name="dialogTitleIconsDecorLayout">@layout/dialog_title_icons_holo</item>
208        <item name="dialogCustomTitleDecorLayout">@layout/dialog_custom_title_holo</item>
209        <item name="dialogTitleDecorLayout">@layout/dialog_title_holo</item>
210
211        <!-- AlertDialog attributes -->
212        <item name="alertDialogTheme">@style/Theme.Holo.Dialog.Alert</item>
213        <item name="alertDialogStyle">@style/AlertDialog.Holo</item>
214        <item name="alertDialogCenterButtons">false</item>
215        <item name="alertDialogIcon">@drawable/ic_dialog_alert_holo_dark</item>
216
217        <!-- Presentation attributes -->
218        <item name="presentationTheme">@style/Theme.Holo.Dialog.Presentation</item>
219
220        <!-- Toast attributes -->
221        <item name="toastFrameBackground">@drawable/toast_frame</item>
222
223        <!-- Panel attributes -->
224        <item name="panelBackground">@drawable/menu_hardkey_panel_holo_dark</item>
225        <item name="panelFullBackground">@drawable/menu_background_fill_parent_width</item>
226        <!-- These three attributes do not seems to be used by the framework. Declared public though -->
227        <item name="panelColorBackground">#000</item>
228        <item name="panelColorForeground">?attr/textColorPrimary</item>
229        <item name="panelTextAppearance">?attr/textAppearance</item>
230
231        <item name="panelMenuIsCompact">true</item>
232        <item name="panelMenuListWidth">250dip</item>
233        <item name="panelMenuListTheme">@style/Theme.Holo.CompactMenu</item>
234
235        <!-- Scrollbar attributes -->
236        <item name="scrollbarFadeDuration">250</item>
237        <item name="scrollbarDefaultDelayBeforeFade">300</item>
238        <item name="scrollbarSize">10dip</item>
239        <item name="scrollbarThumbHorizontal">@drawable/scrollbar_handle_holo_dark</item>
240        <item name="scrollbarThumbVertical">@drawable/scrollbar_handle_holo_dark</item>
241        <item name="scrollbarTrackHorizontal">@null</item>
242        <item name="scrollbarTrackVertical">@null</item>
243
244        <!-- Text selection handle attributes -->
245        <item name="textSelectHandleLeft">@drawable/text_select_handle_left</item>
246        <item name="textSelectHandleRight">@drawable/text_select_handle_right</item>
247        <item name="textSelectHandle">@drawable/text_select_handle_middle</item>
248        <item name="textSelectHandleWindowStyle">@style/Widget.Holo.TextSelectHandle</item>
249        <item name="textSuggestionsWindowStyle">@style/Widget.Holo.TextSuggestionsPopupWindow</item>
250        <item name="textCursorDrawable">@drawable/text_cursor_holo_dark</item>
251
252        <!-- Widget styles -->
253        <item name="absListViewStyle">@style/Widget.Holo.AbsListView</item>
254        <item name="autoCompleteTextViewStyle">@style/Widget.Holo.AutoCompleteTextView</item>
255        <item name="checkboxStyle">@style/Widget.Holo.CompoundButton.CheckBox</item>
256        <item name="checkedTextViewStyle">@style/Widget.Holo.CheckedTextView</item>
257        <item name="dropDownListViewStyle">@style/Widget.Holo.ListView.DropDown</item>
258        <item name="editTextStyle">@style/Widget.Holo.EditText</item>
259        <item name="expandableListViewStyle">@style/Widget.Holo.ExpandableListView</item>
260        <item name="expandableListViewWhiteStyle">@style/Widget.Holo.ExpandableListView.White</item>
261        <item name="fastScrollStyle">@style/Widget.Holo.FastScroll</item>
262        <item name="galleryStyle">@style/Widget.Holo.Gallery</item>
263        <item name="gestureOverlayViewStyle">@style/Widget.Holo.GestureOverlayView</item>
264        <item name="gridViewStyle">@style/Widget.Holo.GridView</item>
265        <item name="imageButtonStyle">@style/Widget.Holo.ImageButton</item>
266        <item name="imageWellStyle">@style/Widget.Holo.ImageWell</item>
267        <item name="listViewStyle">@style/Widget.Holo.ListView</item>
268        <item name="listViewWhiteStyle">@style/Widget.Holo.ListView.White</item>
269        <item name="popupWindowStyle">@style/Widget.Holo.PopupWindow</item>
270        <item name="progressBarStyle">@style/Widget.Holo.ProgressBar</item>
271        <item name="progressBarStyleHorizontal">@style/Widget.Holo.ProgressBar.Horizontal</item>
272        <item name="progressBarStyleSmall">@style/Widget.Holo.ProgressBar.Small</item>
273        <item name="progressBarStyleSmallTitle">@style/Widget.Holo.ProgressBar.Small.Title</item>
274        <item name="progressBarStyleLarge">@style/Widget.Holo.ProgressBar.Large</item>
275        <item name="progressBarStyleInverse">@style/Widget.Holo.ProgressBar.Inverse</item>
276        <item name="progressBarStyleSmallInverse">@style/Widget.Holo.ProgressBar.Small.Inverse</item>
277        <item name="progressBarStyleLargeInverse">@style/Widget.Holo.ProgressBar.Large.Inverse</item>
278        <item name="seekBarStyle">@style/Widget.Holo.SeekBar</item>
279        <item name="ratingBarStyle">@style/Widget.Holo.RatingBar</item>
280        <item name="ratingBarStyleIndicator">@style/Widget.Holo.RatingBar.Indicator</item>
281        <item name="ratingBarStyleSmall">@style/Widget.Holo.RatingBar.Small</item>
282        <item name="radioButtonStyle">@style/Widget.Holo.CompoundButton.RadioButton</item>
283        <item name="scrollViewStyle">@style/Widget.Holo.ScrollView</item>
284        <item name="horizontalScrollViewStyle">@style/Widget.Holo.HorizontalScrollView</item>
285        <item name="spinnerStyle">?attr/dropDownSpinnerStyle</item>
286        <item name="dropDownSpinnerStyle">@style/Widget.Holo.Spinner.DropDown</item>
287        <item name="starStyle">@style/Widget.Holo.CompoundButton.Star</item>
288        <item name="tabWidgetStyle">@style/Widget.Holo.TabWidget</item>
289        <item name="textViewStyle">@style/Widget.Holo.TextView</item>
290        <item name="errorMessageBackground">@drawable/popup_inline_error_holo_dark</item>
291        <item name="errorMessageAboveBackground">@drawable/popup_inline_error_above_holo_dark</item>
292        <item name="webTextViewStyle">@style/Widget.Holo.WebTextView</item>
293        <item name="webViewStyle">@style/Widget.Holo.WebView</item>
294        <item name="dropDownItemStyle">@style/Widget.Holo.DropDownItem</item>
295        <item name="spinnerDropDownItemStyle">@style/Widget.Holo.DropDownItem.Spinner</item>
296        <item name="spinnerItemStyle">@style/Widget.Holo.TextView.SpinnerItem</item>
297        <item name="dropDownHintAppearance">@style/TextAppearance.Holo.Widget.DropDownHint</item>
298        <item name="keyboardViewStyle">@style/Widget.Holo.KeyboardView</item>
299        <item name="quickContactBadgeStyleWindowSmall">@style/Widget.Holo.QuickContactBadge.WindowSmall</item>
300        <item name="quickContactBadgeStyleWindowMedium">@style/Widget.Holo.QuickContactBadge.WindowMedium</item>
301        <item name="quickContactBadgeStyleWindowLarge">@style/Widget.Holo.QuickContactBadge.WindowLarge</item>
302        <item name="quickContactBadgeStyleSmallWindowSmall">@style/Widget.Holo.QuickContactBadgeSmall.WindowSmall</item>
303        <item name="quickContactBadgeStyleSmallWindowMedium">@style/Widget.Holo.QuickContactBadgeSmall.WindowMedium</item>
304        <item name="quickContactBadgeStyleSmallWindowLarge">@style/Widget.Holo.QuickContactBadgeSmall.WindowLarge</item>
305        <item name="listPopupWindowStyle">@style/Widget.Holo.ListPopupWindow</item>
306        <item name="popupMenuStyle">@style/Widget.Holo.PopupMenu</item>
307        <item name="stackViewStyle">@style/Widget.Holo.StackView</item>
308        <item name="activityChooserViewStyle">@style/Widget.Holo.ActivityChooserView</item>
309        <item name="fragmentBreadCrumbsStyle">@style/Widget.Holo.FragmentBreadCrumbs</item>
310
311        <!-- Preference styles -->
312        <item name="preferenceScreenStyle">@style/Preference.Holo.PreferenceScreen</item>
313        <item name="preferenceActivityStyle">@style/PreferenceActivity</item>
314        <item name="preferenceFragmentStyle">@style/PreferenceFragment.Holo</item>
315        <item name="preferenceCategoryStyle">@style/Preference.Holo.Category</item>
316        <item name="preferenceStyle">@style/Preference.Holo</item>
317        <item name="preferenceInformationStyle">@style/Preference.Holo.Information</item>
318        <item name="checkBoxPreferenceStyle">@style/Preference.Holo.CheckBoxPreference</item>
319        <item name="switchPreferenceStyle">@style/Preference.Holo.SwitchPreference</item>
320        <item name="seekBarPreferenceStyle">@style/Preference.Holo.SeekBarPreference</item>
321        <item name="yesNoPreferenceStyle">@style/Preference.Holo.DialogPreference.YesNoPreference</item>
322        <item name="dialogPreferenceStyle">@style/Preference.Holo.DialogPreference</item>
323        <item name="editTextPreferenceStyle">@style/Preference.Holo.DialogPreference.EditTextPreference</item>
324        <item name="ringtonePreferenceStyle">@style/Preference.Holo.RingtonePreference</item>
325        <item name="preferenceLayoutChild">@layout/preference_child_holo</item>
326        <item name="detailsElementBackground">@drawable/panel_bg_holo_dark</item>
327
328        <!-- Search widget styles -->
329        <item name="searchWidgetCorpusItemBackground">@color/search_widget_corpus_item_background</item>
330
331        <!-- Action bar styles -->
332        <item name="actionDropDownStyle">@style/Widget.Holo.Spinner.DropDown.ActionBar</item>
333        <item name="actionButtonStyle">@style/Widget.Holo.ActionButton</item>
334        <item name="actionOverflowButtonStyle">@style/Widget.Holo.ActionButton.Overflow</item>
335        <item name="actionOverflowMenuStyle">?attr/popupMenuStyle</item>
336        <item name="actionModeBackground">@drawable/cab_background_top_holo_dark</item>
337        <item name="actionModeSplitBackground">@drawable/cab_background_bottom_holo_dark</item>
338        <item name="actionModeCloseDrawable">@drawable/ic_cab_done_holo_dark</item>
339        <item name="actionBarTabStyle">@style/Widget.Holo.ActionBar.TabView</item>
340        <item name="actionBarTabBarStyle">@style/Widget.Holo.ActionBar.TabBar</item>
341        <item name="actionBarTabTextStyle">@style/Widget.Holo.ActionBar.TabText</item>
342        <item name="actionModeStyle">@style/Widget.Holo.ActionMode</item>
343        <item name="actionModeCloseButtonStyle">@style/Widget.Holo.ActionButton.CloseMode</item>
344        <item name="actionBarStyle">@style/Widget.Holo.ActionBar</item>
345        <item name="actionBarSize">@dimen/action_bar_default_height</item>
346        <item name="actionModePopupWindowStyle">@style/Widget.Holo.PopupWindow.ActionMode</item>
347        <item name="actionBarWidgetTheme">@null</item>
348        <item name="actionBarPopupTheme">@null</item>
349        <item name="actionBarTheme">@null</item>
350
351        <item name="actionModeCutDrawable">@drawable/ic_menu_cut_holo_dark</item>
352        <item name="actionModeCopyDrawable">@drawable/ic_menu_copy_holo_dark</item>
353        <item name="actionModePasteDrawable">@drawable/ic_menu_paste_holo_dark</item>
354        <item name="actionModeSelectAllDrawable">@drawable/ic_menu_selectall_holo_dark</item>
355        <item name="actionModeShareDrawable">@drawable/ic_menu_share_holo_dark</item>
356        <item name="actionModeFindDrawable">@drawable/ic_menu_find_holo_dark</item>
357        <item name="actionModeWebSearchDrawable">@drawable/ic_menu_search_holo_dark</item>
358
359        <item name="dividerVertical">?attr/listDivider</item>
360        <item name="dividerHorizontal">?attr/listDivider</item>
361        <item name="buttonBarStyle">@style/Holo.ButtonBar</item>
362        <item name="buttonBarButtonStyle">?attr/borderlessButtonStyle</item>
363        <item name="segmentedButtonStyle">@style/Holo.SegmentedButton</item>
364
365        <!-- SearchView attributes -->
366        <item name="searchViewStyle">@style/Widget.Holo.SearchView</item>
367        <item name="searchDialogTheme">@style/Theme.Holo.SearchBar</item>
368
369        <!-- PreferenceFrameLayout attributes -->
370        <item name="preferenceFrameLayoutStyle">@style/Widget.Holo.PreferenceFrameLayout</item>
371
372        <!-- NumberPicker style-->
373        <item name="numberPickerStyle">@style/Widget.Holo.NumberPicker</item>
374
375        <!-- CalendarView style-->
376        <item name="calendarViewStyle">@style/Widget.Holo.CalendarView</item>
377
378        <!-- TimePicker style -->
379        <item name="timePickerStyle">@style/Widget.Holo.TimePicker</item>
380
381        <!-- TimePicker dialog theme -->
382        <item name="timePickerDialogTheme">?attr/alertDialogTheme</item>
383
384        <!-- DatePicker style -->
385        <item name="datePickerStyle">@style/Widget.Holo.DatePicker</item>
386
387        <!-- DatePicker dialog theme -->
388        <item name="datePickerDialogTheme">?attr/alertDialogTheme</item>
389
390        <item name="fastScrollThumbDrawable">@drawable/fastscroll_thumb_holo</item>
391        <item name="fastScrollPreviewBackgroundLeft">@drawable/fastscroll_label_left_holo_dark</item>
392        <item name="fastScrollPreviewBackgroundRight">@drawable/fastscroll_label_right_holo_dark</item>
393        <item name="fastScrollTrackDrawable">@drawable/fastscroll_track_holo_dark</item>
394        <item name="fastScrollOverlayPosition">atThumb</item>
395
396    </style>
397
398    <!-- Honeycomb holographic theme (light version).  The widgets in the
399         holographic theme are translucent on their brackground, so applications
400         must ensure that any background they use with this theme is itself
401         light; otherwise, it will be difficult to see the widgets.  This
402         UI style also includes a full action bar by default. -->
403    <style name="Theme.Holo.Light" parent="Theme.Light">
404        <item name="colorForeground">@color/bright_foreground_holo_light</item>
405        <item name="colorForegroundInverse">@color/bright_foreground_inverse_holo_light</item>
406        <item name="colorBackground">@color/background_holo_light</item>
407        <item name="colorBackgroundCacheHint">@color/background_cache_hint_selector_holo_light</item>
408        <item name="disabledAlpha">0.5</item>
409        <item name="backgroundDimAmount">0.6</item>
410
411        <item name="colorPressedHighlight">@color/holo_gray_light</item>
412        <item name="colorLongPressedHighlight">@color/holo_gray_bright</item>
413        <item name="colorFocusedHighlight">@color/holo_blue_dark</item>
414        <item name="colorMultiSelectHighlight">@color/holo_green_light</item>
415        <item name="colorActivatedHighlight">@color/holo_blue_dark</item>
416
417        <item name="colorPrimaryDark">@color/holo_light_primary_dark</item>
418        <item name="colorPrimary">@color/holo_light_primary</item>
419        <item name="colorControlActivated">@color/holo_light_control_activated</item>
420        <item name="colorControlNormal">@color/holo_light_control_normal</item>
421        <item name="colorControlHighlight">@color/holo_light_button_pressed</item>
422        <item name="colorButtonNormal">@color/holo_light_button_normal</item>
423
424        <!-- Text styles -->
425        <item name="textAppearance">@style/TextAppearance.Holo.Light</item>
426        <item name="textAppearanceInverse">@style/TextAppearance.Holo.Light.Inverse</item>
427
428        <item name="textColorPrimary">@color/primary_text_holo_light</item>
429        <item name="textColorSecondary">@color/secondary_text_holo_light</item>
430        <item name="textColorTertiary">@color/tertiary_text_holo_light</item>
431        <item name="textColorPrimaryInverse">@color/primary_text_holo_dark</item>
432        <item name="textColorSecondaryInverse">@color/secondary_text_holo_dark</item>
433        <item name="textColorTertiaryInverse">@color/tertiary_text_holo_dark</item>
434        <item name="textColorPrimaryActivated">@color/primary_text_holo_light</item>
435        <item name="textColorSecondaryActivated">@color/secondary_text_holo_light</item>
436        <item name="textColorPrimaryDisableOnly">@color/primary_text_disable_only_holo_light</item>
437        <item name="textColorPrimaryInverseDisableOnly">@color/primary_text_disable_only_holo_dark</item>
438        <item name="textColorPrimaryNoDisable">@color/primary_text_nodisable_holo_light</item>
439        <item name="textColorSecondaryNoDisable">@color/secondary_text_nodisable_holo_light</item>
440        <item name="textColorPrimaryInverseNoDisable">@color/primary_text_nodisable_holo_dark</item>
441        <item name="textColorSecondaryInverseNoDisable">@color/secondary_text_nodisable_holo_dark</item>
442        <item name="textColorHint">@color/hint_foreground_holo_light</item>
443        <item name="textColorHintInverse">@color/hint_foreground_holo_dark</item>
444        <item name="textColorSearchUrl">@color/search_url_text_holo</item>
445        <item name="textColorHighlight">@color/highlighted_text_holo_light</item>
446        <item name="textColorHighlightInverse">@color/highlighted_text_holo_dark</item>
447        <item name="textColorLink">@color/holo_blue_light</item>
448        <item name="textColorLinkInverse">@color/holo_blue_light</item>
449        <item name="textColorAlertDialogListItem">@color/primary_text_holo_light</item>
450
451        <item name="textAppearanceLarge">@style/TextAppearance.Holo.Light.Large</item>
452        <item name="textAppearanceMedium">@style/TextAppearance.Holo.Light.Medium</item>
453        <item name="textAppearanceSmall">@style/TextAppearance.Holo.Light.Small</item>
454        <item name="textAppearanceLargeInverse">@style/TextAppearance.Holo.Light.Large.Inverse</item>
455        <item name="textAppearanceMediumInverse">@style/TextAppearance.Holo.Light.Medium.Inverse</item>
456        <item name="textAppearanceSmallInverse">@style/TextAppearance.Holo.Light.Small.Inverse</item>
457        <item name="textAppearanceSearchResultTitle">@style/TextAppearance.Holo.Light.SearchResult.Title</item>
458        <item name="textAppearanceSearchResultSubtitle">@style/TextAppearance.Holo.Light.SearchResult.Subtitle</item>
459
460        <item name="textAppearanceButton">@style/TextAppearance.Holo.Light.Widget.Button</item>
461
462        <item name="editTextColor">?attr/textColorPrimary</item>
463        <item name="editTextBackground">@drawable/edit_text_holo_light</item>
464
465        <item name="candidatesTextStyleSpans">@string/candidates_style</item>
466
467        <item name="textCheckMark">@drawable/indicator_check_mark_light</item>
468        <item name="textCheckMarkInverse">@drawable/indicator_check_mark_dark</item>
469
470        <item name="textAppearanceLargePopupMenu">@style/TextAppearance.Holo.Light.Widget.PopupMenu.Large</item>
471        <item name="textAppearanceSmallPopupMenu">@style/TextAppearance.Holo.Light.Widget.PopupMenu.Small</item>
472
473        <!-- Button styles -->
474        <item name="buttonStyle">@style/Widget.Holo.Light.Button</item>
475
476        <item name="buttonStyleSmall">@style/Widget.Holo.Light.Button.Small</item>
477        <item name="buttonStyleInset">@style/Widget.Holo.Light.Button.Inset</item>
478
479        <item name="buttonStyleToggle">@style/Widget.Holo.Light.Button.Toggle</item>
480        <item name="switchStyle">@style/Widget.Holo.Light.CompoundButton.Switch</item>
481        <item name="mediaRouteButtonStyle">@style/Widget.Holo.Light.MediaRouteButton</item>
482
483        <item name="selectableItemBackground">@drawable/item_background_holo_light</item>
484        <item name="selectableItemBackgroundBorderless">?attr/selectableItemBackground</item>
485        <item name="borderlessButtonStyle">@style/Widget.Holo.Light.Button.Borderless</item>
486        <item name="homeAsUpIndicator">@drawable/ic_ab_back_holo_light</item>
487
488        <!-- List attributes -->
489        <item name="listPreferredItemHeight">64dip</item>
490        <item name="listPreferredItemHeightSmall">48dip</item>
491        <item name="listPreferredItemHeightLarge">80dip</item>
492        <item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeightSmall</item>
493        <item name="textAppearanceListItemSmall">?attr/textAppearanceMedium</item>
494        <item name="textAppearanceListItemSecondary">?attr/textAppearanceSmall</item>
495        <item name="listPreferredItemPaddingLeft">8dip</item>
496        <item name="listPreferredItemPaddingRight">8dip</item>
497        <item name="listPreferredItemPaddingStart">8dip</item>
498        <item name="listPreferredItemPaddingEnd">8dip</item>
499
500        <!-- @hide -->
501        <item name="searchResultListItemHeight">58dip</item>
502        <item name="listDivider">@drawable/list_divider_holo_light</item>
503        <item name="listSeparatorTextViewStyle">@style/Widget.Holo.Light.TextView.ListSeparator</item>
504
505        <item name="listChoiceIndicatorSingle">@drawable/btn_radio_holo_light</item>
506        <item name="listChoiceIndicatorMultiple">@drawable/btn_check_holo_light</item>
507
508        <item name="listChoiceBackgroundIndicator">@drawable/list_selector_holo_light</item>
509
510        <item name="activatedBackgroundIndicator">@drawable/activated_background_holo_light</item>
511
512        <item name="expandableListPreferredItemPaddingLeft">40dip</item>
513        <item name="expandableListPreferredChildPaddingLeft">?attr/expandableListPreferredItemPaddingLeft</item>
514
515        <item name="expandableListPreferredItemIndicatorLeft">3dip</item>
516        <item name="expandableListPreferredItemIndicatorRight">0dip</item>
517        <item name="expandableListPreferredChildIndicatorLeft">?attr/expandableListPreferredItemIndicatorLeft</item>
518        <item name="expandableListPreferredChildIndicatorRight">?attr/expandableListPreferredItemIndicatorRight</item>
519
520        <item name="listDividerAlertDialog">@drawable/list_divider_holo_light</item>
521        <item name="findOnPageNextDrawable">@drawable/ic_find_next_holo_light</item>
522        <item name="findOnPagePreviousDrawable">@drawable/ic_find_previous_holo_light</item>
523
524        <!-- Gallery attributes -->
525        <item name="galleryItemBackground">@drawable/gallery_item_background</item>
526
527        <!-- Window attributes -->
528        <item name="windowFrame">@null</item>
529        <item name="windowNoTitle">false</item>
530        <item name="windowFullscreen">false</item>
531        <item name="windowOverscan">false</item>
532        <item name="windowIsFloating">false</item>
533        <item name="windowContentOverlay">@drawable/ab_solid_shadow_holo</item>
534        <item name="windowShowWallpaper">false</item>
535        <item name="windowTitleStyle">@style/WindowTitle.Holo</item>
536        <item name="windowTitleSize">25dip</item>
537        <item name="windowTitleBackgroundStyle">@style/WindowTitleBackground.Holo</item>
538        <item name="windowAnimationStyle">@style/Animation.Holo.Activity</item>
539        <item name="windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
540        <item name="windowActionBar">true</item>
541        <item name="windowActionModeOverlay">false</item>
542
543        <!-- Dialog attributes -->
544        <item name="dialogTheme">@style/Theme.Holo.Light.Dialog</item>
545        <item name="dialogTitleIconsDecorLayout">@layout/dialog_title_icons_holo</item>
546        <item name="dialogCustomTitleDecorLayout">@layout/dialog_custom_title_holo</item>
547        <item name="dialogTitleDecorLayout">@layout/dialog_title_holo</item>
548
549        <!-- AlertDialog attributes -->
550        <item name="alertDialogTheme">@style/Theme.Holo.Light.Dialog.Alert</item>
551        <item name="alertDialogStyle">@style/AlertDialog.Holo.Light</item>
552        <item name="alertDialogCenterButtons">false</item>
553        <item name="alertDialogIcon">@drawable/ic_dialog_alert_holo_light</item>
554
555        <!-- Presentation attributes -->
556        <item name="presentationTheme">@style/Theme.Holo.Light.Dialog.Presentation</item>
557
558        <!-- Toast attributes -->
559        <item name="toastFrameBackground">@drawable/toast_frame</item>
560
561        <!-- Panel attributes -->
562        <item name="panelBackground">@drawable/menu_hardkey_panel_holo_light</item>
563        <item name="panelFullBackground">@drawable/menu_background_fill_parent_width</item>
564        <!-- These three attributes do not seems to be used by the framework. Declared public though -->
565        <item name="panelColorBackground">#000</item>
566        <item name="panelColorForeground">?attr/textColorPrimary</item>
567        <item name="panelTextAppearance">?attr/textAppearance</item>
568
569        <item name="panelMenuIsCompact">true</item>
570        <item name="panelMenuListWidth">250dip</item>
571        <item name="panelMenuListTheme">@style/Theme.Holo.Light.CompactMenu</item>
572
573        <!-- Scrollbar attributes -->
574        <item name="scrollbarFadeDuration">250</item>
575        <item name="scrollbarDefaultDelayBeforeFade">300</item>
576        <item name="scrollbarSize">10dip</item>
577        <item name="scrollbarThumbHorizontal">@drawable/scrollbar_handle_holo_light</item>
578        <item name="scrollbarThumbVertical">@drawable/scrollbar_handle_holo_light</item>
579        <item name="scrollbarTrackHorizontal">@null</item>
580        <item name="scrollbarTrackVertical">@null</item>
581
582        <!-- Text selection handle attributes -->
583        <item name="textSelectHandleLeft">@drawable/text_select_handle_left</item>
584        <item name="textSelectHandleRight">@drawable/text_select_handle_right</item>
585        <item name="textSelectHandle">@drawable/text_select_handle_middle</item>
586        <item name="textSelectHandleWindowStyle">@style/Widget.Holo.TextSelectHandle</item>
587        <item name="textSuggestionsWindowStyle">@style/Widget.Holo.Light.TextSuggestionsPopupWindow</item>
588        <item name="textCursorDrawable">@drawable/text_cursor_holo_light</item>
589
590        <!-- Widget styles -->
591        <item name="absListViewStyle">@style/Widget.Holo.Light.AbsListView</item>
592        <item name="autoCompleteTextViewStyle">@style/Widget.Holo.Light.AutoCompleteTextView</item>
593        <item name="checkboxStyle">@style/Widget.Holo.Light.CompoundButton.CheckBox</item>
594        <item name="checkedTextViewStyle">@style/Widget.Holo.Light.CheckedTextView</item>
595        <item name="dropDownListViewStyle">@style/Widget.Holo.ListView.DropDown</item>
596        <item name="editTextStyle">@style/Widget.Holo.Light.EditText</item>
597        <item name="expandableListViewStyle">@style/Widget.Holo.Light.ExpandableListView</item>
598        <item name="expandableListViewWhiteStyle">@style/Widget.Holo.Light.ExpandableListView.White</item>
599        <item name="fastScrollStyle">@style/Widget.Holo.Light.FastScroll</item>
600        <item name="galleryStyle">@style/Widget.Holo.Light.Gallery</item>
601        <item name="gestureOverlayViewStyle">@style/Widget.Holo.Light.GestureOverlayView</item>
602        <item name="gridViewStyle">@style/Widget.Holo.Light.GridView</item>
603        <item name="imageButtonStyle">@style/Widget.Holo.Light.ImageButton</item>
604        <item name="imageWellStyle">@style/Widget.Holo.Light.ImageWell</item>
605        <item name="listViewStyle">@style/Widget.Holo.Light.ListView</item>
606        <item name="listViewWhiteStyle">@style/Widget.Holo.Light.ListView.White</item>
607        <item name="popupWindowStyle">@style/Widget.Holo.Light.PopupWindow</item>
608        <item name="progressBarStyle">@style/Widget.Holo.Light.ProgressBar</item>
609        <item name="progressBarStyleHorizontal">@style/Widget.Holo.Light.ProgressBar.Horizontal</item>
610        <item name="progressBarStyleSmall">@style/Widget.Holo.Light.ProgressBar.Small</item>
611        <item name="progressBarStyleSmallTitle">@style/Widget.Holo.Light.ProgressBar.Small.Title</item>
612        <item name="progressBarStyleLarge">@style/Widget.Holo.Light.ProgressBar.Large</item>
613        <item name="progressBarStyleInverse">@style/Widget.Holo.Light.ProgressBar.Inverse</item>
614        <item name="progressBarStyleSmallInverse">@style/Widget.Holo.Light.ProgressBar.Small.Inverse</item>
615        <item name="progressBarStyleLargeInverse">@style/Widget.Holo.Light.ProgressBar.Large.Inverse</item>
616        <item name="seekBarStyle">@style/Widget.Holo.Light.SeekBar</item>
617        <item name="ratingBarStyle">@style/Widget.Holo.Light.RatingBar</item>
618        <item name="ratingBarStyleIndicator">@style/Widget.Holo.Light.RatingBar.Indicator</item>
619        <item name="ratingBarStyleSmall">@style/Widget.Holo.Light.RatingBar.Small</item>
620        <item name="radioButtonStyle">@style/Widget.Holo.Light.CompoundButton.RadioButton</item>
621        <item name="scrollViewStyle">@style/Widget.Holo.Light.ScrollView</item>
622        <item name="horizontalScrollViewStyle">@style/Widget.Holo.Light.HorizontalScrollView</item>
623        <item name="spinnerStyle">?attr/dropDownSpinnerStyle</item>
624        <item name="dropDownSpinnerStyle">@style/Widget.Holo.Light.Spinner.DropDown</item>
625        <item name="starStyle">@style/Widget.Holo.Light.CompoundButton.Star</item>
626        <item name="tabWidgetStyle">@style/Widget.Holo.Light.TabWidget</item>
627        <item name="textViewStyle">@style/Widget.Holo.Light.TextView</item>
628        <item name="errorMessageBackground">@drawable/popup_inline_error_holo_light</item>
629        <item name="errorMessageAboveBackground">@drawable/popup_inline_error_above_holo_light</item>
630        <item name="webTextViewStyle">@style/Widget.Holo.Light.WebTextView</item>
631        <item name="webViewStyle">@style/Widget.Holo.Light.WebView</item>
632        <item name="dropDownItemStyle">@style/Widget.Holo.Light.DropDownItem</item>
633        <item name="spinnerDropDownItemStyle">@style/Widget.Holo.Light.DropDownItem.Spinner</item>
634        <item name="spinnerItemStyle">@style/Widget.Holo.TextView.SpinnerItem</item>
635        <item name="dropDownHintAppearance">@style/TextAppearance.Holo.Widget.DropDownHint</item>
636        <item name="keyboardViewStyle">@style/Widget.Holo.KeyboardView</item>
637        <item name="quickContactBadgeStyleWindowSmall">@style/Widget.Holo.QuickContactBadge.WindowSmall</item>
638        <item name="quickContactBadgeStyleWindowMedium">@style/Widget.Holo.QuickContactBadge.WindowMedium</item>
639        <item name="quickContactBadgeStyleWindowLarge">@style/Widget.Holo.QuickContactBadge.WindowLarge</item>
640        <item name="quickContactBadgeStyleSmallWindowSmall">@style/Widget.Holo.QuickContactBadgeSmall.WindowSmall</item>
641        <item name="quickContactBadgeStyleSmallWindowMedium">@style/Widget.Holo.QuickContactBadgeSmall.WindowMedium</item>
642        <item name="quickContactBadgeStyleSmallWindowLarge">@style/Widget.Holo.QuickContactBadgeSmall.WindowLarge</item>
643        <item name="listPopupWindowStyle">@style/Widget.Holo.Light.ListPopupWindow</item>
644        <item name="popupMenuStyle">@style/Widget.Holo.Light.PopupMenu</item>
645        <item name="stackViewStyle">@style/Widget.Holo.StackView</item>
646        <item name="activityChooserViewStyle">@style/Widget.Holo.Light.ActivityChooserView</item>
647        <item name="fragmentBreadCrumbsStyle">@style/Widget.Holo.Light.FragmentBreadCrumbs</item>
648
649        <!-- Preference styles -->
650        <item name="preferenceScreenStyle">@style/Preference.Holo.PreferenceScreen</item>
651        <item name="preferenceActivityStyle">@style/PreferenceActivity</item>
652        <item name="preferenceFragmentStyle">@style/PreferenceFragment.Holo</item>
653        <item name="preferenceCategoryStyle">@style/Preference.Holo.Category</item>
654        <item name="preferenceStyle">@style/Preference.Holo</item>
655        <item name="preferenceInformationStyle">@style/Preference.Holo.Information</item>
656        <item name="checkBoxPreferenceStyle">@style/Preference.Holo.CheckBoxPreference</item>
657        <item name="switchPreferenceStyle">@style/Preference.Holo.SwitchPreference</item>
658        <item name="seekBarPreferenceStyle">@style/Preference.Holo.SeekBarPreference</item>
659        <item name="yesNoPreferenceStyle">@style/Preference.Holo.DialogPreference.YesNoPreference</item>
660        <item name="dialogPreferenceStyle">@style/Preference.Holo.DialogPreference</item>
661        <item name="editTextPreferenceStyle">@style/Preference.Holo.DialogPreference.EditTextPreference</item>
662        <item name="ringtonePreferenceStyle">@style/Preference.Holo.RingtonePreference</item>
663        <item name="preferenceLayoutChild">@layout/preference_child_holo</item>
664        <item name="detailsElementBackground">@drawable/panel_bg_holo_light</item>
665
666        <!-- PreferenceFrameLayout attributes -->
667        <item name="preferenceFrameLayoutStyle">@style/Widget.Holo.PreferenceFrameLayout</item>
668
669        <!-- Search widget styles -->
670        <item name="searchWidgetCorpusItemBackground">@color/search_widget_corpus_item_background</item>
671
672        <!-- Action bar styles -->
673        <item name="actionDropDownStyle">@style/Widget.Holo.Light.Spinner.DropDown.ActionBar</item>
674        <item name="actionButtonStyle">@style/Widget.Holo.Light.ActionButton</item>
675        <item name="actionOverflowButtonStyle">@style/Widget.Holo.Light.ActionButton.Overflow</item>
676        <item name="actionModeBackground">@drawable/cab_background_top_holo_light</item>
677        <item name="actionModeSplitBackground">@drawable/cab_background_bottom_holo_light</item>
678        <item name="actionModeCloseDrawable">@drawable/ic_cab_done_holo_light</item>
679        <item name="actionBarTabStyle">@style/Widget.Holo.Light.ActionBar.TabView</item>
680        <item name="actionBarTabBarStyle">@style/Widget.Holo.Light.ActionBar.TabBar</item>
681        <item name="actionBarTabTextStyle">@style/Widget.Holo.Light.ActionBar.TabText</item>
682        <item name="actionModeStyle">@style/Widget.Holo.Light.ActionMode</item>
683        <item name="actionModeCloseButtonStyle">@style/Widget.Holo.Light.ActionButton.CloseMode</item>
684        <item name="actionBarStyle">@style/Widget.Holo.Light.ActionBar.Solid</item>
685        <item name="actionBarSize">@dimen/action_bar_default_height</item>
686        <item name="actionModePopupWindowStyle">@style/Widget.Holo.Light.PopupWindow.ActionMode</item>
687        <item name="actionBarWidgetTheme">@null</item>
688        <item name="actionBarTheme">@null</item>
689
690        <item name="actionModeCutDrawable">@drawable/ic_menu_cut_holo_light</item>
691        <item name="actionModeCopyDrawable">@drawable/ic_menu_copy_holo_light</item>
692        <item name="actionModePasteDrawable">@drawable/ic_menu_paste_holo_light</item>
693        <item name="actionModeSelectAllDrawable">@drawable/ic_menu_selectall_holo_light</item>
694        <item name="actionModeShareDrawable">@drawable/ic_menu_share_holo_light</item>
695        <item name="actionModeFindDrawable">@drawable/ic_menu_find_holo_light</item>
696        <item name="actionModeWebSearchDrawable">@drawable/ic_menu_search_holo_light</item>
697
698        <item name="dividerVertical">?attr/listDivider</item>
699        <item name="dividerHorizontal">?attr/listDivider</item>
700        <item name="buttonBarStyle">@style/Holo.Light.ButtonBar</item>
701        <item name="buttonBarButtonStyle">?attr/borderlessButtonStyle</item>
702        <item name="segmentedButtonStyle">@style/Holo.Light.SegmentedButton</item>
703
704        <!-- SearchView attributes -->
705        <item name="searchViewStyle">@style/Widget.Holo.Light.SearchView</item>
706        <item name="searchDialogTheme">@style/Theme.Holo.Light.SearchBar</item>
707
708        <!-- NumberPicker style-->
709        <item name="numberPickerStyle">@style/Widget.Holo.Light.NumberPicker</item>
710
711        <!-- CalendarView style-->
712        <item name="calendarViewStyle">@style/Widget.Holo.Light.CalendarView</item>
713
714        <!-- TimePicker style -->
715        <item name="timePickerStyle">@style/Widget.Holo.Light.TimePicker</item>
716
717        <!-- TimePicker dialog theme -->
718        <item name="timePickerDialogTheme">?attr/alertDialogTheme</item>
719
720        <!-- DatePicker style -->
721        <item name="datePickerStyle">@style/Widget.Holo.Light.DatePicker</item>
722
723        <!-- DatePicker dialog theme -->
724        <item name="datePickerDialogTheme">?attr/alertDialogTheme</item>
725
726        <item name="fastScrollThumbDrawable">@drawable/fastscroll_thumb_holo</item>
727        <item name="fastScrollPreviewBackgroundLeft">@drawable/fastscroll_label_left_holo_light</item>
728        <item name="fastScrollPreviewBackgroundRight">@drawable/fastscroll_label_right_holo_light</item>
729        <item name="fastScrollTrackDrawable">@drawable/fastscroll_track_holo_light</item>
730        <item name="fastScrollOverlayPosition">atThumb</item>
731
732    </style>
733
734    <!-- Variant of the holographic (light) theme that has a solid (opaque) action bar
735         with an inverse color profile. The dark action bar sharply stands out against
736         the light content. -->
737    <style name="Theme.Holo.Light.DarkActionBar">
738        <item name="windowContentOverlay">@drawable/ab_solid_shadow_holo</item>
739        <item name="actionBarStyle">@style/Widget.Holo.Light.ActionBar.Solid.Inverse</item>
740        <item name="actionBarWidgetTheme">@style/Theme.Holo</item>
741        <item name="actionBarTheme">@null</item>
742
743        <item name="actionDropDownStyle">@style/Widget.Holo.Spinner.DropDown.ActionBar</item>
744        <item name="actionButtonStyle">@style/Widget.Holo.ActionButton</item>
745        <item name="actionOverflowButtonStyle">@style/Widget.Holo.ActionButton.Overflow</item>
746        <item name="actionModeBackground">@drawable/cab_background_top_holo_dark</item>
747        <item name="actionModeSplitBackground">@drawable/cab_background_bottom_holo_dark</item>
748        <item name="actionModeCloseDrawable">@drawable/ic_cab_done_holo_dark</item>
749        <item name="homeAsUpIndicator">@drawable/ic_ab_back_holo_dark</item>
750        <item name="actionBarTabStyle">@style/Widget.Holo.Light.ActionBar.TabView.Inverse</item>
751        <item name="actionBarTabBarStyle">@style/Widget.Holo.Light.ActionBar.TabBar.Inverse</item>
752        <item name="actionBarTabTextStyle">@style/Widget.Holo.Light.ActionBar.TabText.Inverse</item>
753        <item name="actionBarDivider">@drawable/list_divider_holo_dark</item>
754        <item name="actionBarItemBackground">@drawable/item_background_holo_dark</item>
755        <item name="actionMenuTextColor">?attr/textColorPrimaryInverse</item>
756        <item name="actionModeStyle">@style/Widget.Holo.Light.ActionMode.Inverse</item>
757        <item name="actionModeCloseButtonStyle">@style/Widget.Holo.ActionButton.CloseMode</item>
758        <item name="actionModePopupWindowStyle">@style/Widget.Holo.PopupWindow.ActionMode</item>
759
760        <item name="actionModeCutDrawable">@drawable/ic_menu_cut_holo_dark</item>
761        <item name="actionModeCopyDrawable">@drawable/ic_menu_copy_holo_dark</item>
762        <item name="actionModePasteDrawable">@drawable/ic_menu_paste_holo_dark</item>
763        <item name="actionModeSelectAllDrawable">@drawable/ic_menu_selectall_holo_dark</item>
764        <item name="actionModeShareDrawable">@drawable/ic_menu_share_holo_dark</item>
765        <item name="actionModeFindDrawable">@drawable/ic_menu_find_holo_dark</item>
766        <item name="actionModeWebSearchDrawable">@drawable/ic_menu_search_holo_dark</item>
767    </style>
768
769    <!-- Variant of the holographic (dark) theme with no action bar. -->
770    <style name="Theme.Holo.NoActionBar">
771        <item name="windowActionBar">false</item>
772        <item name="windowNoTitle">true</item>
773    </style>
774
775    <!-- Variant of the holographic (dark) theme that has no title bar and fills
776         the entire screen.  This theme
777         sets {@link android.R.attr#windowFullscreen} to true.  -->
778    <style name="Theme.Holo.NoActionBar.Fullscreen">
779        <item name="windowFullscreen">true</item>
780        <item name="windowContentOverlay">@null</item>
781    </style>
782
783    <!-- Variant of the holographic (dark) theme that has no title bar and fills
784         the entire screen and extends into the display overscan region.  This theme
785         sets {@link android.R.attr#windowFullscreen} and {@link android.R.attr#windowOverscan}
786         to true. -->
787    <style name="Theme.Holo.NoActionBar.Overscan">
788        <item name="windowFullscreen">true</item>
789        <item name="windowOverscan">true</item>
790        <item name="windowContentOverlay">@null</item>
791    </style>
792
793    <!-- Variant of the holographic (dark) theme that has no title bar and translucent
794         system decor.  This theme sets {@link android.R.attr#windowTranslucentStatus} and
795         {@link android.R.attr#windowTranslucentNavigation} to true. -->
796    <style name="Theme.Holo.NoActionBar.TranslucentDecor">
797        <item name="windowTranslucentStatus">true</item>
798        <item name="windowTranslucentNavigation">true</item>
799        <item name="windowContentOverlay">@null</item>
800    </style>
801
802    <!-- Variant of the holographic (light) theme with no action bar. -->
803    <style name="Theme.Holo.Light.NoActionBar">
804        <item name="windowActionBar">false</item>
805        <item name="windowNoTitle">true</item>
806    </style>
807
808    <!-- Variant of the holographic (light) theme that has no title bar and fills
809         the entire screen.  This theme
810         sets {@link android.R.attr#windowFullscreen} to true.  -->
811    <style name="Theme.Holo.Light.NoActionBar.Fullscreen">
812        <item name="windowFullscreen">true</item>
813        <item name="windowContentOverlay">@null</item>
814    </style>
815
816    <!-- Variant of the holographic (light) theme that has no title bar and fills
817         the entire screen and extends into the display overscan region.  This theme
818         sets {@link android.R.attr#windowFullscreen} and {@link android.R.attr#windowOverscan}
819         to true. -->
820    <style name="Theme.Holo.Light.NoActionBar.Overscan">
821        <item name="windowFullscreen">true</item>
822        <item name="windowOverscan">true</item>
823        <item name="windowContentOverlay">@null</item>
824    </style>
825
826    <!-- Variant of the holographic (light) theme that has no title bar and translucent
827         system decor.  This theme sets {@link android.R.attr#windowTranslucentStatus} and
828         {@link android.R.attr#windowTranslucentNavigation} to true. -->
829    <style name="Theme.Holo.Light.NoActionBar.TranslucentDecor">
830        <item name="windowTranslucentStatus">true</item>
831        <item name="windowTranslucentNavigation">true</item>
832        <item name="windowContentOverlay">@null</item>
833    </style>
834
835    <!-- Dialog themes for Holo -->
836    <eat-comment />
837
838    <!-- Holo theme for dialog windows and activities, which is used by the
839         {@link android.app.Dialog} class.  This changes the window to be
840         floating (not fill the entire screen), and puts a frame around its
841         contents.  You can set this theme on an activity if you would like to
842         make an activity that looks like a Dialog.
843         This is the default Dialog theme for applications targeting Honeycomb
844         or newer. -->
845    <style name="Theme.Holo.Dialog">
846        <item name="windowFrame">@null</item>
847        <item name="windowTitleStyle">@style/DialogWindowTitle.Holo</item>
848        <item name="windowBackground">@drawable/dialog_full_holo_dark</item>
849        <item name="windowIsFloating">true</item>
850        <item name="windowContentOverlay">@null</item>
851        <item name="windowAnimationStyle">@style/Animation.Holo.Dialog</item>
852        <item name="windowSoftInputMode">stateUnspecified|adjustPan</item>
853        <item name="windowActionBar">false</item>
854        <item name="windowActionModeOverlay">true</item>
855        <item name="windowCloseOnTouchOutside">@bool/config_closeDialogWhenTouchOutside</item>
856
857        <item name="colorBackgroundCacheHint">@null</item>
858
859        <item name="buttonBarStyle">@style/Holo.ButtonBar.AlertDialog</item>
860        <item name="borderlessButtonStyle">@style/Widget.Holo.Button.Borderless.Small</item>
861
862        <item name="textAppearance">@style/TextAppearance.Holo</item>
863        <item name="textAppearanceInverse">@style/TextAppearance.Holo.Inverse</item>
864
865        <item name="listPreferredItemPaddingLeft">16dip</item>
866        <item name="listPreferredItemPaddingRight">16dip</item>
867        <item name="listPreferredItemPaddingStart">16dip</item>
868        <item name="listPreferredItemPaddingEnd">16dip</item>
869
870        <item name="preferencePanelStyle">@style/PreferencePanel.Dialog</item>
871    </style>
872
873    <!-- Variant of Theme.Holo.Dialog that has a nice minimum width for
874         a regular dialog. -->
875    <style name="Theme.Holo.Dialog.MinWidth">
876        <item name="windowMinWidthMajor">@dimen/dialog_min_width_major</item>
877        <item name="windowMinWidthMinor">@dimen/dialog_min_width_minor</item>
878    </style>
879
880    <!-- Variant of Theme.Holo.Dialog that does not include a title bar. -->
881    <style name="Theme.Holo.Dialog.NoActionBar">
882        <item name="windowActionBar">false</item>
883        <item name="windowNoTitle">true</item>
884    </style>
885
886    <!-- Variant of Theme.Holo.Dialog.NoActionBar that has a nice minimum width for
887         a regular dialog. -->
888    <style name="Theme.Holo.Dialog.NoActionBar.MinWidth">
889        <item name="windowMinWidthMajor">@dimen/dialog_min_width_major</item>
890        <item name="windowMinWidthMinor">@dimen/dialog_min_width_minor</item>
891    </style>
892
893    <!-- Variant of Theme.Holo.Dialog that has a fixed size. -->
894    <style name="Theme.Holo.Dialog.FixedSize">
895        <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item>
896        <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item>
897        <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item>
898        <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item>
899    </style>
900
901    <!-- Variant of Theme.Holo.Dialog.NoActionBar that has a fixed size. -->
902    <style name="Theme.Holo.Dialog.NoActionBar.FixedSize">
903        <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item>
904        <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item>
905        <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item>
906        <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item>
907    </style>
908
909    <!-- Variant of Theme.Holo.Dialog that does not include a frame (or background).
910         The view hierarchy of the dialog is responsible for drawing all of
911         its pixels. -->
912    <style name="Theme.Holo.Dialog.NoFrame">
913        <item name="windowBackground">@color/transparent</item>
914        <item name="windowFrame">@null</item>
915        <item name="windowContentOverlay">@null</item>
916        <item name="windowAnimationStyle">@null</item>
917        <item name="backgroundDimEnabled">false</item>
918        <item name="windowIsTranslucent">true</item>
919        <item name="windowNoTitle">true</item>
920        <item name="windowCloseOnTouchOutside">false</item>
921    </style>
922
923    <style name="Theme.Holo.Dialog.BaseAlert">
924        <item name="windowBackground">@color/transparent</item>
925        <item name="windowTitleStyle">@style/DialogWindowTitle.Holo</item>
926        <item name="windowContentOverlay">@null</item>
927        <item name="windowMinWidthMajor">@dimen/dialog_min_width_major</item>
928        <item name="windowMinWidthMinor">@dimen/dialog_min_width_minor</item>
929    </style>
930
931    <!-- Holo theme for alert dialog windows, which is used by the
932         {@link android.app.AlertDialog} class.  This is basically a dialog
933         but sets the background to empty so it can do two-tone backgrounds.
934         For applications targeting Honeycomb or newer, this is the default
935         AlertDialog theme. -->
936    <style name="Theme.Holo.Dialog.Alert" parent="Theme.Holo.Dialog.BaseAlert" />
937
938    <!-- Theme for a window that will be displayed either full-screen on
939         smaller screens (small, normal) or as a dialog on larger screens
940         (large, xlarge). -->
941    <style name="Theme.Holo.DialogWhenLarge" parent="Theme.Holo" />
942
943    <!-- Theme for a window without a title bar that will be displayed either
944         full-screen on smaller screens (small, normal) or as a dialog on larger screens
945         (large, xlarge). -->
946    <style name="Theme.Holo.DialogWhenLarge.NoActionBar" parent="Theme.Holo.NoActionBar" />
947
948    <!-- Theme for a presentation window on a secondary display. -->
949    <style name="Theme.Holo.Dialog.Presentation" parent="Theme.Holo.NoActionBar.Fullscreen" />
950
951    <!-- Light holo dialog themes -->
952
953    <!-- Holo light theme for dialog windows and activities, which is used by the
954         {@link android.app.Dialog} class.  This changes the window to be
955         floating (not fill the entire screen), and puts a frame around its
956         contents.  You can set this theme on an activity if you would like to
957         make an activity that looks like a Dialog.
958         This is the default Dialog theme for applications targeting Honeycomb
959         or newer. -->
960    <style name="Theme.Holo.Light.Dialog">
961        <item name="windowFrame">@null</item>
962        <item name="windowTitleStyle">@style/DialogWindowTitle.Holo.Light</item>
963        <item name="windowBackground">@drawable/dialog_full_holo_light</item>
964        <item name="windowIsFloating">true</item>
965        <item name="windowContentOverlay">@null</item>
966        <item name="windowAnimationStyle">@style/Animation.Holo.Dialog</item>
967        <item name="windowSoftInputMode">stateUnspecified|adjustPan</item>
968        <item name="windowActionBar">false</item>
969        <item name="windowActionModeOverlay">true</item>
970        <item name="windowCloseOnTouchOutside">@bool/config_closeDialogWhenTouchOutside</item>
971
972        <item name="colorBackgroundCacheHint">@null</item>
973
974        <item name="buttonBarStyle">@style/Holo.Light.ButtonBar.AlertDialog</item>
975        <item name="borderlessButtonStyle">@style/Widget.Holo.Light.Button.Borderless.Small</item>
976
977        <item name="textAppearance">@style/TextAppearance.Holo.Light</item>
978        <item name="textAppearanceInverse">@style/TextAppearance.Holo.Light.Inverse</item>
979
980        <item name="listPreferredItemPaddingLeft">16dip</item>
981        <item name="listPreferredItemPaddingRight">16dip</item>
982        <item name="listPreferredItemPaddingStart">16dip</item>
983        <item name="listPreferredItemPaddingEnd">16dip</item>
984
985        <item name="preferencePanelStyle">@style/PreferencePanel.Dialog</item>
986    </style>
987
988    <!-- Variant of Theme.Holo.Light.Dialog that has a nice minimum width for
989         a regular dialog. -->
990    <style name="Theme.Holo.Light.Dialog.MinWidth">
991        <item name="windowMinWidthMajor">@dimen/dialog_min_width_major</item>
992        <item name="windowMinWidthMinor">@dimen/dialog_min_width_minor</item>
993    </style>
994
995    <!-- Variant of Theme.Holo.Light.Dialog that does not include a title bar. -->
996    <style name="Theme.Holo.Light.Dialog.NoActionBar">
997        <item name="windowActionBar">false</item>
998        <item name="windowNoTitle">true</item>
999    </style>
1000
1001    <!-- Variant of Theme.Holo.Light.Dialog.NoActionBar that has a nice minimum width for
1002         a regular dialog. -->
1003    <style name="Theme.Holo.Light.Dialog.NoActionBar.MinWidth">
1004        <item name="windowMinWidthMajor">@dimen/dialog_min_width_major</item>
1005        <item name="windowMinWidthMinor">@dimen/dialog_min_width_minor</item>
1006    </style>
1007
1008    <!-- Variant of Theme.Holo.Light.Dialog that has a fixed size. -->
1009    <style name="Theme.Holo.Light.Dialog.FixedSize">
1010        <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item>
1011        <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item>
1012        <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item>
1013        <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item>
1014    </style>
1015
1016    <!-- Variant of Theme.Holo.Light.Dialog.NoActionBar that has a fixed size. -->
1017    <style name="Theme.Holo.Light.Dialog.NoActionBar.FixedSize">
1018        <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item>
1019        <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item>
1020        <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item>
1021        <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item>
1022    </style>
1023
1024    <!-- Theme for a window that will be displayed either full-screen on
1025         smaller screens (small, normal) or as a dialog on larger screens
1026         (large, xlarge). -->
1027    <style name="Theme.Holo.Light.DialogWhenLarge" parent="Theme.Holo.Light" />
1028
1029    <!-- Theme for a window without an action bar that will be displayed either full-screen
1030         on smaller screens (small, normal) or as a dialog on larger screens
1031         (large, xlarge). -->
1032    <style name="Theme.Holo.Light.DialogWhenLarge.NoActionBar" parent="Theme.Holo.Light.NoActionBar" />
1033
1034    <style name="Theme.Holo.Light.Dialog.BaseAlert">
1035        <item name="windowBackground">@color/transparent</item>
1036        <item name="windowTitleStyle">@style/DialogWindowTitle.Holo.Light</item>
1037        <item name="windowContentOverlay">@null</item>
1038        <item name="windowMinWidthMajor">@dimen/dialog_min_width_major</item>
1039        <item name="windowMinWidthMinor">@dimen/dialog_min_width_minor</item>
1040    </style>
1041
1042    <!-- Holo light theme for alert dialog windows, which is used by the
1043         {@link android.app.AlertDialog} class.  This is basically a dialog
1044         but sets the background to empty so it can do two-tone backgrounds.
1045         For applications targeting Honeycomb or newer, this is the default
1046         AlertDialog theme. -->
1047    <style name="Theme.Holo.Light.Dialog.Alert" parent="Theme.Holo.Light.Dialog.BaseAlert" />
1048
1049    <!-- Theme for a presentation window on a secondary display. -->
1050    <style name="Theme.Holo.Light.Dialog.Presentation" parent="Theme.Holo.Light.NoActionBar.Fullscreen" />
1051
1052    <!-- Default holographic (dark) for windows that want to have the user's selected
1053         wallpaper appear behind them.  -->
1054    <style name="Theme.Holo.Wallpaper">
1055        <item name="windowBackground">@color/transparent</item>
1056        <item name="colorBackgroundCacheHint">@null</item>
1057        <item name="windowShowWallpaper">true</item>
1058    </style>
1059
1060    <!--Default holographic (dark) for windows that want to have the user's selected
1061         wallpaper appear behind them and without an action bar. -->
1062    <style name="Theme.Holo.Wallpaper.NoTitleBar">
1063        <item name="windowNoTitle">true</item>
1064    </style>
1065
1066    <!-- Default holo dark theme for panel windows.  This removes all extraneous
1067         window decorations, so you basically have an empty rectangle in which
1068         to place your content.  It makes the window floating, with a transparent
1069         background, and turns off dimming behind the window. -->
1070    <style name="Theme.Holo.Panel">
1071        <item name="windowBackground">@color/transparent</item>
1072        <item name="colorBackgroundCacheHint">@null</item>
1073        <item name="windowFrame">@null</item>
1074        <item name="windowContentOverlay">@null</item>
1075        <item name="windowAnimationStyle">@null</item>
1076        <item name="windowIsFloating">true</item>
1077        <item name="backgroundDimEnabled">false</item>
1078        <item name="windowIsTranslucent">true</item>
1079        <item name="windowNoTitle">true</item>
1080    </style>
1081
1082    <!-- Default holo light theme for panel windows.  This removes all extraneous
1083         window decorations, so you basically have an empty rectangle in which
1084         to place your content.  It makes the window floating, with a transparent
1085         background, and turns off dimming behind the window. -->
1086    <style name="Theme.Holo.Light.Panel">
1087        <item name="windowBackground">@color/transparent</item>
1088        <item name="colorBackgroundCacheHint">@null</item>
1089        <item name="windowFrame">@null</item>
1090        <item name="windowContentOverlay">@null</item>
1091        <item name="windowAnimationStyle">@null</item>
1092        <item name="windowIsFloating">true</item>
1093        <item name="backgroundDimEnabled">false</item>
1094        <item name="windowIsTranslucent">true</item>
1095        <item name="windowNoTitle">true</item>
1096    </style>
1097
1098    <!-- Default theme for holo style input methods, which is used by the
1099         {@link android.inputmethodservice.InputMethodService} class.
1100         this inherits from Theme.Panel, but sets up IME appropriate animations
1101         and a few custom attributes. -->
1102    <style name="Theme.Holo.InputMethod" parent="Theme.Holo.Light.Panel">
1103        <item name="windowAnimationStyle">@style/Animation.InputMethod</item>
1104        <item name="imeFullscreenBackground">@drawable/screen_background_selector_light</item>
1105        <item name="imeExtractEnterAnimation">@anim/input_method_extract_enter</item>
1106        <item name="imeExtractExitAnimation">@anim/input_method_extract_exit</item>
1107    </style>
1108
1109
1110    <style name="Theme.Holo.SearchBar" parent="Theme.Holo.Panel">
1111        <item name="actionModeBackground">@drawable/cab_background_top_holo_dark</item>
1112        <item name="actionModeSplitBackground">@drawable/cab_background_bottom_holo_light</item>
1113    </style>
1114
1115    <style name="Theme.Holo.Light.SearchBar" parent="Theme.Holo.Light.Panel">
1116        <item name="actionModeBackground">@drawable/cab_background_top_holo_light</item>
1117        <item name="actionModeSplitBackground">@drawable/cab_background_bottom_holo_light</item>
1118    </style>
1119
1120    <style name="Theme.Holo.CompactMenu">
1121        <!-- Menu/item attributes -->
1122        <item name="itemTextAppearance">?attr/textAppearanceMedium</item>
1123        <item name="listViewStyle">@style/Widget.Holo.ListView</item>
1124        <item name="windowAnimationStyle">@style/Animation.DropDownUp</item>
1125        <item name="background">@null</item>
1126    </style>
1127
1128    <style name="Theme.Holo.Light.CompactMenu">
1129        <!-- Menu/item attributes -->
1130        <item name="itemTextAppearance">?attr/textAppearanceMedium</item>
1131        <item name="listViewStyle">@style/Widget.Holo.Light.ListView</item>
1132        <item name="windowAnimationStyle">@style/Animation.DropDownUp</item>
1133        <item name="background">@null</item>
1134    </style>
1135
1136</resources>
1137