Update to platforms;android-28.
[android_tools.git] / sdk / platforms / android-28 / data / res / values / themes_holo.xml
blob3fe7c05c16e2c7cde9e7fb7fcb35db9a2e1d8adc
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2006 The Android Open Source Project
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
8           http://www.apache.org/licenses/LICENSE-2.0
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 -->
17 <!--
18 ===============================================================
19                         PLEASE READ
20 ===============================================================
22 The Holo themes must not be modified in order to pass CTS.
23 Many related themes and styles depend on other values defined in this file.
24 If you would like to provide custom themes and styles for your device,
25 please see themes_device_defaults.xml.
27 ===============================================================
28                         PLEASE READ
29 ===============================================================
30  -->
31 <resources>
33     <!-- Honeycomb holographic theme (dark version).
34          <p>This is the default system theme for apps that target API level 11 - 20. Starting
35          with API level 14, the default system theme is supplied by {@link #Theme_DeviceDefault},
36          which might apply a different style on different devices. If you want to ensure that your
37          app consistently uses the Holo theme at all times, you must explicitly declare it in your
38          manifest. For example, {@code <application android:theme="@android:style/Theme.Holo">}.
39          For more information, read <a
40          href="http://android-developers.blogspot.com/2012/01/holo-everywhere.html">Holo
41          Everywhere</a>.</p>
42          <p>The widgets in the holographic theme are translucent on their background, so
43          applications must ensure that any background they use with this theme is itself
44          dark; otherwise, it will be difficult to see the widgets. This UI style also includes a
45          full action bar by default.</p>
47          <p>Styles used by the Holo theme are named using the convention Type.Holo.Etc
48          (for example, {@code Widget.Holo.Button} and {@code
49          TextAppearance.Holo.Widget.PopupMenu.Large}).
50          Specific resources used by Holo are named using the convention @type/foo_bar_baz_holo
51          with trailing _dark or _light specifiers if they are not shared between both light and
52          dark versions of the theme.
54          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
55     <style name="Theme.Holo">
56         <item name="colorForeground">@color/bright_foreground_holo_dark</item>
57         <item name="colorForegroundInverse">@color/bright_foreground_inverse_holo_dark</item>
58         <item name="colorBackground">@color/background_holo_dark</item>
59         <item name="colorBackgroundFloating">@color/background_holo_dark</item>
60         <item name="colorBackgroundCacheHint">@color/background_cache_hint_selector_holo_dark</item>
61         <item name="disabledAlpha">0.5</item>
62         <item name="primaryContentAlpha">@dimen/primary_content_alpha_material_dark</item>
63         <item name="secondaryContentAlpha">@dimen/secondary_content_alpha_material_dark</item>
64         <item name="backgroundDimAmount">0.6</item>
65         <item name="colorError">@color/error_color_material_dark</item>
67         <!-- Text styles -->
68         <item name="textAppearance">@style/TextAppearance.Holo</item>
69         <item name="textAppearanceInverse">@style/TextAppearance.Holo.Inverse</item>
71         <item name="textColorPrimary">@color/primary_text_holo_dark</item>
72         <item name="textColorSecondary">@color/secondary_text_holo_dark</item>
73         <item name="textColorTertiary">@color/tertiary_text_holo_dark</item>
74         <item name="textColorPrimaryInverse">@color/primary_text_holo_light</item>
75         <item name="textColorSecondaryInverse">@color/secondary_text_holo_light</item>
76         <item name="textColorTertiaryInverse">@color/tertiary_text_holo_light</item>
77         <item name="textColorPrimaryActivated">@color/primary_text_holo_dark</item>
78         <item name="textColorSecondaryActivated">@color/secondary_text_holo_dark</item>
79         <item name="textColorPrimaryDisableOnly">@color/primary_text_disable_only_holo_dark</item>
80         <item name="textColorPrimaryInverseDisableOnly">@color/primary_text_disable_only_holo_light</item>
81         <item name="textColorPrimaryNoDisable">@color/primary_text_nodisable_holo_dark</item>
82         <item name="textColorSecondaryNoDisable">@color/secondary_text_nodisable_holo_dark</item>
83         <item name="textColorPrimaryInverseNoDisable">@color/primary_text_nodisable_holo_light</item>
84         <item name="textColorSecondaryInverseNoDisable">@color/secondary_text_nodisable_holo_light</item>
85         <item name="textColorHint">@color/hint_foreground_holo_dark</item>
86         <item name="textColorHintInverse">@color/hint_foreground_holo_light</item>
87         <item name="textColorSearchUrl">@color/search_url_text_holo</item>
88         <item name="textColorHighlight">@color/highlighted_text_holo_dark</item>
89         <item name="textColorHighlightInverse">@color/highlighted_text_holo_light</item>
90         <item name="textColorLink">@color/holo_blue_light</item>
91         <item name="textColorLinkInverse">@color/holo_blue_light</item>
92         <item name="textColorAlertDialogListItem">@color/primary_text_holo_dark</item>
94         <item name="textAppearanceLarge">@style/TextAppearance.Holo.Large</item>
95         <item name="textAppearanceMedium">@style/TextAppearance.Holo.Medium</item>
96         <item name="textAppearanceSmall">@style/TextAppearance.Holo.Small</item>
97         <item name="textAppearanceLargeInverse">@style/TextAppearance.Holo.Large.Inverse</item>
98         <item name="textAppearanceMediumInverse">@style/TextAppearance.Holo.Medium.Inverse</item>
99         <item name="textAppearanceSmallInverse">@style/TextAppearance.Holo.Small.Inverse</item>
100         <item name="textAppearanceSearchResultTitle">@style/TextAppearance.Holo.SearchResult.Title</item>
101         <item name="textAppearanceSearchResultSubtitle">@style/TextAppearance.Holo.SearchResult.Subtitle</item>
103         <item name="textAppearanceButton">@style/TextAppearance.Holo.Widget.Button</item>
105         <item name="editTextColor">?attr/textColorPrimary</item>
106         <item name="editTextBackground">@drawable/edit_text_holo_dark</item>
108         <item name="candidatesTextStyleSpans">@string/candidates_style</item>
110         <item name="textCheckMark">@drawable/indicator_check_mark_dark</item>
111         <item name="textCheckMarkInverse">@drawable/indicator_check_mark_light</item>
113         <item name="textAppearanceLargePopupMenu">@style/TextAppearance.Holo.Widget.PopupMenu.Large</item>
114         <item name="textAppearanceSmallPopupMenu">@style/TextAppearance.Holo.Widget.PopupMenu.Small</item>
115         <item name="textAppearancePopupMenuHeader">@null</item>
117         <item name="textEditSuggestionItemLayout">@layout/text_edit_suggestion_item</item>
118         <item name="textEditSuggestionContainerLayout">@layout/text_edit_suggestion_container</item>
119         <item name="textEditSuggestionHighlightStyle">@style/TextAppearance.Holo.SuggestionHighlight</item>
121         <!-- Button styles -->
122         <item name="buttonStyle">@style/Widget.Holo.Button</item>
124         <item name="buttonStyleSmall">@style/Widget.Holo.Button.Small</item>
125         <item name="buttonStyleInset">@style/Widget.Holo.Button.Inset</item>
127         <item name="buttonStyleToggle">@style/Widget.Holo.Button.Toggle</item>
128         <item name="buttonCornerRadius">0dp</item>
130         <item name="switchStyle">@style/Widget.Holo.CompoundButton.Switch</item>
131         <item name="mediaRouteButtonStyle">@style/Widget.Holo.MediaRouteButton</item>
133         <item name="selectableItemBackground">@drawable/item_background_holo_dark</item>
134         <item name="selectableItemBackgroundBorderless">?attr/selectableItemBackground</item>
135         <item name="borderlessButtonStyle">@style/Widget.Holo.Button.Borderless</item>
136         <item name="homeAsUpIndicator">@drawable/ic_ab_back_holo_dark</item>
138         <!-- List attributes -->
139         <item name="listPreferredItemHeight">64dip</item>
140         <item name="listPreferredItemHeightSmall">48dip</item>
141         <item name="listPreferredItemHeightLarge">80dip</item>
142         <item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeightSmall</item>
143         <item name="textAppearanceListItem">?attr/textAppearanceLarge</item>
144         <item name="textAppearanceListItemSmall">?attr/textAppearanceMedium</item>
145         <item name="textAppearanceListItemSecondary">?attr/textAppearanceSmall</item>
146         <item name="listPreferredItemPaddingLeft">8dip</item>
147         <item name="listPreferredItemPaddingRight">8dip</item>
148         <item name="listPreferredItemPaddingStart">8dip</item>
149         <item name="listPreferredItemPaddingEnd">8dip</item>
151         <!-- @hide -->
152         <item name="searchResultListItemHeight">58dip</item>
153         <item name="listDivider">@drawable/list_divider_holo_dark</item>
154         <item name="listSeparatorTextViewStyle">@style/Widget.Holo.TextView.ListSeparator</item>
156         <item name="listChoiceIndicatorSingle">@drawable/btn_radio_holo_dark</item>
157         <item name="listChoiceIndicatorMultiple">@drawable/btn_check_holo_dark</item>
159         <item name="listChoiceBackgroundIndicator">@drawable/list_selector_holo_dark</item>
161         <item name="activatedBackgroundIndicator">@drawable/activated_background_holo_dark</item>
163         <item name="listDividerAlertDialog">@drawable/list_divider_holo_dark</item>
165         <item name="expandableListPreferredItemPaddingLeft">40dip</item>
166         <item name="expandableListPreferredChildPaddingLeft">?attr/expandableListPreferredItemPaddingLeft</item>
168         <item name="expandableListPreferredItemIndicatorLeft">3dip</item>
169         <item name="expandableListPreferredItemIndicatorRight">0dip</item>
170         <item name="expandableListPreferredChildIndicatorLeft">?attr/expandableListPreferredItemIndicatorLeft</item>
171         <item name="expandableListPreferredChildIndicatorRight">?attr/expandableListPreferredItemIndicatorRight</item>
172         <item name="findOnPageNextDrawable">@drawable/ic_find_next_holo_dark</item>
173         <item name="findOnPagePreviousDrawable">@drawable/ic_find_previous_holo_dark</item>
175         <!-- Gallery attributes -->
176         <item name="galleryItemBackground">@drawable/gallery_item_background</item>
178         <!-- Window attributes -->
179         <item name="windowFrame">@null</item>
180         <item name="windowNoTitle">false</item>
181         <item name="windowFullscreen">false</item>
182         <item name="windowOverscan">false</item>
183         <item name="windowIsFloating">false</item>
184         <item name="windowContentOverlay">@null</item>
185         <item name="windowShowWallpaper">false</item>
186         <item name="windowTitleStyle">@style/WindowTitle.Holo</item>
187         <item name="windowTitleSize">25dip</item>
188         <item name="windowTitleBackgroundStyle">@style/WindowTitleBackground.Holo</item>
189         <item name="windowAnimationStyle">@style/Animation.Holo.Activity</item>
190         <item name="windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
191         <item name="windowActionBar">true</item>
192         <item name="windowActionModeOverlay">false</item>
194         <!-- Dialog attributes -->
195         <item name="dialogTheme">@style/Theme.Holo.Dialog</item>
196         <item name="dialogTitleIconsDecorLayout">@layout/dialog_title_icons_holo</item>
197         <item name="dialogCustomTitleDecorLayout">@layout/dialog_custom_title_holo</item>
198         <item name="dialogTitleDecorLayout">@layout/dialog_title_holo</item>
199         <item name="dialogPreferredPadding">@dimen/dialog_padding</item>
200         <item name="dialogCornerRadius">0dp</item>
202         <!-- AlertDialog attributes -->
203         <item name="alertDialogTheme">@style/Theme.Holo.Dialog.Alert</item>
204         <item name="alertDialogStyle">@style/AlertDialog.Holo</item>
205         <item name="alertDialogCenterButtons">false</item>
206         <item name="alertDialogIcon">@drawable/ic_dialog_alert_holo_dark</item>
208         <!-- Presentation attributes -->
209         <item name="presentationTheme">@style/Theme.Holo.Dialog.Presentation</item>
211         <!-- Toast attributes -->
212         <item name="toastFrameBackground">@drawable/toast_frame</item>
214         <!-- Panel attributes -->
215         <item name="panelBackground">@drawable/menu_hardkey_panel_holo_dark</item>
216         <item name="panelFullBackground">@drawable/menu_background_fill_parent_width</item>
217         <!-- These three attributes do not seems to be used by the framework. Declared public though -->
218         <item name="panelColorBackground">#000</item>
219         <item name="panelColorForeground">?attr/textColorPrimary</item>
220         <item name="panelTextAppearance">?attr/textAppearance</item>
222         <item name="panelMenuIsCompact">true</item>
223         <item name="panelMenuListWidth">250dip</item>
224         <item name="panelMenuListTheme">@style/Theme.Holo.CompactMenu</item>
226         <!-- Scrollbar attributes -->
227         <item name="scrollbarFadeDuration">250</item>
228         <item name="scrollbarDefaultDelayBeforeFade">300</item>
229         <item name="scrollbarSize">10dip</item>
230         <item name="scrollbarThumbHorizontal">@drawable/scrollbar_handle_holo_dark</item>
231         <item name="scrollbarThumbVertical">@drawable/scrollbar_handle_holo_dark</item>
232         <item name="scrollbarTrackHorizontal">@null</item>
233         <item name="scrollbarTrackVertical">@null</item>
235         <!-- Text selection handle attributes -->
236         <item name="textSelectHandleLeft">@drawable/text_select_handle_left_material</item>
237         <item name="textSelectHandleRight">@drawable/text_select_handle_right_material</item>
238         <item name="textSelectHandle">@drawable/text_select_handle_middle_material</item>
239         <item name="textSelectHandleWindowStyle">@style/Widget.Holo.TextSelectHandle</item>
240         <item name="textEditSuggestionItemLayout">@layout/text_edit_suggestion_item</item>
241         <item name="textEditSuggestionContainerLayout">@layout/text_edit_suggestion_container</item>
242         <item name="textEditSuggestionHighlightStyle">@style/TextAppearance.Holo.SuggestionHighlight</item>
243         <item name="textCursorDrawable">@drawable/text_cursor_holo_dark</item>
245         <!-- Widget styles -->
246         <item name="absListViewStyle">@style/Widget.Holo.AbsListView</item>
247         <item name="autoCompleteTextViewStyle">@style/Widget.Holo.AutoCompleteTextView</item>
248         <item name="checkboxStyle">@style/Widget.Holo.CompoundButton.CheckBox</item>
249         <item name="checkedTextViewStyle">@style/Widget.Holo.CheckedTextView</item>
250         <item name="dropDownListViewStyle">@style/Widget.Holo.ListView.DropDown</item>
251         <item name="editTextStyle">@style/Widget.Holo.EditText</item>
252         <item name="expandableListViewStyle">@style/Widget.Holo.ExpandableListView</item>
253         <item name="expandableListViewWhiteStyle">@style/Widget.Holo.ExpandableListView.White</item>
254         <item name="fastScrollStyle">@style/Widget.Holo.FastScroll</item>
255         <item name="galleryStyle">@style/Widget.Holo.Gallery</item>
256         <item name="gestureOverlayViewStyle">@style/Widget.Holo.GestureOverlayView</item>
257         <item name="gridViewStyle">@style/Widget.Holo.GridView</item>
258         <item name="imageButtonStyle">@style/Widget.Holo.ImageButton</item>
259         <item name="imageWellStyle">@style/Widget.Holo.ImageWell</item>
260         <item name="listMenuViewStyle">@null</item>
261         <item name="listViewStyle">@style/Widget.Holo.ListView</item>
262         <item name="listViewWhiteStyle">@style/Widget.Holo.ListView.White</item>
263         <item name="popupWindowStyle">@style/Widget.Holo.PopupWindow</item>
264         <item name="progressBarStyle">@style/Widget.Holo.ProgressBar</item>
265         <item name="progressBarStyleHorizontal">@style/Widget.Holo.ProgressBar.Horizontal</item>
266         <item name="progressBarStyleSmall">@style/Widget.Holo.ProgressBar.Small</item>
267         <item name="progressBarStyleSmallTitle">@style/Widget.Holo.ProgressBar.Small.Title</item>
268         <item name="progressBarStyleLarge">@style/Widget.Holo.ProgressBar.Large</item>
269         <item name="progressBarStyleInverse">@style/Widget.Holo.ProgressBar.Inverse</item>
270         <item name="progressBarStyleSmallInverse">@style/Widget.Holo.ProgressBar.Small.Inverse</item>
271         <item name="progressBarStyleLargeInverse">@style/Widget.Holo.ProgressBar.Large.Inverse</item>
272         <item name="seekBarStyle">@style/Widget.Holo.SeekBar</item>
273         <item name="ratingBarStyle">@style/Widget.Holo.RatingBar</item>
274         <item name="ratingBarStyleIndicator">@style/Widget.Holo.RatingBar.Indicator</item>
275         <item name="ratingBarStyleSmall">@style/Widget.Holo.RatingBar.Small</item>
276         <item name="radioButtonStyle">@style/Widget.Holo.CompoundButton.RadioButton</item>
277         <item name="scrollViewStyle">@style/Widget.Holo.ScrollView</item>
278         <item name="horizontalScrollViewStyle">@style/Widget.Holo.HorizontalScrollView</item>
279         <item name="spinnerStyle">?attr/dropDownSpinnerStyle</item>
280         <item name="dropDownSpinnerStyle">@style/Widget.Holo.Spinner.DropDown</item>
281         <item name="starStyle">@style/Widget.Holo.CompoundButton.Star</item>
282         <item name="tabWidgetStyle">@style/Widget.Holo.TabWidget</item>
283         <item name="textViewStyle">@style/Widget.Holo.TextView</item>
284         <item name="errorMessageBackground">@drawable/popup_inline_error_holo_dark</item>
285         <item name="errorMessageAboveBackground">@drawable/popup_inline_error_above_holo_dark</item>
286         <item name="webTextViewStyle">@style/Widget.Holo.WebTextView</item>
287         <item name="webViewStyle">@style/Widget.Holo.WebView</item>
288         <item name="dropDownItemStyle">@style/Widget.Holo.DropDownItem</item>
289         <item name="spinnerDropDownItemStyle">@style/Widget.Holo.DropDownItem.Spinner</item>
290         <item name="spinnerItemStyle">@style/Widget.Holo.TextView.SpinnerItem</item>
291         <item name="dropDownHintAppearance">@style/TextAppearance.Holo.Widget.DropDownHint</item>
292         <item name="keyboardViewStyle">@style/Widget.Holo.KeyboardView</item>
293         <item name="quickContactBadgeStyleWindowSmall">@style/Widget.Holo.QuickContactBadge.WindowSmall</item>
294         <item name="quickContactBadgeStyleWindowMedium">@style/Widget.Holo.QuickContactBadge.WindowMedium</item>
295         <item name="quickContactBadgeStyleWindowLarge">@style/Widget.Holo.QuickContactBadge.WindowLarge</item>
296         <item name="quickContactBadgeStyleSmallWindowSmall">@style/Widget.Holo.QuickContactBadgeSmall.WindowSmall</item>
297         <item name="quickContactBadgeStyleSmallWindowMedium">@style/Widget.Holo.QuickContactBadgeSmall.WindowMedium</item>
298         <item name="quickContactBadgeStyleSmallWindowLarge">@style/Widget.Holo.QuickContactBadgeSmall.WindowLarge</item>
299         <item name="listPopupWindowStyle">@style/Widget.Holo.ListPopupWindow</item>
300         <item name="popupMenuStyle">@style/Widget.Holo.PopupMenu</item>
301         <item name="popupTheme">@null</item>
302         <item name="stackViewStyle">@style/Widget.Holo.StackView</item>
303         <item name="activityChooserViewStyle">@style/Widget.Holo.ActivityChooserView</item>
304         <item name="fragmentBreadCrumbsStyle">@style/Widget.Holo.FragmentBreadCrumbs</item>
305         <item name="contextPopupMenuStyle">?attr/popupMenuStyle</item>
307         <!-- Preference styles -->
308         <item name="preferenceScreenStyle">@style/Preference.Holo.PreferenceScreen</item>
309         <item name="preferenceActivityStyle">@style/PreferenceActivity</item>
310         <item name="preferenceFragmentStyle">@style/PreferenceFragment.Holo</item>
311         <item name="preferenceCategoryStyle">@style/Preference.Holo.Category</item>
312         <item name="preferenceStyle">@style/Preference.Holo</item>
313         <item name="preferenceInformationStyle">@style/Preference.Holo.Information</item>
314         <item name="checkBoxPreferenceStyle">@style/Preference.Holo.CheckBoxPreference</item>
315         <item name="switchPreferenceStyle">@style/Preference.Holo.SwitchPreference</item>
316         <item name="seekBarPreferenceStyle">@style/Preference.Holo.SeekBarPreference</item>
317         <item name="yesNoPreferenceStyle">@style/Preference.Holo.DialogPreference.YesNoPreference</item>
318         <item name="dialogPreferenceStyle">@style/Preference.Holo.DialogPreference</item>
319         <item name="editTextPreferenceStyle">@style/Preference.Holo.DialogPreference.EditTextPreference</item>
320         <item name="ringtonePreferenceStyle">@style/Preference.Holo.RingtonePreference</item>
321         <item name="preferenceLayoutChild">@layout/preference_child_holo</item>
322         <item name="preferencePanelStyle">@null</item>
323         <item name="preferenceHeaderPanelStyle">@null</item>
324         <item name="preferenceListStyle">@null</item>
325         <item name="preferenceFragmentListStyle">@null</item>
326         <item name="preferenceFragmentPaddingSide">@null</item>
327         <item name="detailsElementBackground">@drawable/panel_bg_holo_dark</item>
329         <!-- PreferenceFrameLayout attributes -->
330         <item name="preferenceFrameLayoutStyle">@style/Widget.Holo.PreferenceFrameLayout</item>
332         <!-- Search widget styles -->
333         <item name="searchWidgetCorpusItemBackground">@color/search_widget_corpus_item_background</item>
335         <!-- Action bar styles -->
336         <item name="actionDropDownStyle">@style/Widget.Holo.Spinner.DropDown.ActionBar</item>
337         <item name="actionButtonStyle">@style/Widget.Holo.ActionButton</item>
338         <item name="actionOverflowButtonStyle">@style/Widget.Holo.ActionButton.Overflow</item>
339         <item name="actionOverflowMenuStyle">?attr/popupMenuStyle</item>
340         <item name="actionModeBackground">@drawable/cab_background_top_holo_dark</item>
341         <item name="actionModeSplitBackground">@drawable/cab_background_bottom_holo_dark</item>
342         <item name="actionModeCloseDrawable">@drawable/ic_cab_done_holo_dark</item>
343         <item name="actionBarTabStyle">@style/Widget.Holo.ActionBar.TabView</item>
344         <item name="actionBarTabBarStyle">@style/Widget.Holo.ActionBar.TabBar</item>
345         <item name="actionBarTabTextStyle">@style/Widget.Holo.ActionBar.TabText</item>
346         <item name="actionModeStyle">@style/Widget.Holo.ActionMode</item>
347         <item name="actionModeCloseButtonStyle">@style/Widget.Holo.ActionButton.CloseMode</item>
348         <item name="actionBarStyle">@style/Widget.Holo.ActionBar</item>
349         <item name="actionBarSize">@dimen/action_bar_default_height</item>
350         <item name="actionModePopupWindowStyle">@style/Widget.Holo.PopupWindow.ActionMode</item>
351         <item name="actionMenuTextAppearance">@null</item>
352         <item name="actionMenuTextColor">@null</item>
353         <item name="actionBarWidgetTheme">@null</item>
354         <item name="actionBarPopupTheme">?attr/popupTheme</item>
355         <item name="actionBarTheme">@null</item>
356         <item name="actionBarDivider">?attr/dividerVertical</item>
357         <item name="actionBarItemBackground">@null</item>
359         <item name="actionModeCutDrawable">@drawable/ic_menu_cut_holo_dark</item>
360         <item name="actionModeCopyDrawable">@drawable/ic_menu_copy_holo_dark</item>
361         <item name="actionModePasteDrawable">@drawable/ic_menu_paste_holo_dark</item>
362         <item name="actionModeSelectAllDrawable">@drawable/ic_menu_selectall_holo_dark</item>
363         <item name="actionModeShareDrawable">@drawable/ic_menu_share_holo_dark</item>
364         <item name="actionModeFindDrawable">@drawable/ic_menu_find_holo_dark</item>
365         <item name="actionModeWebSearchDrawable">@drawable/ic_menu_search_holo_dark</item>
367         <item name="toolbarStyle">@null</item>
369         <item name="dividerVertical">?attr/listDivider</item>
370         <item name="dividerHorizontal">?attr/listDivider</item>
371         <item name="buttonBarStyle">@style/Holo.ButtonBar</item>
372         <item name="buttonBarButtonStyle">?attr/borderlessButtonStyle</item>
373         <item name="segmentedButtonStyle">@style/Holo.SegmentedButton</item>
375         <!-- SearchView attributes -->
376         <item name="searchViewStyle">@style/Widget.Holo.SearchView</item>
377         <item name="searchDialogTheme">@style/Theme.Holo.SearchBar</item>
379         <!-- PreferenceFrameLayout attributes -->
380         <item name="preferenceFrameLayoutStyle">@style/Widget.Holo.PreferenceFrameLayout</item>
382         <!-- NumberPicker style-->
383         <item name="numberPickerStyle">@style/Widget.Holo.NumberPicker</item>
385         <!-- CalendarView style-->
386         <item name="calendarViewStyle">@style/Widget.Holo.CalendarView</item>
388         <!-- TimePicker style -->
389         <item name="timePickerStyle">@style/Widget.Holo.TimePicker</item>
391         <!-- TimePicker dialog theme -->
392         <item name="timePickerDialogTheme">?attr/alertDialogTheme</item>
394         <!-- DatePicker style -->
395         <item name="datePickerStyle">@style/Widget.Holo.DatePicker</item>
397         <!-- DatePicker dialog theme -->
398         <item name="datePickerDialogTheme">?attr/alertDialogTheme</item>
400         <item name="fastScrollThumbDrawable">@drawable/fastscroll_thumb_holo</item>
401         <item name="fastScrollPreviewBackgroundLeft">@drawable/fastscroll_label_left_holo_dark</item>
402         <item name="fastScrollPreviewBackgroundRight">@drawable/fastscroll_label_right_holo_dark</item>
403         <item name="fastScrollTrackDrawable">@drawable/fastscroll_track_holo_dark</item>
404         <item name="fastScrollOverlayPosition">atThumb</item>
407         <item name="colorPrimaryDark">@color/holo_primary_dark</item>
408         <item name="colorPrimary">@color/holo_primary</item>
409         <item name="colorAccent">@color/holo_blue_dark</item>
410         <item name="colorEdgeEffect">?attr/colorPrimary</item>
412         <item name="colorControlNormal">@color/holo_control_normal</item>
413         <item name="colorControlActivated">@color/holo_control_activated</item>
415         <item name="colorControlHighlight">@color/holo_button_pressed</item>
416         <item name="colorButtonNormal">@color/holo_button_normal</item>
417         <item name="colorSwitchThumbNormal">@color/switch_thumb_material_light</item>
419         <!-- Tooltip popup properties -->
420         <item name="tooltipForegroundColor">@null</item>
421         <item name="tooltipBackgroundColor">@null</item>
423         <!-- Holo-only color attributes -->
424         <item name="colorPressedHighlight">@color/holo_gray_light</item>
425         <item name="colorLongPressedHighlight">@color/holo_gray_bright</item>
426         <item name="colorFocusedHighlight">@color/holo_blue_dark</item>
427         <item name="colorMultiSelectHighlight">@color/holo_green_light</item>
428         <item name="colorActivatedHighlight">@color/holo_blue_dark</item>
430     </style>
432     <!-- Honeycomb holographic theme (light version).  The widgets in the
433          holographic theme are translucent on their brackground, so applications
434          must ensure that any background they use with this theme is itself
435          light; otherwise, it will be difficult to see the widgets.  This
436          UI style also includes a full action bar by default.
438          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
439     <style name="Theme.Holo.Light" parent="Theme.Light">
440         <item name="colorForeground">@color/bright_foreground_holo_light</item>
441         <item name="colorForegroundInverse">@color/bright_foreground_inverse_holo_light</item>
442         <item name="colorBackground">@color/background_holo_light</item>
443         <item name="colorBackgroundFloating">@color/background_holo_light</item>
444         <item name="colorBackgroundCacheHint">@color/background_cache_hint_selector_holo_light</item>
445         <item name="disabledAlpha">0.5</item>
446         <item name="primaryContentAlpha">@dimen/primary_content_alpha_material_dark</item>
447         <item name="secondaryContentAlpha">@dimen/secondary_content_alpha_material_dark</item>
448         <item name="backgroundDimAmount">0.6</item>
449         <item name="colorError">@color/error_color_material_light</item>
451         <!-- Text styles -->
452         <item name="textAppearance">@style/TextAppearance.Holo.Light</item>
453         <item name="textAppearanceInverse">@style/TextAppearance.Holo.Light.Inverse</item>
455         <item name="textColorPrimary">@color/primary_text_holo_light</item>
456         <item name="textColorPrimaryInverse">@color/primary_text_holo_dark</item>
457         <item name="textColorPrimaryActivated">@color/primary_text_holo_light</item>
458         <item name="textColorPrimaryDisableOnly">@color/primary_text_disable_only_holo_light</item>
459         <item name="textColorPrimaryInverseDisableOnly">@color/primary_text_disable_only_holo_dark</item>
460         <item name="textColorPrimaryInverseNoDisable">@color/primary_text_nodisable_holo_dark</item>
461         <item name="textColorPrimaryNoDisable">@color/primary_text_nodisable_holo_light</item>
462         <item name="textColorSecondary">@color/secondary_text_holo_light</item>
463         <item name="textColorSecondaryInverse">@color/secondary_text_holo_dark</item>
464         <item name="textColorSecondaryActivated">@color/secondary_text_holo_light</item>
465         <item name="textColorSecondaryNoDisable">@color/secondary_text_nodisable_holo_light</item>
466         <item name="textColorSecondaryInverseNoDisable">@color/secondary_text_nodisable_holo_dark</item>
467         <item name="textColorTertiary">@color/tertiary_text_holo_light</item>
468         <item name="textColorTertiaryInverse">@color/tertiary_text_holo_dark</item>
469         <item name="textColorHint">@color/hint_foreground_holo_light</item>
470         <item name="textColorHintInverse">@color/hint_foreground_holo_dark</item>
471         <item name="textColorHighlight">@color/highlighted_text_holo_light</item>
472         <item name="textColorHighlightInverse">@color/highlighted_text_holo_dark</item>
473         <item name="textColorLink">@color/holo_blue_light</item>
474         <item name="textColorLinkInverse">@color/holo_blue_light</item>
475         <item name="textColorSearchUrl">@color/search_url_text_holo</item>
476         <item name="textColorAlertDialogListItem">@color/primary_text_holo_light</item>
478         <item name="textAppearanceLarge">@style/TextAppearance.Holo.Light.Large</item>
479         <item name="textAppearanceMedium">@style/TextAppearance.Holo.Light.Medium</item>
480         <item name="textAppearanceSmall">@style/TextAppearance.Holo.Light.Small</item>
481         <item name="textAppearanceLargeInverse">@style/TextAppearance.Holo.Light.Large.Inverse</item>
482         <item name="textAppearanceMediumInverse">@style/TextAppearance.Holo.Light.Medium.Inverse</item>
483         <item name="textAppearanceSmallInverse">@style/TextAppearance.Holo.Light.Small.Inverse</item>
484         <item name="textAppearanceSearchResultTitle">@style/TextAppearance.Holo.Light.SearchResult.Title</item>
485         <item name="textAppearanceSearchResultSubtitle">@style/TextAppearance.Holo.Light.SearchResult.Subtitle</item>
487         <item name="textAppearanceButton">@style/TextAppearance.Holo.Light.Widget.Button</item>
489         <item name="editTextColor">?attr/textColorPrimary</item>
490         <item name="editTextBackground">@drawable/edit_text_holo_light</item>
492         <item name="candidatesTextStyleSpans">@string/candidates_style</item>
494         <item name="textCheckMark">@drawable/indicator_check_mark_light</item>
495         <item name="textCheckMarkInverse">@drawable/indicator_check_mark_dark</item>
497         <item name="textAppearanceLargePopupMenu">@style/TextAppearance.Holo.Light.Widget.PopupMenu.Large</item>
498         <item name="textAppearanceSmallPopupMenu">@style/TextAppearance.Holo.Light.Widget.PopupMenu.Small</item>
499         <item name="textAppearancePopupMenuHeader">@null</item>
501         <!-- Button styles -->
502         <item name="buttonStyle">@style/Widget.Holo.Light.Button</item>
504         <item name="buttonStyleSmall">@style/Widget.Holo.Light.Button.Small</item>
505         <item name="buttonStyleInset">@style/Widget.Holo.Light.Button.Inset</item>
507         <item name="buttonStyleToggle">@style/Widget.Holo.Light.Button.Toggle</item>
508         <item name="buttonCornerRadius">0dp</item>
510         <item name="switchStyle">@style/Widget.Holo.Light.CompoundButton.Switch</item>
511         <item name="mediaRouteButtonStyle">@style/Widget.Holo.Light.MediaRouteButton</item>
513         <item name="selectableItemBackground">@drawable/item_background_holo_light</item>
514         <item name="selectableItemBackgroundBorderless">?attr/selectableItemBackground</item>
515         <item name="borderlessButtonStyle">@style/Widget.Holo.Light.Button.Borderless</item>
516         <item name="homeAsUpIndicator">@drawable/ic_ab_back_holo_light</item>
518         <!-- List attributes -->
519         <item name="listPreferredItemHeight">64dip</item>
520         <item name="listPreferredItemHeightSmall">48dip</item>
521         <item name="listPreferredItemHeightLarge">80dip</item>
522         <item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeightSmall</item>
523         <item name="textAppearanceListItem">?attr/textAppearanceLarge</item>
524         <item name="textAppearanceListItemSmall">?attr/textAppearanceMedium</item>
525         <item name="textAppearanceListItemSecondary">?attr/textAppearanceSmall</item>
526         <item name="listPreferredItemPaddingLeft">8dip</item>
527         <item name="listPreferredItemPaddingRight">8dip</item>
528         <item name="listPreferredItemPaddingStart">8dip</item>
529         <item name="listPreferredItemPaddingEnd">8dip</item>
531         <!-- @hide -->
532         <item name="searchResultListItemHeight">58dip</item>
533         <item name="listDivider">@drawable/list_divider_holo_light</item>
534         <item name="listSeparatorTextViewStyle">@style/Widget.Holo.Light.TextView.ListSeparator</item>
536         <item name="listChoiceIndicatorSingle">@drawable/btn_radio_holo_light</item>
537         <item name="listChoiceIndicatorMultiple">@drawable/btn_check_holo_light</item>
539         <item name="listChoiceBackgroundIndicator">@drawable/list_selector_holo_light</item>
540         <item name="activatedBackgroundIndicator">@drawable/activated_background_holo_light</item>
542         <item name="listDividerAlertDialog">@drawable/list_divider_holo_light</item>
544         <item name="expandableListPreferredItemPaddingLeft">40dip</item>
545         <item name="expandableListPreferredChildPaddingLeft">?attr/expandableListPreferredItemPaddingLeft</item>
547         <item name="expandableListPreferredItemIndicatorLeft">3dip</item>
548         <item name="expandableListPreferredItemIndicatorRight">0dip</item>
549         <item name="expandableListPreferredChildIndicatorLeft">?attr/expandableListPreferredItemIndicatorLeft</item>
550         <item name="expandableListPreferredChildIndicatorRight">?attr/expandableListPreferredItemIndicatorRight</item>
551         <item name="findOnPageNextDrawable">@drawable/ic_find_next_holo_light</item>
552         <item name="findOnPagePreviousDrawable">@drawable/ic_find_previous_holo_light</item>
554         <!-- Gallery attributes -->
555         <item name="galleryItemBackground">@drawable/gallery_item_background</item>
557         <!-- Window attributes -->
558         <item name="windowFrame">@null</item>
559         <item name="windowNoTitle">false</item>
560         <item name="windowFullscreen">false</item>
561         <item name="windowOverscan">false</item>
562         <item name="windowIsFloating">false</item>
563         <item name="windowContentOverlay">@drawable/ab_solid_shadow_holo</item>
564         <item name="windowShowWallpaper">false</item>
565         <item name="windowTitleStyle">@style/WindowTitle.Holo</item>
566         <item name="windowTitleSize">25dip</item>
567         <item name="windowTitleBackgroundStyle">@style/WindowTitleBackground.Holo</item>
568         <item name="windowAnimationStyle">@style/Animation.Holo.Activity</item>
569         <item name="windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
570         <item name="windowActionBar">true</item>
571         <item name="windowActionModeOverlay">false</item>
573         <!-- Dialog attributes -->
574         <item name="dialogTheme">@style/Theme.Holo.Light.Dialog</item>
575         <item name="dialogTitleIconsDecorLayout">@layout/dialog_title_icons_holo</item>
576         <item name="dialogCustomTitleDecorLayout">@layout/dialog_custom_title_holo</item>
577         <item name="dialogTitleDecorLayout">@layout/dialog_title_holo</item>
578         <item name="dialogPreferredPadding">@dimen/dialog_padding</item>
579         <item name="dialogCornerRadius">0dp</item>
581         <!-- AlertDialog attributes -->
582         <item name="alertDialogTheme">@style/Theme.Holo.Light.Dialog.Alert</item>
583         <item name="alertDialogStyle">@style/AlertDialog.Holo.Light</item>
584         <item name="alertDialogCenterButtons">false</item>
585         <item name="alertDialogIcon">@drawable/ic_dialog_alert_holo_light</item>
587         <!-- Presentation attributes -->
588         <item name="presentationTheme">@style/Theme.Holo.Light.Dialog.Presentation</item>
590         <!-- Toast attributes -->
591         <item name="toastFrameBackground">@drawable/toast_frame</item>
593         <!-- Panel attributes -->
594         <item name="panelBackground">@drawable/menu_hardkey_panel_holo_light</item>
595         <item name="panelFullBackground">@drawable/menu_background_fill_parent_width</item>
596         <!-- These three attributes do not seems to be used by the framework. Declared public though -->
597         <item name="panelColorBackground">#000</item>
598         <item name="panelColorForeground">?attr/textColorPrimary</item>
599         <item name="panelTextAppearance">?attr/textAppearance</item>
601         <item name="panelMenuIsCompact">true</item>
602         <item name="panelMenuListWidth">250dip</item>
603         <item name="panelMenuListTheme">@style/Theme.Holo.Light.CompactMenu</item>
605         <!-- Scrollbar attributes -->
606         <item name="scrollbarFadeDuration">250</item>
607         <item name="scrollbarDefaultDelayBeforeFade">300</item>
608         <item name="scrollbarSize">10dip</item>
609         <item name="scrollbarThumbHorizontal">@drawable/scrollbar_handle_holo_light</item>
610         <item name="scrollbarThumbVertical">@drawable/scrollbar_handle_holo_light</item>
611         <item name="scrollbarTrackHorizontal">@null</item>
612         <item name="scrollbarTrackVertical">@null</item>
614         <!-- Text selection handle attributes -->
615         <item name="textSelectHandleLeft">@drawable/text_select_handle_left_material</item>
616         <item name="textSelectHandleRight">@drawable/text_select_handle_right_material</item>
617         <item name="textSelectHandle">@drawable/text_select_handle_middle_material</item>
618         <item name="textSelectHandleWindowStyle">@style/Widget.Holo.TextSelectHandle</item>
619         <item name="textEditSuggestionItemLayout">@layout/text_edit_suggestion_item</item>
620         <item name="textEditSuggestionContainerLayout">@layout/text_edit_suggestion_container</item>
621         <item name="textEditSuggestionHighlightStyle">@style/TextAppearance.Holo.SuggestionHighlight</item>
622         <item name="textCursorDrawable">@drawable/text_cursor_holo_light</item>
624         <!-- Widget styles -->
625         <item name="absListViewStyle">@style/Widget.Holo.Light.AbsListView</item>
626         <item name="autoCompleteTextViewStyle">@style/Widget.Holo.Light.AutoCompleteTextView</item>
627         <item name="checkboxStyle">@style/Widget.Holo.Light.CompoundButton.CheckBox</item>
628         <item name="checkedTextViewStyle">@style/Widget.Holo.Light.CheckedTextView</item>
629         <item name="dropDownListViewStyle">@style/Widget.Holo.ListView.DropDown</item>
630         <item name="editTextStyle">@style/Widget.Holo.Light.EditText</item>
631         <item name="expandableListViewStyle">@style/Widget.Holo.Light.ExpandableListView</item>
632         <item name="expandableListViewWhiteStyle">@style/Widget.Holo.Light.ExpandableListView.White</item>
633         <item name="fastScrollStyle">@style/Widget.Holo.Light.FastScroll</item>
634         <item name="galleryStyle">@style/Widget.Holo.Light.Gallery</item>
635         <item name="gestureOverlayViewStyle">@style/Widget.Holo.Light.GestureOverlayView</item>
636         <item name="gridViewStyle">@style/Widget.Holo.Light.GridView</item>
637         <item name="imageButtonStyle">@style/Widget.Holo.Light.ImageButton</item>
638         <item name="imageWellStyle">@style/Widget.Holo.Light.ImageWell</item>
639         <item name="listMenuViewStyle">@null</item>
640         <item name="listViewStyle">@style/Widget.Holo.Light.ListView</item>
641         <item name="listViewWhiteStyle">@style/Widget.Holo.Light.ListView.White</item>
642         <item name="popupWindowStyle">@style/Widget.Holo.Light.PopupWindow</item>
643         <item name="progressBarStyle">@style/Widget.Holo.Light.ProgressBar</item>
644         <item name="progressBarStyleHorizontal">@style/Widget.Holo.Light.ProgressBar.Horizontal</item>
645         <item name="progressBarStyleSmall">@style/Widget.Holo.Light.ProgressBar.Small</item>
646         <item name="progressBarStyleSmallTitle">@style/Widget.Holo.Light.ProgressBar.Small.Title</item>
647         <item name="progressBarStyleLarge">@style/Widget.Holo.Light.ProgressBar.Large</item>
648         <item name="progressBarStyleInverse">@style/Widget.Holo.Light.ProgressBar.Inverse</item>
649         <item name="progressBarStyleSmallInverse">@style/Widget.Holo.Light.ProgressBar.Small.Inverse</item>
650         <item name="progressBarStyleLargeInverse">@style/Widget.Holo.Light.ProgressBar.Large.Inverse</item>
651         <item name="seekBarStyle">@style/Widget.Holo.Light.SeekBar</item>
652         <item name="ratingBarStyle">@style/Widget.Holo.Light.RatingBar</item>
653         <item name="ratingBarStyleIndicator">@style/Widget.Holo.Light.RatingBar.Indicator</item>
654         <item name="ratingBarStyleSmall">@style/Widget.Holo.Light.RatingBar.Small</item>
655         <item name="radioButtonStyle">@style/Widget.Holo.Light.CompoundButton.RadioButton</item>
656         <item name="scrollViewStyle">@style/Widget.Holo.Light.ScrollView</item>
657         <item name="horizontalScrollViewStyle">@style/Widget.Holo.Light.HorizontalScrollView</item>
658         <item name="spinnerStyle">?attr/dropDownSpinnerStyle</item>
659         <item name="dropDownSpinnerStyle">@style/Widget.Holo.Light.Spinner.DropDown</item>
660         <item name="starStyle">@style/Widget.Holo.Light.CompoundButton.Star</item>
661         <item name="tabWidgetStyle">@style/Widget.Holo.Light.TabWidget</item>
662         <item name="textViewStyle">@style/Widget.Holo.Light.TextView</item>
663         <item name="errorMessageBackground">@drawable/popup_inline_error_holo_light</item>
664         <item name="errorMessageAboveBackground">@drawable/popup_inline_error_above_holo_light</item>
665         <item name="webTextViewStyle">@style/Widget.Holo.Light.WebTextView</item>
666         <item name="webViewStyle">@style/Widget.Holo.Light.WebView</item>
667         <item name="dropDownItemStyle">@style/Widget.Holo.Light.DropDownItem</item>
668         <item name="spinnerDropDownItemStyle">@style/Widget.Holo.Light.DropDownItem.Spinner</item>
669         <item name="spinnerItemStyle">@style/Widget.Holo.TextView.SpinnerItem</item>
670         <item name="dropDownHintAppearance">@style/TextAppearance.Holo.Widget.DropDownHint</item>
671         <item name="keyboardViewStyle">@style/Widget.Holo.KeyboardView</item>
672         <item name="quickContactBadgeStyleWindowSmall">@style/Widget.Holo.QuickContactBadge.WindowSmall</item>
673         <item name="quickContactBadgeStyleWindowMedium">@style/Widget.Holo.QuickContactBadge.WindowMedium</item>
674         <item name="quickContactBadgeStyleWindowLarge">@style/Widget.Holo.QuickContactBadge.WindowLarge</item>
675         <item name="quickContactBadgeStyleSmallWindowSmall">@style/Widget.Holo.QuickContactBadgeSmall.WindowSmall</item>
676         <item name="quickContactBadgeStyleSmallWindowMedium">@style/Widget.Holo.QuickContactBadgeSmall.WindowMedium</item>
677         <item name="quickContactBadgeStyleSmallWindowLarge">@style/Widget.Holo.QuickContactBadgeSmall.WindowLarge</item>
678         <item name="listPopupWindowStyle">@style/Widget.Holo.Light.ListPopupWindow</item>
679         <item name="popupMenuStyle">@style/Widget.Holo.Light.PopupMenu</item>
680         <item name="popupTheme">@null</item>
681         <item name="stackViewStyle">@style/Widget.Holo.StackView</item>
682         <item name="activityChooserViewStyle">@style/Widget.Holo.Light.ActivityChooserView</item>
683         <item name="fragmentBreadCrumbsStyle">@style/Widget.Holo.Light.FragmentBreadCrumbs</item>
684         <item name="contextPopupMenuStyle">@null</item>
686         <!-- Preference styles -->
687         <item name="preferenceScreenStyle">@style/Preference.Holo.PreferenceScreen</item>
688         <item name="preferenceActivityStyle">@style/PreferenceActivity</item>
689         <item name="preferenceFragmentStyle">@style/PreferenceFragment.Holo</item>
690         <item name="preferenceCategoryStyle">@style/Preference.Holo.Category</item>
691         <item name="preferenceStyle">@style/Preference.Holo</item>
692         <item name="preferenceInformationStyle">@style/Preference.Holo.Information</item>
693         <item name="checkBoxPreferenceStyle">@style/Preference.Holo.CheckBoxPreference</item>
694         <item name="switchPreferenceStyle">@style/Preference.Holo.SwitchPreference</item>
695         <item name="seekBarPreferenceStyle">@style/Preference.Holo.SeekBarPreference</item>
696         <item name="yesNoPreferenceStyle">@style/Preference.Holo.DialogPreference.YesNoPreference</item>
697         <item name="dialogPreferenceStyle">@style/Preference.Holo.DialogPreference</item>
698         <item name="editTextPreferenceStyle">@style/Preference.Holo.DialogPreference.EditTextPreference</item>
699         <item name="ringtonePreferenceStyle">@style/Preference.Holo.RingtonePreference</item>
700         <item name="preferenceLayoutChild">@layout/preference_child_holo</item>
701         <item name="preferencePanelStyle">@null</item>
702         <item name="preferenceHeaderPanelStyle">@null</item>
703         <item name="preferenceListStyle">@null</item>
704         <item name="preferenceFragmentListStyle">@null</item>
705         <item name="preferenceFragmentPaddingSide">@null</item>
706         <item name="detailsElementBackground">@drawable/panel_bg_holo_light</item>
708         <!-- PreferenceFrameLayout attributes -->
709         <item name="preferenceFrameLayoutStyle">@style/Widget.Holo.PreferenceFrameLayout</item>
711         <!-- Search widget styles -->
712         <item name="searchWidgetCorpusItemBackground">@color/search_widget_corpus_item_background</item>
714         <!-- Action bar styles -->
715         <item name="actionDropDownStyle">@style/Widget.Holo.Light.Spinner.DropDown.ActionBar</item>
716         <item name="actionButtonStyle">@style/Widget.Holo.Light.ActionButton</item>
717         <item name="actionOverflowButtonStyle">@style/Widget.Holo.Light.ActionButton.Overflow</item>
718         <item name="actionOverflowMenuStyle">?attr/popupMenuStyle</item>
719         <item name="actionModeBackground">@drawable/cab_background_top_holo_light</item>
720         <item name="actionModeSplitBackground">@drawable/cab_background_bottom_holo_light</item>
721         <item name="actionModeCloseDrawable">@drawable/ic_cab_done_holo_light</item>
722         <item name="actionBarTabStyle">@style/Widget.Holo.Light.ActionBar.TabView</item>
723         <item name="actionBarTabBarStyle">@style/Widget.Holo.Light.ActionBar.TabBar</item>
724         <item name="actionBarTabTextStyle">@style/Widget.Holo.Light.ActionBar.TabText</item>
725         <item name="actionModeStyle">@style/Widget.Holo.Light.ActionMode</item>
726         <item name="actionModeCloseButtonStyle">@style/Widget.Holo.Light.ActionButton.CloseMode</item>
727         <item name="actionBarStyle">@style/Widget.Holo.Light.ActionBar.Solid</item>
728         <item name="actionBarSize">@dimen/action_bar_default_height</item>
729         <item name="actionModePopupWindowStyle">@style/Widget.Holo.Light.PopupWindow.ActionMode</item>
730         <item name="actionMenuTextAppearance">@null</item>
731         <item name="actionMenuTextColor">@null</item>
732         <item name="actionBarWidgetTheme">@null</item>
733         <item name="actionBarPopupTheme">?attr/popupTheme</item>
734         <item name="actionBarTheme">@null</item>
735         <item name="actionBarItemBackground">@null</item>
737         <item name="actionModeCutDrawable">@drawable/ic_menu_cut_holo_light</item>
738         <item name="actionModeCopyDrawable">@drawable/ic_menu_copy_holo_light</item>
739         <item name="actionModePasteDrawable">@drawable/ic_menu_paste_holo_light</item>
740         <item name="actionModeSelectAllDrawable">@drawable/ic_menu_selectall_holo_light</item>
741         <item name="actionModeShareDrawable">@drawable/ic_menu_share_holo_light</item>
742         <item name="actionModeFindDrawable">@drawable/ic_menu_find_holo_light</item>
743         <item name="actionModeWebSearchDrawable">@drawable/ic_menu_search_holo_light</item>
745         <item name="toolbarStyle">@null</item>
747         <item name="dividerVertical">?attr/listDivider</item>
748         <item name="dividerHorizontal">?attr/listDivider</item>
749         <item name="buttonBarStyle">@style/Holo.Light.ButtonBar</item>
750         <item name="buttonBarButtonStyle">?attr/borderlessButtonStyle</item>
751         <item name="segmentedButtonStyle">@style/Holo.Light.SegmentedButton</item>
753         <!-- SearchView attributes -->
754         <item name="searchViewStyle">@style/Widget.Holo.Light.SearchView</item>
755         <item name="searchDialogTheme">@style/Theme.Holo.Light.SearchBar</item>
757         <!-- NumberPicker style-->
758         <item name="numberPickerStyle">@style/Widget.Holo.Light.NumberPicker</item>
760         <!-- CalendarView style-->
761         <item name="calendarViewStyle">@style/Widget.Holo.Light.CalendarView</item>
763         <!-- TimePicker style -->
764         <item name="timePickerStyle">@style/Widget.Holo.Light.TimePicker</item>
766         <!-- TimePicker dialog theme -->
767         <item name="timePickerDialogTheme">?attr/alertDialogTheme</item>
769         <!-- DatePicker style -->
770         <item name="datePickerStyle">@style/Widget.Holo.Light.DatePicker</item>
772         <!-- DatePicker dialog theme -->
773         <item name="datePickerDialogTheme">?attr/alertDialogTheme</item>
775         <item name="fastScrollThumbDrawable">@drawable/fastscroll_thumb_holo</item>
776         <item name="fastScrollPreviewBackgroundLeft">@drawable/fastscroll_label_left_holo_light</item>
777         <item name="fastScrollPreviewBackgroundRight">@drawable/fastscroll_label_right_holo_light</item>
778         <item name="fastScrollTrackDrawable">@drawable/fastscroll_track_holo_light</item>
779         <item name="fastScrollOverlayPosition">atThumb</item>
781         <!-- Color palette -->
782         <item name="colorPrimaryDark">@color/holo_light_primary_dark</item>
783         <item name="colorPrimary">@color/holo_light_primary</item>
784         <item name="colorAccent">@color/holo_blue_light</item>
785         <item name="colorEdgeEffect">?attr/colorPrimary</item>
787         <item name="colorControlNormal">@color/holo_light_control_normal</item>
788         <item name="colorControlActivated">@color/holo_light_control_activated</item>
790         <item name="colorControlHighlight">@color/holo_light_button_pressed</item>
791         <item name="colorButtonNormal">@color/holo_light_button_normal</item>
792         <item name="colorSwitchThumbNormal">@color/switch_thumb_material_light</item>
794         <!-- Tooltip popup properties -->
795         <item name="tooltipForegroundColor">@null</item>
796         <item name="tooltipBackgroundColor">@null</item>
798         <!-- Holo-only color attributes -->
799         <item name="colorPressedHighlight">@color/holo_gray_light</item>
800         <item name="colorLongPressedHighlight">@color/holo_gray_bright</item>
801         <item name="colorFocusedHighlight">@color/holo_blue_dark</item>
802         <item name="colorMultiSelectHighlight">@color/holo_green_light</item>
803         <item name="colorActivatedHighlight">@color/holo_blue_dark</item>
805     </style>
807     <!-- Variant of the holographic (light) theme that has a solid (opaque) action bar
808          with an inverse color profile. The dark action bar sharply stands out against
809          the light content.
811          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
812     <style name="Theme.Holo.Light.DarkActionBar">
813         <item name="windowContentOverlay">@drawable/ab_solid_shadow_holo</item>
814         <item name="actionBarStyle">@style/Widget.Holo.Light.ActionBar.Solid.Inverse</item>
815         <item name="actionBarWidgetTheme">@style/Theme.Holo</item>
816         <item name="actionBarTheme">@null</item>
818         <item name="actionDropDownStyle">@style/Widget.Holo.Spinner.DropDown.ActionBar</item>
819         <item name="actionButtonStyle">@style/Widget.Holo.ActionButton</item>
820         <item name="actionOverflowButtonStyle">@style/Widget.Holo.ActionButton.Overflow</item>
821         <item name="actionModeBackground">@drawable/cab_background_top_holo_dark</item>
822         <item name="actionModeSplitBackground">@drawable/cab_background_bottom_holo_dark</item>
823         <item name="actionModeCloseDrawable">@drawable/ic_cab_done_holo_dark</item>
824         <item name="homeAsUpIndicator">@drawable/ic_ab_back_holo_dark</item>
825         <item name="actionBarTabStyle">@style/Widget.Holo.Light.ActionBar.TabView.Inverse</item>
826         <item name="actionBarTabBarStyle">@style/Widget.Holo.Light.ActionBar.TabBar.Inverse</item>
827         <item name="actionBarTabTextStyle">@style/Widget.Holo.Light.ActionBar.TabText.Inverse</item>
828         <item name="actionBarDivider">@drawable/list_divider_holo_dark</item>
829         <item name="actionBarItemBackground">@drawable/item_background_holo_dark</item>
830         <item name="actionMenuTextColor">?attr/textColorPrimaryInverse</item>
831         <item name="actionModeStyle">@style/Widget.Holo.Light.ActionMode.Inverse</item>
832         <item name="actionModeCloseButtonStyle">@style/Widget.Holo.ActionButton.CloseMode</item>
833         <item name="actionModePopupWindowStyle">@style/Widget.Holo.PopupWindow.ActionMode</item>
835         <item name="actionModeCutDrawable">@drawable/ic_menu_cut_holo_dark</item>
836         <item name="actionModeCopyDrawable">@drawable/ic_menu_copy_holo_dark</item>
837         <item name="actionModePasteDrawable">@drawable/ic_menu_paste_holo_dark</item>
838         <item name="actionModeSelectAllDrawable">@drawable/ic_menu_selectall_holo_dark</item>
839         <item name="actionModeShareDrawable">@drawable/ic_menu_share_holo_dark</item>
840         <item name="actionModeFindDrawable">@drawable/ic_menu_find_holo_dark</item>
841         <item name="actionModeWebSearchDrawable">@drawable/ic_menu_search_holo_dark</item>
842     </style>
844     <!-- Variant of the holographic (dark) theme with no action bar.
846          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
847     <style name="Theme.Holo.NoActionBar">
848         <item name="windowActionBar">false</item>
849         <item name="windowNoTitle">true</item>
850     </style>
852     <!-- Variant of the holographic (dark) theme that has no title bar and fills
853          the entire screen.  This theme
854          sets {@link android.R.attr#windowFullscreen} to true.
856          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
857     <style name="Theme.Holo.NoActionBar.Fullscreen">
858         <item name="windowFullscreen">true</item>
859         <item name="windowContentOverlay">@null</item>
860     </style>
862     <!-- Variant of the holographic (dark) theme that has no title bar and fills
863          the entire screen and extends into the display overscan region.  This theme
864          sets {@link android.R.attr#windowFullscreen} and {@link android.R.attr#windowOverscan}
865          to true.
867          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
868     <style name="Theme.Holo.NoActionBar.Overscan">
869         <item name="windowFullscreen">true</item>
870         <item name="windowOverscan">true</item>
871         <item name="windowContentOverlay">@null</item>
872     </style>
874     <!-- Variant of the holographic (dark) theme that has no title bar and translucent
875          system decor.  This theme sets {@link android.R.attr#windowTranslucentStatus} and
876          {@link android.R.attr#windowTranslucentNavigation} to true.
878          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
879     <style name="Theme.Holo.NoActionBar.TranslucentDecor">
880         <item name="windowTranslucentStatus">true</item>
881         <item name="windowTranslucentNavigation">true</item>
882         <item name="windowContentOverlay">@null</item>
883     </style>
885     <!-- Variant of the holographic (light) theme with no action bar.
887          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
888     <style name="Theme.Holo.Light.NoActionBar">
889         <item name="windowActionBar">false</item>
890         <item name="windowNoTitle">true</item>
891     </style>
893     <!-- Variant of the holographic (light) theme that has no title bar and fills
894          the entire screen.  This theme
895          sets {@link android.R.attr#windowFullscreen} to true.
897          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
898     <style name="Theme.Holo.Light.NoActionBar.Fullscreen">
899         <item name="windowFullscreen">true</item>
900         <item name="windowContentOverlay">@null</item>
901     </style>
903     <!-- Variant of the holographic (light) theme that has no title bar and fills
904          the entire screen and extends into the display overscan region.  This theme
905          sets {@link android.R.attr#windowFullscreen} and {@link android.R.attr#windowOverscan}
906          to true.
908          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
909     <style name="Theme.Holo.Light.NoActionBar.Overscan">
910         <item name="windowFullscreen">true</item>
911         <item name="windowOverscan">true</item>
912         <item name="windowContentOverlay">@null</item>
913     </style>
915     <!-- Variant of the holographic (light) theme that has no title bar and translucent
916          system decor.  This theme sets {@link android.R.attr#windowTranslucentStatus} and
917          {@link android.R.attr#windowTranslucentNavigation} to true.
919          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
920     <style name="Theme.Holo.Light.NoActionBar.TranslucentDecor">
921         <item name="windowTranslucentStatus">true</item>
922         <item name="windowTranslucentNavigation">true</item>
923         <item name="windowContentOverlay">@null</item>
924     </style>
926     <!-- Dialog themes for Holo -->
927     <eat-comment />
929     <!-- Holo theme for dialog windows and activities, which is used by the
930          {@link android.app.Dialog} class.  This changes the window to be
931          floating (not fill the entire screen), and puts a frame around its
932          contents.  You can set this theme on an activity if you would like to
933          make an activity that looks like a Dialog.
934          This is the default Dialog theme for applications targeting Honeycomb
935          or newer.
937          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
938     <style name="Theme.Holo.Dialog">
939         <item name="windowFrame">@null</item>
940         <item name="windowTitleStyle">@style/DialogWindowTitle.Holo</item>
941         <item name="windowBackground">@drawable/dialog_full_holo_dark</item>
942         <item name="windowIsFloating">true</item>
943         <item name="windowContentOverlay">@null</item>
944         <item name="windowAnimationStyle">@style/Animation.Holo.Dialog</item>
945         <item name="windowSoftInputMode">stateUnspecified|adjustPan</item>
946         <item name="windowActionBar">false</item>
947         <item name="windowActionModeOverlay">true</item>
948         <item name="windowCloseOnTouchOutside">@bool/config_closeDialogWhenTouchOutside</item>
950         <item name="colorBackgroundCacheHint">@null</item>
952         <item name="buttonBarStyle">@style/Holo.ButtonBar.AlertDialog</item>
953         <item name="borderlessButtonStyle">@style/Widget.Holo.Button.Borderless.Small</item>
955         <item name="textAppearance">@style/TextAppearance.Holo</item>
956         <item name="textAppearanceInverse">@style/TextAppearance.Holo.Inverse</item>
958         <item name="listPreferredItemPaddingLeft">16dip</item>
959         <item name="listPreferredItemPaddingRight">16dip</item>
960         <item name="listPreferredItemPaddingStart">16dip</item>
961         <item name="listPreferredItemPaddingEnd">16dip</item>
963         <item name="preferencePanelStyle">@style/PreferencePanel.Dialog</item>
964     </style>
966     <!-- Variant of Theme.Holo.Dialog that has a nice minimum width for
967          a regular dialog.
969          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
970     <style name="Theme.Holo.Dialog.MinWidth">
971         <item name="windowMinWidthMajor">@dimen/dialog_min_width_major</item>
972         <item name="windowMinWidthMinor">@dimen/dialog_min_width_minor</item>
973     </style>
975     <!-- Variant of Theme.Holo.Dialog that does not include a title bar.
977          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
978     <style name="Theme.Holo.Dialog.NoActionBar">
979         <item name="windowActionBar">false</item>
980         <item name="windowNoTitle">true</item>
981     </style>
983     <!-- Variant of Theme.Holo.Dialog.NoActionBar that has a nice minimum width for
984          a regular dialog.
986          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
987     <style name="Theme.Holo.Dialog.NoActionBar.MinWidth">
988         <item name="windowMinWidthMajor">@dimen/dialog_min_width_major</item>
989         <item name="windowMinWidthMinor">@dimen/dialog_min_width_minor</item>
990     </style>
992     <!-- Variant of Theme.Holo.Dialog that has a fixed size.
994          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
995     <style name="Theme.Holo.Dialog.FixedSize">
996         <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item>
997         <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item>
998         <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item>
999         <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item>
1000     </style>
1002     <!-- Variant of Theme.Holo.Dialog.NoActionBar that has a fixed size.
1004          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1005     <style name="Theme.Holo.Dialog.NoActionBar.FixedSize">
1006         <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item>
1007         <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item>
1008         <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item>
1009         <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item>
1010     </style>
1012     <!-- Variant of Theme.Holo.Dialog that does not include a frame (or background).
1013          The view hierarchy of the dialog is responsible for drawing all of
1014          its pixels.
1016          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1017     <style name="Theme.Holo.Dialog.NoFrame">
1018         <item name="windowBackground">@color/transparent</item>
1019         <item name="windowFrame">@null</item>
1020         <item name="windowContentOverlay">@null</item>
1021         <item name="windowAnimationStyle">@null</item>
1022         <item name="backgroundDimEnabled">false</item>
1023         <item name="windowIsTranslucent">true</item>
1024         <item name="windowNoTitle">true</item>
1025         <item name="windowCloseOnTouchOutside">false</item>
1026     </style>
1028     <style name="Theme.Holo.Dialog.BaseAlert">
1029         <item name="windowBackground">@color/transparent</item>
1030         <item name="windowTitleStyle">@style/DialogWindowTitle.Holo</item>
1031         <item name="windowContentOverlay">@null</item>
1032         <item name="windowMinWidthMajor">@dimen/dialog_min_width_major</item>
1033         <item name="windowMinWidthMinor">@dimen/dialog_min_width_minor</item>
1034     </style>
1036     <!-- Holo theme for alert dialog windows, which is used by the
1037          {@link android.app.AlertDialog} class.  This is basically a dialog
1038          but sets the background to empty so it can do two-tone backgrounds.
1039          For applications targeting Honeycomb or newer, this is the default
1040          AlertDialog theme.
1042          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1043     <style name="Theme.Holo.Dialog.Alert" parent="Theme.Holo.Dialog.BaseAlert" />
1045     <!-- Theme for a window that will be displayed either full-screen on
1046          smaller screens (small, normal) or as a dialog on larger screens
1047          (large, xlarge).
1049          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1050     <style name="Theme.Holo.DialogWhenLarge" parent="Theme.Holo" />
1052     <!-- Theme for a window without a title bar that will be displayed either
1053          full-screen on smaller screens (small, normal) or as a dialog on larger screens
1054          (large, xlarge).
1056          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1057     <style name="Theme.Holo.DialogWhenLarge.NoActionBar" parent="Theme.Holo.NoActionBar" />
1059     <!-- Theme for a presentation window on a secondary display.
1061          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1062     <style name="Theme.Holo.Dialog.Presentation" parent="Theme.Holo.NoActionBar.Fullscreen" />
1064     <!-- Light holo dialog themes -->
1066     <!-- Holo light theme for dialog windows and activities, which is used by the
1067          {@link android.app.Dialog} class.  This changes the window to be
1068          floating (not fill the entire screen), and puts a frame around its
1069          contents.  You can set this theme on an activity if you would like to
1070          make an activity that looks like a Dialog.
1071          This is the default Dialog theme for applications targeting Honeycomb
1072          or newer.
1074          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1075     <style name="Theme.Holo.Light.Dialog">
1076         <item name="windowFrame">@null</item>
1077         <item name="windowTitleStyle">@style/DialogWindowTitle.Holo.Light</item>
1078         <item name="windowBackground">@drawable/dialog_full_holo_light</item>
1079         <item name="windowIsFloating">true</item>
1080         <item name="windowContentOverlay">@null</item>
1081         <item name="windowAnimationStyle">@style/Animation.Holo.Dialog</item>
1082         <item name="windowSoftInputMode">stateUnspecified|adjustPan</item>
1083         <item name="windowActionBar">false</item>
1084         <item name="windowActionModeOverlay">true</item>
1085         <item name="windowCloseOnTouchOutside">@bool/config_closeDialogWhenTouchOutside</item>
1087         <item name="colorBackgroundCacheHint">@null</item>
1089         <item name="buttonBarStyle">@style/Holo.Light.ButtonBar.AlertDialog</item>
1090         <item name="borderlessButtonStyle">@style/Widget.Holo.Light.Button.Borderless.Small</item>
1092         <item name="textAppearance">@style/TextAppearance.Holo.Light</item>
1093         <item name="textAppearanceInverse">@style/TextAppearance.Holo.Light.Inverse</item>
1095         <item name="listPreferredItemPaddingLeft">16dip</item>
1096         <item name="listPreferredItemPaddingRight">16dip</item>
1097         <item name="listPreferredItemPaddingStart">16dip</item>
1098         <item name="listPreferredItemPaddingEnd">16dip</item>
1100         <item name="preferencePanelStyle">@style/PreferencePanel.Dialog</item>
1101     </style>
1103     <!-- Variant of Theme.Holo.Light.Dialog that has a nice minimum width for
1104          a regular dialog.
1106          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1107     <style name="Theme.Holo.Light.Dialog.MinWidth">
1108         <item name="windowMinWidthMajor">@dimen/dialog_min_width_major</item>
1109         <item name="windowMinWidthMinor">@dimen/dialog_min_width_minor</item>
1110     </style>
1112     <!-- Variant of Theme.Holo.Light.Dialog that does not include a title bar.
1114          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1115     <style name="Theme.Holo.Light.Dialog.NoActionBar">
1116         <item name="windowActionBar">false</item>
1117         <item name="windowNoTitle">true</item>
1118     </style>
1120     <!-- Variant of Theme.Holo.Light.Dialog.NoActionBar that has a nice minimum width for
1121          a regular dialog.
1123          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1124     <style name="Theme.Holo.Light.Dialog.NoActionBar.MinWidth">
1125         <item name="windowMinWidthMajor">@dimen/dialog_min_width_major</item>
1126         <item name="windowMinWidthMinor">@dimen/dialog_min_width_minor</item>
1127     </style>
1129     <!-- Variant of Theme.Holo.Light.Dialog that has a fixed size.
1131          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1132     <style name="Theme.Holo.Light.Dialog.FixedSize">
1133         <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item>
1134         <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item>
1135         <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item>
1136         <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item>
1137     </style>
1139     <!-- Variant of Theme.Holo.Light.Dialog.NoActionBar that has a fixed size.
1141          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1142     <style name="Theme.Holo.Light.Dialog.NoActionBar.FixedSize">
1143         <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item>
1144         <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item>
1145         <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item>
1146         <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item>
1147     </style>
1149     <!-- Theme for a window that will be displayed either full-screen on
1150          smaller screens (small, normal) or as a dialog on larger screens
1151          (large, xlarge).
1153          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1154     <style name="Theme.Holo.Light.DialogWhenLarge" parent="Theme.Holo.Light" />
1156     <!-- Theme for a window without an action bar that will be displayed either full-screen
1157          on smaller screens (small, normal) or as a dialog on larger screens
1158          (large, xlarge).
1160          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1161     <style name="Theme.Holo.Light.DialogWhenLarge.NoActionBar" parent="Theme.Holo.Light.NoActionBar" />
1163     <style name="Theme.Holo.Light.Dialog.BaseAlert">
1164         <item name="windowBackground">@color/transparent</item>
1165         <item name="windowTitleStyle">@style/DialogWindowTitle.Holo.Light</item>
1166         <item name="windowContentOverlay">@null</item>
1167         <item name="windowMinWidthMajor">@dimen/dialog_min_width_major</item>
1168         <item name="windowMinWidthMinor">@dimen/dialog_min_width_minor</item>
1169     </style>
1171     <!-- Holo light theme for alert dialog windows, which is used by the
1172          {@link android.app.AlertDialog} class.  This is basically a dialog
1173          but sets the background to empty so it can do two-tone backgrounds.
1174          For applications targeting Honeycomb or newer, this is the default
1175          AlertDialog theme.
1177          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1178     <style name="Theme.Holo.Light.Dialog.Alert" parent="Theme.Holo.Light.Dialog.BaseAlert" />
1180     <!-- Theme for a presentation window on a secondary display.
1182          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1183     <style name="Theme.Holo.Light.Dialog.Presentation" parent="Theme.Holo.Light.NoActionBar.Fullscreen" />
1185     <!-- Default holographic (dark) for windows that want to have the user's selected
1186          wallpaper appear behind them.
1188          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1189     <style name="Theme.Holo.Wallpaper">
1190         <item name="windowBackground">@color/transparent</item>
1191         <item name="colorBackgroundCacheHint">@null</item>
1192         <item name="windowShowWallpaper">true</item>
1193     </style>
1195     <!--Default holographic (dark) for windows that want to have the user's selected
1196          wallpaper appear behind them and without an action bar.
1198          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1199     <style name="Theme.Holo.Wallpaper.NoTitleBar">
1200         <item name="windowNoTitle">true</item>
1201     </style>
1203     <!-- Default holo dark theme for panel windows.  This removes all extraneous
1204          window decorations, so you basically have an empty rectangle in which
1205          to place your content.  It makes the window floating, with a transparent
1206          background, and turns off dimming behind the window.
1208          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1209     <style name="Theme.Holo.Panel">
1210         <item name="windowBackground">@color/transparent</item>
1211         <item name="colorBackgroundCacheHint">@null</item>
1212         <item name="windowFrame">@null</item>
1213         <item name="windowContentOverlay">@null</item>
1214         <item name="windowAnimationStyle">@null</item>
1215         <item name="windowIsFloating">true</item>
1216         <item name="backgroundDimEnabled">false</item>
1217         <item name="windowIsTranslucent">true</item>
1218         <item name="windowNoTitle">true</item>
1219     </style>
1221     <!-- Default holo light theme for panel windows.  This removes all extraneous
1222          window decorations, so you basically have an empty rectangle in which
1223          to place your content.  It makes the window floating, with a transparent
1224          background, and turns off dimming behind the window.
1226          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1227     <style name="Theme.Holo.Light.Panel">
1228         <item name="windowBackground">@color/transparent</item>
1229         <item name="colorBackgroundCacheHint">@null</item>
1230         <item name="windowFrame">@null</item>
1231         <item name="windowContentOverlay">@null</item>
1232         <item name="windowAnimationStyle">@null</item>
1233         <item name="windowIsFloating">true</item>
1234         <item name="backgroundDimEnabled">false</item>
1235         <item name="windowIsTranslucent">true</item>
1236         <item name="windowNoTitle">true</item>
1237     </style>
1239     <!-- Default theme for holo style input methods, which is used by the
1240          {@link android.inputmethodservice.InputMethodService} class.
1241          this inherits from Theme.Panel, but sets up IME appropriate animations
1242          and a few custom attributes.
1244          @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1245     <style name="Theme.Holo.InputMethod" parent="Theme.Holo.Light.Panel">
1246         <item name="windowAnimationStyle">@style/Animation.InputMethod</item>
1247         <item name="imeFullscreenBackground">@drawable/screen_background_selector_light</item>
1248         <item name="imeExtractEnterAnimation">@anim/input_method_extract_enter</item>
1249         <item name="imeExtractExitAnimation">@anim/input_method_extract_exit</item>
1250     </style>
1252     <!-- @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1253     <style name="Theme.Holo.SearchBar" parent="Theme.Holo.Panel">
1254         <item name="actionModeBackground">@drawable/cab_background_top_holo_dark</item>
1255         <item name="actionModeSplitBackground">@drawable/cab_background_bottom_holo_light</item>
1256     </style>
1258     <!-- @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1259     <style name="Theme.Holo.Light.SearchBar" parent="Theme.Holo.Light.Panel">
1260         <item name="actionModeBackground">@drawable/cab_background_top_holo_light</item>
1261         <item name="actionModeSplitBackground">@drawable/cab_background_bottom_holo_light</item>
1262     </style>
1264     <!-- @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1265     <style name="Theme.Holo.CompactMenu">
1266         <!-- Menu/item attributes -->
1267         <item name="itemTextAppearance">?attr/textAppearanceMedium</item>
1268         <item name="listViewStyle">@style/Widget.Holo.ListView</item>
1269         <item name="windowAnimationStyle">@style/Animation.DropDownUp</item>
1270         <item name="background">@null</item>
1271     </style>
1273     <!-- @deprecated Use Material themes on API 21+ or AppCompat on supported APIs. -->
1274     <style name="Theme.Holo.Light.CompactMenu">
1275         <!-- Menu/item attributes -->
1276         <item name="itemTextAppearance">?attr/textAppearanceMedium</item>
1277         <item name="listViewStyle">@style/Widget.Holo.Light.ListView</item>
1278         <item name="windowAnimationStyle">@style/Animation.DropDownUp</item>
1279         <item name="background">@null</item>
1280     </style>
1282 </resources>