Roll NDK to pick std::deque patch.
[android_tools.git] / sdk / platforms / android-25 / data / res / values / themes.xml
blob5b2522f97c8b384b52f7d4298e407a529266c429
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>
32     <!-- The default theme for apps on API level 10 and lower. This is the theme used for
33          activities that have not explicitly set their own theme.
34          <p>You can count on this being a dark
35          background with light text on top, but should try to make no
36          other assumptions about its appearance. In particular, the text
37          inside of widgets using this theme may be completely different,
38          with the widget container being a light color and the text on top
39          of it a dark color.
40          <p>If you're developing for API level 11 and higher, you should instead use {@link
41          #Theme_Holo} or {@link #Theme_DeviceDefault}.</p>
42     -->
43     <style name="Theme">
45         <item name="isLightTheme">false</item>
46         <item name="colorForeground">@color/bright_foreground_dark</item>
47         <item name="colorForegroundInverse">@color/bright_foreground_dark_inverse</item>
48         <item name="colorBackground">@color/background_dark</item>
49         <item name="colorBackgroundFloating">?attr/colorBackground</item>
50         <item name="colorBackgroundCacheHint">?attr/colorBackground</item>
52         <item name="colorPressedHighlight">@color/legacy_pressed_highlight</item>
53         <item name="colorLongPressedHighlight">@color/legacy_long_pressed_highlight</item>
54         <item name="colorFocusedHighlight">@color/legacy_selected_highlight</item>
55         <item name="colorMultiSelectHighlight">@color/legacy_selected_highlight</item>
56         <item name="colorActivatedHighlight">@color/legacy_selected_highlight</item>
58         <item name="colorPrimaryDark">@color/legacy_primary_dark</item>
59         <item name="colorPrimary">@color/legacy_primary</item>
60         <item name="colorSecondary">?attr/colorPrimary</item>
61         <item name="colorControlActivated">@color/legacy_control_activated</item>
62         <item name="colorControlNormal">@color/legacy_control_normal</item>
63         <item name="colorControlHighlight">@color/legacy_button_pressed</item>
64         <item name="colorButtonNormal">@color/legacy_button_normal</item>
65         <item name="colorEdgeEffect">?attr/colorPrimary</item>
67         <item name="disabledAlpha">0.5</item>
68         <item name="backgroundDimAmount">0.6</item>
70         <!-- Text styles -->
71         <item name="textAppearance">@style/TextAppearance</item>
72         <item name="textAppearanceInverse">@style/TextAppearance.Inverse</item>
74         <item name="textColorPrimary">@color/primary_text_dark</item>
75         <item name="textColorSecondary">@color/secondary_text_dark</item>
76         <item name="textColorTertiary">@color/tertiary_text_dark</item>
77         <item name="textColorPrimaryInverse">@color/primary_text_light</item>
78         <item name="textColorSecondaryInverse">@color/secondary_text_light</item>
79         <item name="textColorTertiaryInverse">@color/tertiary_text_light</item>
80         <item name="textColorPrimaryActivated">@color/primary_text_dark</item>
81         <item name="textColorSecondaryActivated">@color/secondary_text_dark</item>
82         <item name="textColorPrimaryDisableOnly">@color/primary_text_dark_disable_only</item>
83         <item name="textColorPrimaryInverseDisableOnly">@color/primary_text_light_disable_only</item>
84         <item name="textColorPrimaryNoDisable">@color/primary_text_dark_nodisable</item>
85         <item name="textColorSecondaryNoDisable">@color/secondary_text_dark_nodisable</item>
86         <item name="textColorPrimaryInverseNoDisable">@color/primary_text_light_nodisable</item>
87         <item name="textColorSecondaryInverseNoDisable">@color/secondary_text_light_nodisable</item>
88         <item name="textColorHint">@color/hint_foreground_dark</item>
89         <item name="textColorHintInverse">@color/hint_foreground_light</item>
90         <item name="textColorSearchUrl">@color/search_url_text</item>
91         <item name="textColorHighlight">@color/highlighted_text_dark</item>
92         <item name="textColorHighlightInverse">@color/highlighted_text_light</item>
93         <item name="textColorLink">@color/link_text_dark</item>
94         <item name="textColorLinkInverse">@color/link_text_light</item>
95         <item name="textColorAlertDialogListItem">@color/primary_text_light_disable_only</item>
97         <item name="textAppearanceLarge">@style/TextAppearance.Large</item>
98         <item name="textAppearanceMedium">@style/TextAppearance.Medium</item>
99         <item name="textAppearanceSmall">@style/TextAppearance.Small</item>
100         <item name="textAppearanceLargeInverse">@style/TextAppearance.Large.Inverse</item>
101         <item name="textAppearanceMediumInverse">@style/TextAppearance.Medium.Inverse</item>
102         <item name="textAppearanceSmallInverse">@style/TextAppearance.Small.Inverse</item>
103         <item name="textAppearanceSearchResultTitle">@style/TextAppearance.SearchResult.Title</item>
104         <item name="textAppearanceSearchResultSubtitle">@style/TextAppearance.SearchResult.Subtitle</item>
106         <item name="textAppearanceEasyCorrectSuggestion">@style/TextAppearance.EasyCorrectSuggestion</item>
107         <item name="textAppearanceMisspelledSuggestion">@style/TextAppearance.MisspelledSuggestion</item>
108         <item name="textAppearanceAutoCorrectionSuggestion">@style/TextAppearance.AutoCorrectionSuggestion</item>
110         <item name="textAppearanceButton">@style/TextAppearance.Widget.Button</item>
112         <item name="editTextColor">@color/primary_text_light</item>
113         <item name="editTextBackground">@drawable/edit_text</item>
115         <item name="candidatesTextStyleSpans">@string/candidates_style</item>
117         <item name="textCheckMark">@drawable/indicator_check_mark_dark</item>
118         <item name="textCheckMarkInverse">@drawable/indicator_check_mark_light</item>
120         <item name="textAppearanceLargePopupMenu">@style/TextAppearance.Widget.PopupMenu.Large</item>
121         <item name="textAppearanceSmallPopupMenu">@style/TextAppearance.Widget.PopupMenu.Small</item>
123         <!-- Button styles -->
124         <item name="buttonStyle">@style/Widget.Button</item>
125         <item name="buttonStyleSmall">@style/Widget.Button.Small</item>
126         <item name="buttonStyleInset">@style/Widget.Button.Inset</item>
127         <item name="buttonStyleToggle">@style/Widget.Button.Toggle</item>
129         <item name="switchStyle">@style/Widget.CompoundButton.Switch</item>
131         <item name="selectableItemBackground">@drawable/item_background</item>
132         <item name="selectableItemBackgroundBorderless">?attr/selectableItemBackground</item>
133         <item name="borderlessButtonStyle">?attr/buttonStyle</item>
134         <item name="homeAsUpIndicator">@drawable/ic_ab_back_holo_dark</item>
136         <!-- List attributes -->
137         <item name="listPreferredItemHeight">64dip</item>
138         <item name="listPreferredItemHeightSmall">?attr/listPreferredItemHeight</item>
139         <item name="listPreferredItemHeightLarge">?attr/listPreferredItemHeight</item>
140         <item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeight</item>
141         <item name="textAppearanceListItem">?attr/textAppearanceLarge</item>
142         <item name="textAppearanceListItemSmall">?attr/textAppearanceLarge</item>
143         <item name="textAppearanceListItemSecondary">?attr/textAppearanceSmall</item>
144         <item name="listPreferredItemPaddingLeft">6dip</item>
145         <item name="listPreferredItemPaddingRight">6dip</item>
146         <item name="listPreferredItemPaddingStart">6dip</item>
147         <item name="listPreferredItemPaddingEnd">6dip</item>
149         <!-- @hide -->
150         <item name="searchResultListItemHeight">58dip</item>
151         <item name="listDivider">@drawable/divider_horizontal_dark</item>
152         <item name="listSeparatorTextViewStyle">@style/Widget.TextView.ListSeparator</item>
154         <item name="listChoiceIndicatorSingle">@drawable/btn_radio</item>
155         <item name="listChoiceIndicatorMultiple">@drawable/btn_check</item>
157         <item name="listChoiceBackgroundIndicator">@drawable/list_selector_background</item>
159         <item name="activatedBackgroundIndicator">@drawable/activated_background</item>
161         <item name="listDividerAlertDialog">@drawable/divider_horizontal_bright</item>
163         <item name="expandableListPreferredItemPaddingLeft">40dip</item>
164         <item name="expandableListPreferredChildPaddingLeft">?attr/expandableListPreferredItemPaddingLeft</item>
166         <item name="expandableListPreferredItemIndicatorLeft">3dip</item>
167         <item name="expandableListPreferredItemIndicatorRight">0dip</item>
168         <item name="expandableListPreferredChildIndicatorLeft">?attr/expandableListPreferredItemIndicatorLeft</item>
169         <item name="expandableListPreferredChildIndicatorRight">?attr/expandableListPreferredItemIndicatorRight</item>
170         <item name="findOnPageNextDrawable">@drawable/ic_find_next_holo_dark</item>
171         <item name="findOnPagePreviousDrawable">@drawable/ic_find_previous_holo_dark</item>
173         <!-- Gallery attributes -->
174         <item name="galleryItemBackground">@drawable/gallery_item_background</item>
176         <!-- Window attributes -->
177         <item name="windowBackground">@drawable/screen_background_selector_dark</item>
178         <item name="windowBackgroundFallback">?attr/colorBackground</item>
179         <item name="windowClipToOutline">false</item>
180         <item name="windowFrame">@null</item>
181         <item name="windowNoTitle">false</item>
182         <item name="windowFullscreen">false</item>
183         <item name="windowOverscan">false</item>
184         <item name="windowIsFloating">false</item>
185         <item name="windowContentOverlay">@null</item>
186         <item name="windowShowWallpaper">false</item>
187         <item name="windowTitleStyle">@style/WindowTitle</item>
188         <item name="windowTitleSize">25dip</item>
189         <item name="windowTitleBackgroundStyle">@style/WindowTitleBackground</item>
190         <item name="windowAnimationStyle">@style/Animation.Activity</item>
191         <item name="windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
192         <item name="windowActionBar">false</item>
193         <item name="windowActionModeOverlay">false</item>
194         <item name="windowCloseOnTouchOutside">false</item>
195         <item name="windowTranslucentStatus">false</item>
196         <item name="windowTranslucentNavigation">false</item>
197         <item name="windowDrawsSystemBarBackgrounds">false</item>
198         <item name="statusBarColor">@color/black</item>
199         <item name="navigationBarColor">@color/black</item>
200         <item name="windowActionBarFullscreenDecorLayout">@layout/screen_action_bar</item>
201         <item name="windowContentTransitions">false</item>
202         <item name="windowActivityTransitions">false</item>
204         <!-- Define these here; ContextThemeWrappers around themes that define them should
205              always clear these values. -->
206         <item name="windowFixedWidthMajor">0dp</item>
207         <item name="windowFixedWidthMinor">0dp</item>
208         <item name="windowFixedHeightMajor">0dp</item>
209         <item name="windowFixedHeightMinor">0dp</item>
211         <!-- Dialog attributes -->
212         <item name="dialogTheme">@style/Theme.Dialog</item>
213         <item name="dialogTitleIconsDecorLayout">@layout/dialog_title_icons</item>
214         <item name="dialogCustomTitleDecorLayout">@layout/dialog_custom_title</item>
215         <item name="dialogTitleDecorLayout">@layout/dialog_title</item>
216         <item name="dialogPreferredPadding">@dimen/dialog_padding</item>
218         <!-- AlertDialog attributes -->
219         <item name="alertDialogTheme">@style/Theme.Dialog.Alert</item>
220         <item name="alertDialogStyle">@style/AlertDialog</item>
221         <item name="alertDialogCenterButtons">true</item>
222         <item name="alertDialogIcon">@drawable/ic_dialog_alert</item>
224         <!-- Presentation attributes (introduced after API level 10 so does not
225              have a special old-style theme. -->
226         <item name="presentationTheme">@style/Theme.DeviceDefault.Dialog.Presentation</item>
228         <!-- Toast attributes -->
229         <item name="toastFrameBackground">@drawable/toast_frame</item>
231         <!-- Panel attributes -->
232         <item name="panelBackground">@drawable/menu_background</item>
233         <item name="panelFullBackground">@drawable/menu_background_fill_parent_width</item>
234         <!-- These three attributes do not seems to be used by the framework. Declared public though -->
235         <item name="panelColorBackground">#000</item>
236         <item name="panelColorForeground">?attr/textColorPrimary</item>
237         <item name="panelTextAppearance">?attr/textAppearance</item>
239         <item name="panelMenuIsCompact">false</item>
240         <item name="panelMenuListWidth">296dip</item>
242         <!-- Scrollbar attributes -->
243         <item name="scrollbarFadeDuration">250</item>
244         <item name="scrollbarDefaultDelayBeforeFade">300</item>
245         <item name="scrollbarSize">10dip</item>
246         <item name="scrollbarThumbHorizontal">@drawable/scrollbar_handle_horizontal</item>
247         <item name="scrollbarThumbVertical">@drawable/scrollbar_handle_vertical</item>
248         <item name="scrollbarTrackHorizontal">@null</item>
249         <item name="scrollbarTrackVertical">@null</item>
251         <!-- Text selection handle attributes -->
252         <item name="textSelectHandleLeft">@drawable/text_select_handle_left_material</item>
253         <item name="textSelectHandleRight">@drawable/text_select_handle_right_material</item>
254         <item name="textSelectHandle">@drawable/text_select_handle_middle_material</item>
255         <item name="textSelectHandleWindowStyle">@style/Widget.TextSelectHandle</item>
256         <item name="textEditPasteWindowLayout">@layout/text_edit_paste_window</item>
257         <item name="textEditNoPasteWindowLayout">@layout/text_edit_no_paste_window</item>
258         <item name="textEditSidePasteWindowLayout">@layout/text_edit_side_paste_window</item>
259         <item name="textEditSideNoPasteWindowLayout">@layout/text_edit_side_no_paste_window</item>
260         <item name="textCursorDrawable">@null</item>
262         <!-- Widget styles -->
263         <item name="absListViewStyle">@style/Widget.AbsListView</item>
264         <item name="autoCompleteTextViewStyle">@style/Widget.AutoCompleteTextView</item>
265         <item name="checkboxStyle">@style/Widget.CompoundButton.CheckBox</item>
266         <item name="checkedTextViewStyle">@style/Widget.CheckedTextView</item>
267         <item name="dropDownListViewStyle">@style/Widget.ListView.DropDown</item>
268         <item name="editTextStyle">@style/Widget.EditText</item>
269         <item name="expandableListViewStyle">@style/Widget.ExpandableListView</item>
270         <item name="expandableListViewWhiteStyle">@style/Widget.ExpandableListView.White</item>
271         <item name="fastScrollStyle">@style/Widget.FastScroll</item>
272         <item name="galleryStyle">@style/Widget.Gallery</item>
273         <item name="gestureOverlayViewStyle">@style/Widget.GestureOverlayView</item>
274         <item name="gridViewStyle">@style/Widget.GridView</item>
275         <item name="imageButtonStyle">@style/Widget.ImageButton</item>
276         <item name="imageWellStyle">@style/Widget.ImageWell</item>
277         <item name="listViewStyle">@style/Widget.ListView</item>
278         <item name="listViewWhiteStyle">@style/Widget.ListView.White</item>
279         <item name="popupWindowStyle">@style/Widget.PopupWindow</item>
280         <item name="progressBarStyle">@style/Widget.ProgressBar</item>
281         <item name="progressBarStyleHorizontal">@style/Widget.ProgressBar.Horizontal</item>
282         <item name="progressBarStyleSmall">@style/Widget.ProgressBar.Small</item>
283         <item name="progressBarStyleSmallTitle">@style/Widget.ProgressBar.Small.Title</item>
284         <item name="progressBarStyleLarge">@style/Widget.ProgressBar.Large</item>
285         <item name="progressBarStyleInverse">@style/Widget.ProgressBar.Inverse</item>
286         <item name="progressBarStyleSmallInverse">@style/Widget.ProgressBar.Small.Inverse</item>
287         <item name="progressBarStyleLargeInverse">@style/Widget.ProgressBar.Large.Inverse</item>
288         <item name="seekBarStyle">@style/Widget.SeekBar</item>
289         <item name="ratingBarStyle">@style/Widget.RatingBar</item>
290         <item name="ratingBarStyleIndicator">@style/Widget.RatingBar.Indicator</item>
291         <item name="ratingBarStyleSmall">@style/Widget.RatingBar.Small</item>
292         <item name="radioButtonStyle">@style/Widget.CompoundButton.RadioButton</item>
293         <item name="scrollViewStyle">@style/Widget.ScrollView</item>
294         <item name="horizontalScrollViewStyle">@style/Widget.HorizontalScrollView</item>
295         <item name="spinnerStyle">@style/Widget.Spinner</item>
296         <item name="dropDownSpinnerStyle">@style/Widget.Spinner.DropDown</item>
297         <item name="starStyle">@style/Widget.CompoundButton.Star</item>
298         <item name="tabWidgetStyle">@style/Widget.TabWidget</item>
299         <item name="textViewStyle">@style/Widget.TextView</item>
300         <item name="errorMessageBackground">@drawable/popup_inline_error</item>
301         <item name="errorMessageAboveBackground">@drawable/popup_inline_error_above</item>
302         <item name="webTextViewStyle">@style/Widget.WebTextView</item>
303         <item name="webViewStyle">@style/Widget.WebView</item>
304         <item name="dropDownItemStyle">@style/Widget.DropDownItem</item>
305         <item name="spinnerDropDownItemStyle">@style/Widget.DropDownItem.Spinner</item>
306         <item name="spinnerItemStyle">@style/Widget.TextView.SpinnerItem</item>
307         <item name="dropDownHintAppearance">@style/TextAppearance.Widget.DropDownHint</item>
308         <item name="keyboardViewStyle">@style/Widget.KeyboardView</item>
309         <item name="quickContactBadgeOverlay">@drawable/quickcontact_badge_overlay_dark</item>
310         <item name="quickContactBadgeStyleWindowSmall">@style/Widget.QuickContactBadge.WindowSmall</item>
311         <item name="quickContactBadgeStyleWindowMedium">@style/Widget.QuickContactBadge.WindowMedium</item>
312         <item name="quickContactBadgeStyleWindowLarge">@style/Widget.QuickContactBadge.WindowLarge</item>
313         <item name="quickContactBadgeStyleSmallWindowSmall">@style/Widget.QuickContactBadgeSmall.WindowSmall</item>
314         <item name="quickContactBadgeStyleSmallWindowMedium">@style/Widget.QuickContactBadgeSmall.WindowMedium</item>
315         <item name="quickContactBadgeStyleSmallWindowLarge">@style/Widget.QuickContactBadgeSmall.WindowLarge</item>
316         <item name="listPopupWindowStyle">@style/Widget.ListPopupWindow</item>
317         <item name="popupMenuStyle">@style/Widget.PopupMenu</item>
318         <item name="activityChooserViewStyle">@style/Widget.ActivityChooserView</item>
319         <item name="mediaRouteButtonStyle">@style/Widget.DeviceDefault.MediaRouteButton</item>
320         <item name="fragmentBreadCrumbsStyle">@style/Widget.FragmentBreadCrumbs</item>
321         <item name="contextPopupMenuStyle">?attr/popupMenuStyle</item>
323         <!-- Preference styles -->
324         <item name="preferenceScreenStyle">@style/Preference.PreferenceScreen</item>
325         <item name="preferenceActivityStyle">@style/PreferenceActivity</item>
326         <item name="preferenceFragmentStyle">@style/PreferenceFragment</item>
327         <item name="preferenceCategoryStyle">@style/Preference.Category</item>
328         <item name="preferenceStyle">@style/Preference</item>
329         <item name="preferenceInformationStyle">@style/Preference.Information</item>
330         <item name="checkBoxPreferenceStyle">@style/Preference.CheckBoxPreference</item>
331         <item name="switchPreferenceStyle">@style/Preference.SwitchPreference</item>
332         <item name="seekBarPreferenceStyle">@style/Preference.SeekBarPreference</item>
333         <item name="yesNoPreferenceStyle">@style/Preference.DialogPreference.YesNoPreference</item>
334         <item name="dialogPreferenceStyle">@style/Preference.DialogPreference</item>
335         <item name="seekBarDialogPreferenceStyle">@style/Preference.DialogPreference.SeekBarPreference</item>
336         <item name="editTextPreferenceStyle">@style/Preference.DialogPreference.EditTextPreference</item>
337         <item name="ringtonePreferenceStyle">@style/Preference.RingtonePreference</item>
338         <item name="preferenceLayoutChild">@layout/preference_child</item>
339         <item name="preferencePanelStyle">@style/PreferencePanel</item>
340         <item name="preferenceHeaderPanelStyle">@style/PreferenceHeaderPanel</item>
341         <item name="preferenceListStyle">@style/PreferenceHeaderList</item>
342         <item name="preferenceFragmentListStyle">@style/PreferenceFragmentList</item>
343         <item name="preferenceFragmentPaddingSide">@dimen/preference_fragment_padding_side</item>
344         <item name="detailsElementBackground">@drawable/panel_bg_holo_dark</item>
346         <!-- Search widget styles -->
347         <item name="searchWidgetCorpusItemBackground">@color/search_widget_corpus_item_background</item>
349         <!-- Action bar styles -->
350         <item name="actionDropDownStyle">@style/Widget.Spinner.DropDown</item>
351         <item name="actionButtonStyle">@style/Widget.ActionButton</item>
352         <item name="actionOverflowButtonStyle">@style/Widget.ActionButton.Overflow</item>
353         <item name="actionOverflowMenuStyle">?attr/popupMenuStyle</item>
354         <item name="actionModeBackground">@drawable/cab_background_top_holo_dark</item>
355         <item name="actionModeSplitBackground">@null</item>
356         <item name="actionModeCloseDrawable">@drawable/ic_menu_close_clear_cancel</item>
357         <item name="actionModeCutDrawable">@drawable/ic_menu_cut_holo_dark</item>
358         <item name="actionModeCopyDrawable">@drawable/ic_menu_copy_holo_dark</item>
359         <item name="actionModePasteDrawable">@drawable/ic_menu_paste_holo_dark</item>
360         <item name="actionModeSelectAllDrawable">@drawable/ic_menu_selectall_holo_dark</item>
361         <item name="actionModeShareDrawable">@drawable/ic_menu_share_holo_dark</item>
362         <item name="actionModeFindDrawable">@drawable/ic_menu_find_holo_dark</item>
363         <item name="actionModeWebSearchDrawable">@drawable/ic_menu_search</item>
364         <item name="actionBarTabStyle">@style/Widget.ActionBar.TabView</item>
365         <item name="actionBarTabBarStyle">@style/Widget.ActionBar.TabBar</item>
366         <item name="actionBarTabTextStyle">@style/Widget.ActionBar.TabText</item>
367         <item name="actionModeStyle">@style/Widget.ActionMode</item>
368         <item name="actionModeCloseButtonStyle">@style/Widget.ActionButton.CloseMode</item>
369         <item name="actionBarStyle">@style/Widget.ActionBar</item>
370         <item name="actionBarSplitStyle">?attr/actionBarStyle</item>
371         <item name="actionBarSize">@dimen/action_bar_default_height</item>
372         <item name="actionModePopupWindowStyle">?attr/popupWindowStyle</item>
373         <item name="actionMenuTextAppearance">@style/TextAppearance.Holo.Widget.ActionBar.Menu</item>
374         <item name="actionMenuTextColor">?attr/textColorPrimary</item>
375         <item name="actionBarWidgetTheme">@null</item>
376         <item name="actionBarPopupTheme">@null</item>
377         <item name="actionBarTheme">@null</item>
378         <item name="actionBarDivider">?attr/dividerVertical</item>
379         <item name="actionBarItemBackground">?attr/selectableItemBackground</item>
381         <item name="toolbarStyle">@style/Widget.Toolbar</item>
383         <item name="dividerVertical">@drawable/divider_vertical_dark</item>
384         <item name="dividerHorizontal">@drawable/divider_vertical_dark</item>
385         <item name="buttonBarStyle">@style/ButtonBar</item>
386         <item name="buttonBarButtonStyle">?attr/buttonStyle</item>
387         <item name="buttonBarPositiveButtonStyle">?attr/buttonBarButtonStyle</item>
388         <item name="buttonBarNegativeButtonStyle">?attr/buttonBarButtonStyle</item>
389         <item name="buttonBarNeutralButtonStyle">?attr/buttonBarButtonStyle</item>
390         <item name="segmentedButtonStyle">@style/SegmentedButton</item>
391         <item name="fingerprintAuthDrawable">@drawable/ic_fingerprint</item>
393         <!-- Floating toolbar styles -->
394         <item name="floatingToolbarCloseDrawable">@drawable/ic_ab_back_material_dark</item>
395         <item name="floatingToolbarForegroundColor">@color/foreground_material_dark</item>
396         <item name="floatingToolbarItemBackgroundBorderlessDrawable">@drawable/item_background_borderless_material_dark</item>
397         <item name="floatingToolbarItemBackgroundDrawable">@drawable/item_background_material_dark</item>
398         <item name="floatingToolbarOpenDrawable">@drawable/ic_menu_moreoverflow_material_dark</item>
399         <item name="floatingToolbarPopupBackgroundDrawable">@drawable/floating_popup_background_dark</item>
401         <!-- SearchView attributes -->
402         <item name="searchViewStyle">@style/Widget.Holo.SearchView</item>
403         <item name="searchDialogTheme">@style/Theme.SearchBar</item>
405         <!-- PreferenceFrameLayout attributes -->
406         <item name="preferenceFrameLayoutStyle">@style/Widget.PreferenceFrameLayout</item>
408         <!-- NumberPicker style-->
409         <item name="numberPickerStyle">@style/Widget.NumberPicker</item>
411         <!-- CalendarView style-->
412         <item name="calendarViewStyle">@style/Widget.CalendarView</item>
414         <!-- TimePicker style -->
415         <item name="timePickerStyle">@style/Widget.TimePicker</item>
417         <!-- TimePicker dialog theme -->
418         <item name="timePickerDialogTheme">?attr/alertDialogTheme</item>
420         <!-- DatePicker style -->
421         <item name="datePickerStyle">@style/Widget.DatePicker</item>
423         <!-- DatePicker dialog theme -->
424         <item name="datePickerDialogTheme">?attr/alertDialogTheme</item>
426         <item name="fastScrollThumbDrawable">@drawable/scrollbar_handle_accelerated_anim2</item>
427         <item name="fastScrollTrackDrawable">@null</item>
428         <item name="fastScrollPreviewBackgroundRight">@drawable/menu_submenu_background</item>
429         <item name="fastScrollPreviewBackgroundLeft">@drawable/menu_submenu_background</item>
430         <item name="fastScrollOverlayPosition">floating</item>
431         <item name="fastScrollTextColor">@color/primary_text_dark</item>
433         <!-- Accessibility focused drawable -->
434         <item name="accessibilityFocusedDrawable">@drawable/view_accessibility_focused</item>
436         <!-- Lighting and shadow properties -->
437         <item name="lightY">@dimen/light_y</item>
438         <item name="lightZ">@dimen/light_z</item>
439         <item name="lightRadius">@dimen/light_radius</item>
440         <item name="ambientShadowAlpha">@dimen/ambient_shadow_alpha</item>
441         <item name="spotShadowAlpha">@dimen/spot_shadow_alpha</item>
442     </style>
444     <!-- Variant of {@link #Theme} with no title bar -->
445     <style name="Theme.NoTitleBar">
446         <item name="windowNoTitle">true</item>
447     </style>
449     <!-- Variant of {@link #Theme} that has no title bar and no status bar.  This theme
450          sets {@link android.R.attr#windowFullscreen} to true.  -->
451     <style name="Theme.NoTitleBar.Fullscreen">
452         <item name="windowFullscreen">true</item>
453         <item name="windowContentOverlay">@null</item>
454     </style>
456     <!-- No title bar, but Action Mode bars will overlay application content
457          instead of pushing it down to make room. -->
458     <style name="Theme.NoTitleBar.OverlayActionModes">
459         <item name="windowActionModeOverlay">true</item>
460     </style>
462     <!-- Default theme with an Action Bar. -->
463     <style name="Theme.WithActionBar">
464         <item name="windowActionBar">true</item>
465     </style>
467     <!-- Theme for a light background with dark text on top.  Set your activity
468          to this theme if you would like such an appearance.  As with the
469          default theme, you should try to assume little more than that the
470          background will be a light color.
471          <p>This is designed for API level 10 and lower.</p>-->
472     <style name="Theme.Light">
473         <item name="isLightTheme">true</item>
474         <item name="windowBackground">@drawable/screen_background_selector_light</item>
475         <item name="windowClipToOutline">false</item>
477         <item name="colorBackground">@color/background_light</item>
478         <item name="colorForeground">@color/bright_foreground_light</item>
479         <item name="colorForegroundInverse">@color/bright_foreground_light_inverse</item>
481         <item name="colorPrimaryDark">@color/legacy_light_primary_dark</item>
482         <item name="colorPrimary">@color/legacy_light_primary</item>
483         <item name="colorControlActivated">@color/legacy_light_control_activated</item>
484         <item name="colorControlNormal">@color/legacy_light_control_normal</item>
485         <item name="colorControlHighlight">@color/legacy_light_button_pressed</item>
486         <item name="colorButtonNormal">@color/legacy_light_button_normal</item>
488         <item name="textColorPrimary">@color/primary_text_light</item>
489         <item name="textColorSecondary">@color/secondary_text_light</item>
490         <item name="textColorTertiary">@color/tertiary_text_light</item>
491         <item name="textColorPrimaryInverse">@color/primary_text_dark</item>
492         <item name="textColorSecondaryInverse">@color/secondary_text_dark</item>
493         <item name="textColorTertiaryInverse">@color/tertiary_text_dark</item>
494         <item name="textColorPrimaryActivated">@color/primary_text_light</item>
495         <item name="textColorSecondaryActivated">@color/secondary_text_light</item>
496         <item name="textColorPrimaryDisableOnly">@color/primary_text_light_disable_only</item>
497         <item name="textColorPrimaryInverseDisableOnly">@color/primary_text_dark_disable_only</item>
498         <item name="textColorPrimaryNoDisable">@color/primary_text_light_nodisable</item>
499         <item name="textColorSecondaryNoDisable">@color/secondary_text_light_nodisable</item>
500         <item name="textColorPrimaryInverseNoDisable">@color/primary_text_dark_nodisable</item>
501         <item name="textColorSecondaryInverseNoDisable">@color/secondary_text_dark_nodisable</item>
502         <item name="textColorHint">@color/hint_foreground_light</item>
503         <item name="textColorHintInverse">@color/hint_foreground_dark</item>
504         <item name="textColorHighlight">@color/highlighted_text_light</item>
505         <item name="textColorHighlightInverse">@color/highlighted_text_dark</item>
506         <item name="textColorLink">@color/link_text_light</item>
507         <item name="textColorLinkInverse">@color/link_text_dark</item>
509         <item name="editTextColor">@color/primary_text_light</item>
510         <item name="listChoiceBackgroundIndicator">@drawable/list_selector_background</item>
512         <item name="activatedBackgroundIndicator">@drawable/activated_background_light</item>
513         <item name="quickContactBadgeOverlay">@drawable/quickcontact_badge_overlay_light</item>
515         <item name="popupWindowStyle">@style/Widget.PopupWindow</item>
517         <item name="textCheckMark">@drawable/indicator_check_mark_light</item>
518         <item name="textCheckMarkInverse">@drawable/indicator_check_mark_dark</item>
520         <item name="gestureOverlayViewStyle">@style/Widget.GestureOverlayView.White</item>
521         <item name="expandableListViewStyle">@style/Widget.ExpandableListView.White</item>
522         <item name="listViewStyle">@style/Widget.ListView.White</item>
523         <item name="listDivider">@drawable/divider_horizontal_bright</item>
524         <item name="listSeparatorTextViewStyle">@style/Widget.TextView.ListSeparator.White</item>
526         <item name="progressBarStyle">@style/Widget.ProgressBar.Inverse</item>
527         <item name="progressBarStyleSmall">@style/Widget.ProgressBar.Small.Inverse</item>
528         <item name="progressBarStyleLarge">@style/Widget.ProgressBar.Large.Inverse</item>
529         <item name="progressBarStyleInverse">@style/Widget.ProgressBar</item>
530         <item name="progressBarStyleSmallInverse">@style/Widget.ProgressBar.Small</item>
531         <item name="progressBarStyleLargeInverse">@style/Widget.ProgressBar.Large</item>
532         <item name="actionModeCutDrawable">@drawable/ic_menu_cut_holo_light</item>
533         <item name="actionModeCopyDrawable">@drawable/ic_menu_copy_holo_light</item>
534         <item name="actionModePasteDrawable">@drawable/ic_menu_paste_holo_light</item>
535         <item name="actionModeSelectAllDrawable">@drawable/ic_menu_selectall_holo_light</item>
536         <item name="actionModeShareDrawable">@drawable/ic_menu_share_holo_light</item>
537         <item name="actionModeFindDrawable">@drawable/ic_menu_find_holo_light</item>
538         <item name="actionModeWebSearchDrawable">@drawable/ic_menu_search_holo_light</item>
539         <item name="actionModeBackground">@drawable/cab_background_top_holo_light</item>
540         <item name="actionModeSplitBackground">@drawable/cab_background_bottom_holo_light</item>
542         <item name="searchViewStyle">@style/Widget.Holo.Light.SearchView</item>
543         <item name="detailsElementBackground">@drawable/panel_bg_holo_light</item>
545         <item name="mediaRouteButtonStyle">@style/Widget.DeviceDefault.Light.MediaRouteButton</item>
546         <item name="findOnPageNextDrawable">@drawable/ic_find_next_holo_light</item>
547         <item name="findOnPagePreviousDrawable">@drawable/ic_find_previous_holo_light</item>
549         <!-- Floating toolbar styles -->
550         <item name="floatingToolbarCloseDrawable">@drawable/ic_ab_back_material_light</item>
551         <item name="floatingToolbarForegroundColor">@color/foreground_material_light</item>
552         <item name="floatingToolbarItemBackgroundBorderlessDrawable">@drawable/item_background_borderless_material_light</item>
553         <item name="floatingToolbarItemBackgroundDrawable">@drawable/item_background_material_light</item>
554         <item name="floatingToolbarOpenDrawable">@drawable/ic_menu_moreoverflow_material_light</item>
555         <item name="floatingToolbarPopupBackgroundDrawable">@drawable/floating_popup_background_light</item>
556     </style>
558     <!-- Variant of {@link #Theme_Light} with no title bar -->
559     <style name="Theme.Light.NoTitleBar">
560         <item name="windowNoTitle">true</item>
561     </style>
563     <!-- Variant of {@link #Theme_Light} that has no title bar and
564          no status bar.  This theme
565          sets {@link android.R.attr#windowFullscreen} to true. -->
566     <style name="Theme.Light.NoTitleBar.Fullscreen">
567         <item name="windowFullscreen">true</item>
568         <item name="windowContentOverlay">@null</item>
569     </style>
571     <!-- Variant on {@link #Theme} that ensures the background is
572          completely black.  This is useful for things like image viewers and
573          media players.   If you want the normal (dark background) theme
574          do <em>not</em> use this, use {@link #Theme}. -->
575     <style name="Theme.Black">
576         <item name="windowBackground">@color/black</item>
577         <item name="colorBackground">@color/black</item>
578     </style>
580     <!-- Variant of {@link #Theme_Black} with no title bar -->
581     <style name="Theme.Black.NoTitleBar">
582         <item name="windowNoTitle">true</item>
583     </style>
585     <!-- Variant of {@link #Theme_Black} that has no title bar and
586          no status bar.  This theme
587          sets {@link android.R.attr#windowFullscreen} to true.  -->
588     <style name="Theme.Black.NoTitleBar.Fullscreen">
589         <item name="windowFullscreen">true</item>
590         <item name="windowContentOverlay">@null</item>
591     </style>
593     <!-- Theme for windows that want to have the user's selected
594          wallpaper appear behind them (for API level 10 and lower).  -->
595     <style name="Theme.Wallpaper">
596         <item name="windowBackground">@color/transparent</item>
597         <item name="colorBackgroundCacheHint">@null</item>
598         <item name="windowShowWallpaper">true</item>
599     </style>
601     <!-- Variant of {@link #Theme_Wallpaper} that has no title bar -->
602     <style name="Theme.Wallpaper.NoTitleBar">
603         <item name="windowNoTitle">true</item>
604     </style>
606     <!-- Variant of {@link #Theme_Wallpaper} that
607          has no title bar or status bar. -->
608     <style name="Theme.Wallpaper.NoTitleBar.Fullscreen">
609         <item name="windowFullscreen">true</item>
610         <item name="windowContentOverlay">@null</item>
611     </style>
613     <!-- Theme for a wallpaper's setting activity, which is designed to be a transparent
614          background with a dark shade, so the previous Activity is visible in the background. -->
615     <style name="Theme.WallpaperSettings">
616         <item name="windowBackground">@drawable/screen_background_dark_transparent</item>
617         <item name="colorBackgroundCacheHint">@null</item>
618         <item name="windowIsTranslucent">true</item>
619         <item name="windowAnimationStyle">@style/Animation.Translucent</item>
620     </style>
622     <!-- Theme for a wallpaper's setting activity, which is designed to be a transparent
623          background with a light shade, so the previous Activity is visible in the background. -->
624     <style name="Theme.Light.WallpaperSettings">
625         <item name="windowBackground">@drawable/screen_background_light_transparent</item>
626         <item name="colorBackgroundCacheHint">@null</item>
627         <item name="windowIsTranslucent">true</item>
628         <item name="windowAnimationStyle">@style/Animation.Translucent</item>
629     </style>
631     <!-- Style to apply on top of a wallpaper settings theme when it is being
632          shown on top of the real wallpaper -->
633     <style name="ActiveWallpaperSettings" />
635     <!-- Style to apply on top of a wallpaper settings theme when it is being
636          shown on top of the real wallpaper -->
637     <style name="PreviewWallpaperSettings" />
639     <!-- Theme for translucent activities (on API level 10 and lower). That is, windows
640          that allow you to see through them to the windows behind.  This sets up the translucent
641          flag and appropriate animations for your windows.  -->
642     <style name="Theme.Translucent">
643         <item name="windowBackground">@color/transparent</item>
644         <item name="colorBackgroundCacheHint">@null</item>
645         <item name="windowIsTranslucent">true</item>
646         <!-- Note that we use the base animation style here (that is no
647              animations) because we really have no idea how this kind of
648              activity will be used. -->
649         <item name="windowAnimationStyle">@style/Animation</item>
650     </style>
652     <!-- Variant of {@link #Theme_Translucent} with no title bar -->
653     <style name="Theme.Translucent.NoTitleBar">
654         <item name="windowNoTitle">true</item>
655         <item name="windowContentOverlay">@null</item>
656     </style>
658     <!-- Variant of {@link #Theme_Translucent} that has no title bar and
659          no status bar -->
660     <style name="Theme.Translucent.NoTitleBar.Fullscreen">
661         <item name="windowFullscreen">true</item>
662     </style>
664     <!-- Default theme for activities that don't actually display a UI; that
665          is, they finish themselves before being resumed.  -->
666     <style name="Theme.NoDisplay">
667         <item name="windowBackground">@null</item>
668         <item name="windowContentOverlay">@null</item>
669         <item name="windowIsTranslucent">true</item>
670         <item name="windowAnimationStyle">@null</item>
671         <item name="windowDisablePreview">true</item>
672         <item name="windowNoDisplay">true</item>
673     </style>
675     <!-- Default theme for dialog windows and activities (on API level 10 and lower),
676          which is used by the
677          {@link android.app.Dialog} class.  This changes the window to be
678          floating (not fill the entire screen), and puts a frame around its
679          contents.  You can set this theme on an activity if you would like to
680          make an activity that looks like a Dialog. -->
681     <style name="Theme.Dialog">
682         <item name="windowFrame">@null</item>
683         <item name="windowTitleStyle">@style/DialogWindowTitle</item>
684         <item name="windowBackground">@drawable/panel_background</item>
685         <item name="windowIsFloating">true</item>
686         <item name="windowContentOverlay">@null</item>
687         <item name="windowAnimationStyle">@style/Animation.Dialog</item>
688         <item name="windowSoftInputMode">stateUnspecified|adjustPan</item>
689         <item name="windowCloseOnTouchOutside">@bool/config_closeDialogWhenTouchOutside</item>
690         <item name="windowActionModeOverlay">true</item>
692         <item name="colorBackgroundCacheHint">@null</item>
694         <item name="textAppearance">@style/TextAppearance</item>
695         <item name="textAppearanceInverse">@style/TextAppearance.Inverse</item>
697         <item name="textColorPrimary">@color/primary_text_dark</item>
698         <item name="textColorSecondary">@color/secondary_text_dark</item>
699         <item name="textColorTertiary">@color/tertiary_text_dark</item>
700         <item name="textColorPrimaryInverse">@color/primary_text_light</item>
701         <item name="textColorSecondaryInverse">@color/secondary_text_light</item>
702         <item name="textColorTertiaryInverse">@color/tertiary_text_light</item>
703         <item name="textColorPrimaryDisableOnly">@color/primary_text_dark_disable_only</item>
704         <item name="textColorPrimaryInverseDisableOnly">@color/primary_text_light_disable_only</item>
705         <item name="textColorPrimaryNoDisable">@color/primary_text_dark_nodisable</item>
706         <item name="textColorSecondaryNoDisable">@color/secondary_text_dark_nodisable</item>
707         <item name="textColorPrimaryInverseNoDisable">@color/primary_text_light_nodisable</item>
708         <item name="textColorSecondaryInverseNoDisable">@color/secondary_text_light_nodisable</item>
709         <item name="textColorHint">@color/hint_foreground_dark</item>
710         <item name="textColorHintInverse">@color/hint_foreground_light</item>
711         <item name="textColorSearchUrl">@color/search_url_text</item>
713         <item name="textAppearanceLarge">@style/TextAppearance.Large</item>
714         <item name="textAppearanceMedium">@style/TextAppearance.Medium</item>
715         <item name="textAppearanceSmall">@style/TextAppearance.Small</item>
716         <item name="textAppearanceLargeInverse">@style/TextAppearance.Large.Inverse</item>
717         <item name="textAppearanceMediumInverse">@style/TextAppearance.Medium.Inverse</item>
718         <item name="textAppearanceSmallInverse">@style/TextAppearance.Small.Inverse</item>
720         <item name="listPreferredItemPaddingLeft">10dip</item>
721         <item name="listPreferredItemPaddingRight">10dip</item>
722         <item name="listPreferredItemPaddingStart">10dip</item>
723         <item name="listPreferredItemPaddingEnd">10dip</item>
725         <item name="preferencePanelStyle">@style/PreferencePanel.Dialog</item>
726     </style>
728     <!-- Variant of {@link Theme_Dialog} that does not include a frame (or background).
729          The view hierarchy of the dialog is responsible for drawing all of
730          its pixels. -->
731     <style name="Theme.Dialog.NoFrame">
732         <item name="windowBackground">@color/transparent</item>
733         <item name="windowFrame">@null</item>
734         <item name="windowContentOverlay">@null</item>
735         <item name="windowAnimationStyle">@null</item>
736         <item name="backgroundDimEnabled">false</item>
737         <item name="windowIsTranslucent">true</item>
738         <item name="windowNoTitle">true</item>
739         <item name="windowCloseOnTouchOutside">false</item>
740     </style>
742     <!-- Default theme for alert dialog windows (on API level 10 and lower), which is used by the
743          {@link android.app.AlertDialog} class.  This is basically a dialog
744          but sets the background to empty so it can do two-tone backgrounds. -->
745     <style name="Theme.Dialog.Alert">
746         <item name="windowBackground">@color/transparent</item>
747         <item name="windowTitleStyle">@style/DialogWindowTitle</item>
748         <item name="windowContentOverlay">@null</item>
749         <item name="itemTextAppearance">@style/TextAppearance.Large.Inverse</item>
750         <item name="textAppearanceListItem">@style/TextAppearance.Large.Inverse</item>
751         <item name="textAppearanceListItemSmall">@style/TextAppearance.Large.Inverse</item>
752         <item name="textAppearanceListItemSecondary">@style/TextAppearance.Small.Inverse</item>
753     </style>
755     <!-- Default dark theme for panel windows (on API level 10 and lower).  This removes all
756          extraneous window decorations, so you basically have an empty rectangle in which
757          to place your content.  It makes the window floating, with a transparent
758          background, and turns off dimming behind the window. -->
759     <style name="Theme.Panel">
760         <item name="windowBackground">@color/transparent</item>
761         <item name="colorBackgroundCacheHint">@null</item>
762         <item name="windowFrame">@null</item>
763         <item name="windowContentOverlay">@null</item>
764         <item name="windowAnimationStyle">@null</item>
765         <item name="windowIsFloating">true</item>
766         <item name="backgroundDimEnabled">false</item>
767         <item name="windowIsTranslucent">true</item>
768         <item name="windowNoTitle">true</item>
769     </style>
771     <!-- Default light theme for panel windows (on API level 10 and lower).  This removes all
772          extraneous window decorations, so you basically have an empty rectangle in which
773          to place your content.  It makes the window floating, with a transparent
774          background, and turns off dimming behind the window. -->
775     <style name="Theme.Light.Panel">
776         <item name="windowBackground">@color/transparent</item>
777         <item name="colorBackgroundCacheHint">@null</item>
778         <item name="windowFrame">@null</item>
779         <item name="windowContentOverlay">@null</item>
780         <item name="windowAnimationStyle">@null</item>
781         <item name="windowIsFloating">true</item>
782         <item name="backgroundDimEnabled">false</item>
783         <item name="windowIsTranslucent">true</item>
784         <item name="windowNoTitle">true</item>
785     </style>
787     <!-- Default theme for input methods (on API level 10 and lower), which is used by the
788          {@link android.inputmethodservice.InputMethodService} class.
789          this inherits from Theme.Panel, but sets up IME appropriate animations
790          and a few custom attributes. -->
791     <style name="Theme.InputMethod" parent="Theme.Panel">
792         <item name="windowAnimationStyle">@style/Animation.InputMethod</item>
793         <item name="imeFullscreenBackground">@drawable/input_method_fullscreen_background</item>
794         <item name="imeExtractEnterAnimation">@anim/input_method_extract_enter</item>
795         <item name="imeExtractExitAnimation">@anim/input_method_extract_exit</item>
796     </style>
798     <!-- Default theme for voice interaction, which is used by the
799          {@link android.service.voice.VoiceInteractionSession} class.
800          this inherits from Theme.Panel, but sets up appropriate animations
801          and a few custom attributes. -->
802     <style name="Theme.VoiceInteractionSession" parent="Theme.Panel">
803         <item name="windowAnimationStyle">@style/Animation.VoiceInteractionSession</item>
804     </style>
806     <!-- Theme for the search input bar. -->
807     <style name="Theme.SearchBar" parent="Theme.Holo.Light.Panel">
808         <item name="actionModeBackground">@drawable/cab_background_top_holo_light</item>
809         <item name="actionModeSplitBackground">@drawable/cab_background_bottom_holo_light</item>
810     </style>
812     <!-- Theme for the search input bar when doing global search. The only
813          difference from non-global search is that we do not dim the background. -->
814     <style name="Theme.GlobalSearchBar" parent="Theme.Panel">
815         <item name="windowContentOverlay">@null</item>
816         <item name="actionModeBackground">@drawable/cab_background_top_holo_light</item>
817         <item name="actionModeSplitBackground">@drawable/cab_background_bottom_holo_light</item>
818     </style>
820     <!-- Theme for the classic "six-pack" icon menu. -->
821     <style name="Theme.IconMenu" parent="Theme.Holo">
822         <item name="itemTextAppearance">@style/TextAppearance.Widget.IconMenu.Item</item>
823         <item name="itemBackground">?attr/selectableItemBackground</item>
824         <item name="itemIconDisabledAlpha">?attr/disabledAlpha</item>
825         <item name="horizontalDivider">@drawable/divider_horizontal_dark</item>
826         <item name="verticalDivider">@drawable/divider_vertical_dark</item>
827         <item name="windowAnimationStyle">@style/Animation.OptionsPanel</item>
828         <item name="moreIcon">@drawable/ic_menu_more</item>
829         <item name="background">@null</item>
830     </style>
832     <!-- Default value for ?attr/panelMenuListTheme on pre-ICS. -->
833     <style name="Theme.ExpandedMenu" parent="Theme.Holo">
834         <item name="itemTextAppearance">?attr/textAppearanceLarge</item>
835         <item name="listViewStyle">@style/Widget.ListView.Menu</item>
836         <item name="windowAnimationStyle">@style/Animation.OptionsPanel</item>
837         <item name="background">@null</item>
838     </style>
840     <!-- System themes -->
841     <eat-comment />
843     <!-- Theme for the dialog shown when an app crashes or ANRs. -->
844     <style name="Theme.Dialog.AppError" parent="Theme.DeviceDefault.Light.Dialog.Alert">
845         <item name="windowContentTransitions">false</item>
846         <item name="windowActivityTransitions">false</item>
847         <item name="windowCloseOnTouchOutside">false</item>
848     </style>
850     <!-- Special theme for the recent apps dialog, to allow customization
851          with overlays. -->
852     <style name="Theme.Dialog.RecentApplications" parent="Theme.DeviceDefault.Light.Dialog">
853         <item name="windowBackground">@color/transparent</item>
854         <item name="windowAnimationStyle">@style/Animation.RecentApplications</item>
855         <item name="textColor">@color/secondary_text_nofocus</item>
856         <item name="windowCloseOnTouchOutside">false</item>
857         <item name="windowContentTransitions">false</item>
858         <item name="windowActivityTransitions">false</item>
859     </style>
861     <!-- Theme for a window that looks like a toast. -->
862     <style name="Theme.Toast" parent="Theme.DeviceDefault.Dialog">
863         <item name="windowBackground">?attr/toastFrameBackground</item>
864         <item name="windowAnimationStyle">@style/Animation.Toast</item>
865         <item name="backgroundDimEnabled">false</item>
866         <item name="windowCloseOnTouchOutside">false</item>
867         <item name="windowContentTransitions">false</item>
868         <item name="windowActivityTransitions">false</item>
869     </style>
871 </resources>