OSDN Git Service

c230645ba21eb6896fdae068507881b9f26cb87d
[android-x86/frameworks-base.git] / core / res / res / values / themes.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright (C) 2006 The Android Open Source Project
3
4      Licensed under the Apache License, Version 2.0 (the "License");
5      you may not use this file except in compliance with the License.
6      You may obtain a copy of the License at
7
8           http://www.apache.org/licenses/LICENSE-2.0
9
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 -->
16
17 <!--
18 ===============================================================
19                         PLEASE READ
20 ===============================================================
21
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.
26
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">
44
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>
51
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>
57
58         <item name="colorPrimaryDark">@color/legacy_primary_dark</item>
59         <item name="colorPrimary">@color/legacy_primary</item>
60         <item name="colorControlActivated">@color/legacy_control_activated</item>
61         <item name="colorControlNormal">@color/legacy_control_normal</item>
62         <item name="colorControlHighlight">@color/legacy_button_pressed</item>
63         <item name="colorButtonNormal">@color/legacy_button_normal</item>
64         <item name="colorEdgeEffect">?attr/colorPrimary</item>
65
66         <item name="disabledAlpha">0.5</item>
67         <item name="backgroundDimAmount">0.6</item>
68
69         <!-- Text styles -->
70         <item name="textAppearance">@style/TextAppearance</item>
71         <item name="textAppearanceInverse">@style/TextAppearance.Inverse</item>
72
73         <item name="textColorPrimary">@color/primary_text_dark</item>
74         <item name="textColorSecondary">@color/secondary_text_dark</item>
75         <item name="textColorTertiary">@color/tertiary_text_dark</item>
76         <item name="textColorPrimaryInverse">@color/primary_text_light</item>
77         <item name="textColorSecondaryInverse">@color/secondary_text_light</item>
78         <item name="textColorTertiaryInverse">@color/tertiary_text_light</item>
79         <item name="textColorPrimaryActivated">@color/primary_text_dark</item>
80         <item name="textColorSecondaryActivated">@color/secondary_text_dark</item>
81         <item name="textColorPrimaryDisableOnly">@color/primary_text_dark_disable_only</item>
82         <item name="textColorPrimaryInverseDisableOnly">@color/primary_text_light_disable_only</item>
83         <item name="textColorPrimaryNoDisable">@color/primary_text_dark_nodisable</item>
84         <item name="textColorSecondaryNoDisable">@color/secondary_text_dark_nodisable</item>
85         <item name="textColorPrimaryInverseNoDisable">@color/primary_text_light_nodisable</item>
86         <item name="textColorSecondaryInverseNoDisable">@color/secondary_text_light_nodisable</item>
87         <item name="textColorHint">@color/hint_foreground_dark</item>
88         <item name="textColorHintInverse">@color/hint_foreground_light</item>
89         <item name="textColorSearchUrl">@color/search_url_text</item>
90         <item name="textColorHighlight">@color/highlighted_text_dark</item>
91         <item name="textColorHighlightInverse">@color/highlighted_text_light</item>
92         <item name="textColorLink">@color/link_text_dark</item>
93         <item name="textColorLinkInverse">@color/link_text_light</item>
94         <item name="textColorAlertDialogListItem">@color/primary_text_light_disable_only</item>
95
96         <item name="textAppearanceLarge">@style/TextAppearance.Large</item>
97         <item name="textAppearanceMedium">@style/TextAppearance.Medium</item>
98         <item name="textAppearanceSmall">@style/TextAppearance.Small</item>
99         <item name="textAppearanceLargeInverse">@style/TextAppearance.Large.Inverse</item>
100         <item name="textAppearanceMediumInverse">@style/TextAppearance.Medium.Inverse</item>
101         <item name="textAppearanceSmallInverse">@style/TextAppearance.Small.Inverse</item>
102         <item name="textAppearanceSearchResultTitle">@style/TextAppearance.SearchResult.Title</item>
103         <item name="textAppearanceSearchResultSubtitle">@style/TextAppearance.SearchResult.Subtitle</item>
104
105         <item name="textAppearanceEasyCorrectSuggestion">@style/TextAppearance.EasyCorrectSuggestion</item>
106         <item name="textAppearanceMisspelledSuggestion">@style/TextAppearance.MisspelledSuggestion</item>
107         <item name="textAppearanceAutoCorrectionSuggestion">@style/TextAppearance.AutoCorrectionSuggestion</item>
108
109         <item name="textAppearanceButton">@style/TextAppearance.Widget.Button</item>
110
111         <item name="editTextColor">@color/primary_text_light</item>
112         <item name="editTextBackground">@drawable/edit_text</item>
113
114         <item name="candidatesTextStyleSpans">@string/candidates_style</item>
115
116         <item name="textCheckMark">@drawable/indicator_check_mark_dark</item>
117         <item name="textCheckMarkInverse">@drawable/indicator_check_mark_light</item>
118
119         <item name="textAppearanceLargePopupMenu">@style/TextAppearance.Widget.PopupMenu.Large</item>
120         <item name="textAppearanceSmallPopupMenu">@style/TextAppearance.Widget.PopupMenu.Small</item>
121
122         <!-- Button styles -->
123         <item name="buttonStyle">@style/Widget.Button</item>
124         <item name="buttonStyleSmall">@style/Widget.Button.Small</item>
125         <item name="buttonStyleInset">@style/Widget.Button.Inset</item>
126         <item name="buttonStyleToggle">@style/Widget.Button.Toggle</item>
127
128         <item name="switchStyle">@style/Widget.CompoundButton.Switch</item>
129
130         <item name="selectableItemBackground">@drawable/item_background</item>
131         <item name="selectableItemBackgroundBorderless">?attr/selectableItemBackground</item>
132         <item name="borderlessButtonStyle">?attr/buttonStyle</item>
133         <item name="homeAsUpIndicator">@drawable/ic_ab_back_holo_dark</item>
134
135         <!-- List attributes -->
136         <item name="listPreferredItemHeight">64dip</item>
137         <item name="listPreferredItemHeightSmall">?attr/listPreferredItemHeight</item>
138         <item name="listPreferredItemHeightLarge">?attr/listPreferredItemHeight</item>
139         <item name="dropdownListPreferredItemHeight">?attr/listPreferredItemHeight</item>
140         <item name="textAppearanceListItem">?attr/textAppearanceLarge</item>
141         <item name="textAppearanceListItemSmall">?attr/textAppearanceLarge</item>
142         <item name="textAppearanceListItemSecondary">?attr/textAppearanceSmall</item>
143         <item name="listPreferredItemPaddingLeft">6dip</item>
144         <item name="listPreferredItemPaddingRight">6dip</item>
145         <item name="listPreferredItemPaddingStart">6dip</item>
146         <item name="listPreferredItemPaddingEnd">6dip</item>
147
148         <!-- @hide -->
149         <item name="searchResultListItemHeight">58dip</item>
150         <item name="listDivider">@drawable/divider_horizontal_dark</item>
151         <item name="listSeparatorTextViewStyle">@style/Widget.TextView.ListSeparator</item>
152
153         <item name="listChoiceIndicatorSingle">@drawable/btn_radio</item>
154         <item name="listChoiceIndicatorMultiple">@drawable/btn_check</item>
155
156         <item name="listChoiceBackgroundIndicator">@drawable/list_selector_background</item>
157
158         <item name="activatedBackgroundIndicator">@drawable/activated_background</item>
159
160         <item name="listDividerAlertDialog">@drawable/divider_horizontal_bright</item>
161
162         <item name="expandableListPreferredItemPaddingLeft">40dip</item>
163         <item name="expandableListPreferredChildPaddingLeft">?attr/expandableListPreferredItemPaddingLeft</item>
164
165         <item name="expandableListPreferredItemIndicatorLeft">3dip</item>
166         <item name="expandableListPreferredItemIndicatorRight">0dip</item>
167         <item name="expandableListPreferredChildIndicatorLeft">?attr/expandableListPreferredItemIndicatorLeft</item>
168         <item name="expandableListPreferredChildIndicatorRight">?attr/expandableListPreferredItemIndicatorRight</item>
169         <item name="findOnPageNextDrawable">@drawable/ic_find_next_holo_dark</item>
170         <item name="findOnPagePreviousDrawable">@drawable/ic_find_previous_holo_dark</item>
171
172         <!-- Gallery attributes -->
173         <item name="galleryItemBackground">@drawable/gallery_item_background</item>
174
175         <!-- Window attributes -->
176         <item name="windowBackground">@drawable/screen_background_selector_dark</item>
177         <item name="windowBackgroundFallback">?attr/colorBackground</item>
178         <item name="windowClipToOutline">false</item>
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</item>
187         <item name="windowTitleSize">25dip</item>
188         <item name="windowTitleBackgroundStyle">@style/WindowTitleBackground</item>
189         <item name="windowAnimationStyle">@style/Animation.Activity</item>
190         <item name="windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
191         <item name="windowActionBar">false</item>
192         <item name="windowActionModeOverlay">false</item>
193         <item name="windowCloseOnTouchOutside">false</item>
194         <item name="windowTranslucentStatus">false</item>
195         <item name="windowTranslucentNavigation">false</item>
196         <item name="windowDrawsSystemBarBackgrounds">false</item>
197         <item name="statusBarColor">@color/black</item>
198         <item name="navigationBarColor">@color/black</item>
199         <item name="windowActionBarFullscreenDecorLayout">@layout/screen_action_bar</item>
200         <item name="windowContentTransitions">false</item>
201         <item name="windowActivityTransitions">false</item>
202
203         <!-- Define these here; ContextThemeWrappers around themes that define them should
204              always clear these values. -->
205         <item name="windowFixedWidthMajor">0dp</item>
206         <item name="windowFixedWidthMinor">0dp</item>
207         <item name="windowFixedHeightMajor">0dp</item>
208         <item name="windowFixedHeightMinor">0dp</item>
209
210         <!-- Dialog attributes -->
211         <item name="dialogTheme">@style/Theme.Dialog</item>
212         <item name="dialogTitleIconsDecorLayout">@layout/dialog_title_icons</item>
213         <item name="dialogCustomTitleDecorLayout">@layout/dialog_custom_title</item>
214         <item name="dialogTitleDecorLayout">@layout/dialog_title</item>
215         <item name="dialogPreferredPadding">@dimen/dialog_padding</item>
216
217         <!-- AlertDialog attributes -->
218         <item name="alertDialogTheme">@style/Theme.Dialog.Alert</item>
219         <item name="alertDialogStyle">@style/AlertDialog</item>
220         <item name="alertDialogCenterButtons">true</item>
221         <item name="alertDialogIcon">@drawable/ic_dialog_alert</item>
222
223         <!-- Presentation attributes (introduced after API level 10 so does not
224              have a special old-style theme. -->
225         <item name="presentationTheme">@style/Theme.DeviceDefault.Dialog.Presentation</item>
226
227         <!-- Toast attributes -->
228         <item name="toastFrameBackground">@drawable/toast_frame</item>
229
230         <!-- Panel attributes -->
231         <item name="panelBackground">@drawable/menu_background</item>
232         <item name="panelFullBackground">@drawable/menu_background_fill_parent_width</item>
233         <!-- These three attributes do not seems to be used by the framework. Declared public though -->
234         <item name="panelColorBackground">#000</item>
235         <item name="panelColorForeground">?attr/textColorPrimary</item>
236         <item name="panelTextAppearance">?attr/textAppearance</item>
237
238         <item name="panelMenuIsCompact">false</item>
239         <item name="panelMenuListWidth">296dip</item>
240
241         <!-- Scrollbar attributes -->
242         <item name="scrollbarFadeDuration">250</item>
243         <item name="scrollbarDefaultDelayBeforeFade">300</item>
244         <item name="scrollbarSize">10dip</item>
245         <item name="scrollbarThumbHorizontal">@drawable/scrollbar_handle_horizontal</item>
246         <item name="scrollbarThumbVertical">@drawable/scrollbar_handle_vertical</item>
247         <item name="scrollbarTrackHorizontal">@null</item>
248         <item name="scrollbarTrackVertical">@null</item>
249
250         <!-- Text selection handle attributes -->
251         <item name="textSelectHandleLeft">@drawable/text_select_handle_left</item>
252         <item name="textSelectHandleRight">@drawable/text_select_handle_right</item>
253         <item name="textSelectHandle">@drawable/text_select_handle_middle</item>
254         <item name="textSelectHandleWindowStyle">@style/Widget.TextSelectHandle</item>
255         <item name="textEditPasteWindowLayout">@layout/text_edit_paste_window</item>
256         <item name="textEditNoPasteWindowLayout">@layout/text_edit_no_paste_window</item>
257         <item name="textEditSidePasteWindowLayout">@layout/text_edit_side_paste_window</item>
258         <item name="textEditSideNoPasteWindowLayout">@layout/text_edit_side_no_paste_window</item>
259         <item name="textSuggestionsWindowStyle">@style/Widget.TextSuggestionsPopupWindow</item>
260         <item name="textEditSuggestionItemLayout">@layout/text_edit_suggestion_item</item>
261         <item name="textCursorDrawable">@null</item>
262
263         <!-- Widget styles -->
264         <item name="absListViewStyle">@style/Widget.AbsListView</item>
265         <item name="autoCompleteTextViewStyle">@style/Widget.AutoCompleteTextView</item>
266         <item name="checkboxStyle">@style/Widget.CompoundButton.CheckBox</item>
267         <item name="checkedTextViewStyle">@style/Widget.CheckedTextView</item>
268         <item name="dropDownListViewStyle">@style/Widget.ListView.DropDown</item>
269         <item name="editTextStyle">@style/Widget.EditText</item>
270         <item name="expandableListViewStyle">@style/Widget.ExpandableListView</item>
271         <item name="expandableListViewWhiteStyle">@style/Widget.ExpandableListView.White</item>
272         <item name="fastScrollStyle">@style/Widget.FastScroll</item>
273         <item name="galleryStyle">@style/Widget.Gallery</item>
274         <item name="gestureOverlayViewStyle">@style/Widget.GestureOverlayView</item>
275         <item name="gridViewStyle">@style/Widget.GridView</item>
276         <item name="imageButtonStyle">@style/Widget.ImageButton</item>
277         <item name="imageWellStyle">@style/Widget.ImageWell</item>
278         <item name="listViewStyle">@style/Widget.ListView</item>
279         <item name="listViewWhiteStyle">@style/Widget.ListView.White</item>
280         <item name="popupWindowStyle">@style/Widget.PopupWindow</item>
281         <item name="progressBarStyle">@style/Widget.ProgressBar</item>
282         <item name="progressBarStyleHorizontal">@style/Widget.ProgressBar.Horizontal</item>
283         <item name="progressBarStyleSmall">@style/Widget.ProgressBar.Small</item>
284         <item name="progressBarStyleSmallTitle">@style/Widget.ProgressBar.Small.Title</item>
285         <item name="progressBarStyleLarge">@style/Widget.ProgressBar.Large</item>
286         <item name="progressBarStyleInverse">@style/Widget.ProgressBar.Inverse</item>
287         <item name="progressBarStyleSmallInverse">@style/Widget.ProgressBar.Small.Inverse</item>
288         <item name="progressBarStyleLargeInverse">@style/Widget.ProgressBar.Large.Inverse</item>
289         <item name="seekBarStyle">@style/Widget.SeekBar</item>
290         <item name="ratingBarStyle">@style/Widget.RatingBar</item>
291         <item name="ratingBarStyleIndicator">@style/Widget.RatingBar.Indicator</item>
292         <item name="ratingBarStyleSmall">@style/Widget.RatingBar.Small</item>
293         <item name="radioButtonStyle">@style/Widget.CompoundButton.RadioButton</item>
294         <item name="scrollViewStyle">@style/Widget.ScrollView</item>
295         <item name="horizontalScrollViewStyle">@style/Widget.HorizontalScrollView</item>
296         <item name="spinnerStyle">@style/Widget.Spinner</item>
297         <item name="dropDownSpinnerStyle">@style/Widget.Spinner.DropDown</item>
298         <item name="starStyle">@style/Widget.CompoundButton.Star</item>
299         <item name="tabWidgetStyle">@style/Widget.TabWidget</item>
300         <item name="textViewStyle">@style/Widget.TextView</item>
301         <item name="errorMessageBackground">@drawable/popup_inline_error</item>
302         <item name="errorMessageAboveBackground">@drawable/popup_inline_error_above</item>
303         <item name="webTextViewStyle">@style/Widget.WebTextView</item>
304         <item name="webViewStyle">@style/Widget.WebView</item>
305         <item name="dropDownItemStyle">@style/Widget.DropDownItem</item>
306         <item name="spinnerDropDownItemStyle">@style/Widget.DropDownItem.Spinner</item>
307         <item name="spinnerItemStyle">@style/Widget.TextView.SpinnerItem</item>
308         <item name="dropDownHintAppearance">@style/TextAppearance.Widget.DropDownHint</item>
309         <item name="keyboardViewStyle">@style/Widget.KeyboardView</item>
310         <item name="quickContactBadgeOverlay">@drawable/quickcontact_badge_overlay_dark</item>
311         <item name="quickContactBadgeStyleWindowSmall">@style/Widget.QuickContactBadge.WindowSmall</item>
312         <item name="quickContactBadgeStyleWindowMedium">@style/Widget.QuickContactBadge.WindowMedium</item>
313         <item name="quickContactBadgeStyleWindowLarge">@style/Widget.QuickContactBadge.WindowLarge</item>
314         <item name="quickContactBadgeStyleSmallWindowSmall">@style/Widget.QuickContactBadgeSmall.WindowSmall</item>
315         <item name="quickContactBadgeStyleSmallWindowMedium">@style/Widget.QuickContactBadgeSmall.WindowMedium</item>
316         <item name="quickContactBadgeStyleSmallWindowLarge">@style/Widget.QuickContactBadgeSmall.WindowLarge</item>
317         <item name="listPopupWindowStyle">@style/Widget.ListPopupWindow</item>
318         <item name="popupMenuStyle">@style/Widget.PopupMenu</item>
319         <item name="activityChooserViewStyle">@style/Widget.ActivityChooserView</item>
320         <item name="mediaRouteButtonStyle">@style/Widget.DeviceDefault.MediaRouteButton</item>
321         <item name="fragmentBreadCrumbsStyle">@style/Widget.FragmentBreadCrumbs</item>
322
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>
345
346         <!-- Search widget styles -->
347         <item name="searchWidgetCorpusItemBackground">@color/search_widget_corpus_item_background</item>
348
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>
380
381         <item name="toolbarStyle">@style/Widget.Toolbar</item>
382
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>
392
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>
400
401         <!-- SearchView attributes -->
402         <item name="searchViewStyle">@style/Widget.Holo.SearchView</item>
403         <item name="searchDialogTheme">@style/Theme.SearchBar</item>
404
405         <!-- PreferenceFrameLayout attributes -->
406         <item name="preferenceFrameLayoutStyle">@style/Widget.PreferenceFrameLayout</item>
407
408         <!-- NumberPicker style-->
409         <item name="numberPickerStyle">@style/Widget.NumberPicker</item>
410
411         <!-- CalendarView style-->
412         <item name="calendarViewStyle">@style/Widget.CalendarView</item>
413
414         <!-- TimePicker style -->
415         <item name="timePickerStyle">@style/Widget.TimePicker</item>
416
417         <!-- TimePicker dialog theme -->
418         <item name="timePickerDialogTheme">?attr/alertDialogTheme</item>
419
420         <!-- DatePicker style -->
421         <item name="datePickerStyle">@style/Widget.DatePicker</item>
422
423         <!-- DatePicker dialog theme -->
424         <item name="datePickerDialogTheme">?attr/alertDialogTheme</item>
425
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>
432
433         <!-- Pointer style -->
434         <item name="pointerStyle">@style/Pointer</item>
435
436         <!-- Accessibility focused drawable -->
437         <item name="accessibilityFocusedDrawable">@drawable/view_accessibility_focused</item>
438
439         <!-- Lighting and shadow properties -->
440         <item name="lightY">@dimen/light_y</item>
441         <item name="lightZ">@dimen/light_z</item>
442         <item name="lightRadius">@dimen/light_radius</item>
443         <item name="ambientShadowAlpha">@dimen/ambient_shadow_alpha</item>
444         <item name="spotShadowAlpha">@dimen/spot_shadow_alpha</item>
445     </style>
446
447     <!-- Variant of {@link #Theme} with no title bar -->
448     <style name="Theme.NoTitleBar">
449         <item name="windowNoTitle">true</item>
450     </style>
451
452     <!-- Variant of {@link #Theme} that has no title bar and no status bar.  This theme
453          sets {@link android.R.attr#windowFullscreen} to true.  -->
454     <style name="Theme.NoTitleBar.Fullscreen">
455         <item name="windowFullscreen">true</item>
456         <item name="windowContentOverlay">@null</item>
457     </style>
458
459     <!-- No title bar, but Action Mode bars will overlay application content
460          instead of pushing it down to make room. -->
461     <style name="Theme.NoTitleBar.OverlayActionModes">
462         <item name="windowActionModeOverlay">true</item>
463     </style>
464
465     <!-- Default theme with an Action Bar. -->
466     <style name="Theme.WithActionBar">
467         <item name="windowActionBar">true</item>
468     </style>
469
470     <!-- Theme for a light background with dark text on top.  Set your activity
471          to this theme if you would like such an appearance.  As with the
472          default theme, you should try to assume little more than that the
473          background will be a light color.
474          <p>This is designed for API level 10 and lower.</p>-->
475     <style name="Theme.Light">
476         <item name="isLightTheme">true</item>
477         <item name="windowBackground">@drawable/screen_background_selector_light</item>
478         <item name="windowClipToOutline">false</item>
479
480         <item name="colorBackground">@color/background_light</item>
481         <item name="colorForeground">@color/bright_foreground_light</item>
482         <item name="colorForegroundInverse">@color/bright_foreground_light_inverse</item>
483
484         <item name="colorPrimaryDark">@color/legacy_light_primary_dark</item>
485         <item name="colorPrimary">@color/legacy_light_primary</item>
486         <item name="colorControlActivated">@color/legacy_light_control_activated</item>
487         <item name="colorControlNormal">@color/legacy_light_control_normal</item>
488         <item name="colorControlHighlight">@color/legacy_light_button_pressed</item>
489         <item name="colorButtonNormal">@color/legacy_light_button_normal</item>
490
491         <item name="textColorPrimary">@color/primary_text_light</item>
492         <item name="textColorSecondary">@color/secondary_text_light</item>
493         <item name="textColorTertiary">@color/tertiary_text_light</item>
494         <item name="textColorPrimaryInverse">@color/primary_text_dark</item>
495         <item name="textColorSecondaryInverse">@color/secondary_text_dark</item>
496         <item name="textColorTertiaryInverse">@color/tertiary_text_dark</item>
497         <item name="textColorPrimaryActivated">@color/primary_text_light</item>
498         <item name="textColorSecondaryActivated">@color/secondary_text_light</item>
499         <item name="textColorPrimaryDisableOnly">@color/primary_text_light_disable_only</item>
500         <item name="textColorPrimaryInverseDisableOnly">@color/primary_text_dark_disable_only</item>
501         <item name="textColorPrimaryNoDisable">@color/primary_text_light_nodisable</item>
502         <item name="textColorSecondaryNoDisable">@color/secondary_text_light_nodisable</item>
503         <item name="textColorPrimaryInverseNoDisable">@color/primary_text_dark_nodisable</item>
504         <item name="textColorSecondaryInverseNoDisable">@color/secondary_text_dark_nodisable</item>
505         <item name="textColorHint">@color/hint_foreground_light</item>
506         <item name="textColorHintInverse">@color/hint_foreground_dark</item>
507         <item name="textColorHighlight">@color/highlighted_text_light</item>
508         <item name="textColorHighlightInverse">@color/highlighted_text_dark</item>
509         <item name="textColorLink">@color/link_text_light</item>
510         <item name="textColorLinkInverse">@color/link_text_dark</item>
511
512         <item name="editTextColor">@color/primary_text_light</item>
513         <item name="listChoiceBackgroundIndicator">@drawable/list_selector_background</item>
514
515         <item name="activatedBackgroundIndicator">@drawable/activated_background_light</item>
516         <item name="quickContactBadgeOverlay">@drawable/quickcontact_badge_overlay_light</item>
517
518         <item name="popupWindowStyle">@style/Widget.PopupWindow</item>
519
520         <item name="textCheckMark">@drawable/indicator_check_mark_light</item>
521         <item name="textCheckMarkInverse">@drawable/indicator_check_mark_dark</item>
522
523         <item name="gestureOverlayViewStyle">@style/Widget.GestureOverlayView.White</item>
524         <item name="expandableListViewStyle">@style/Widget.ExpandableListView.White</item>
525         <item name="listViewStyle">@style/Widget.ListView.White</item>
526         <item name="listDivider">@drawable/divider_horizontal_bright</item>
527         <item name="listSeparatorTextViewStyle">@style/Widget.TextView.ListSeparator.White</item>
528
529         <item name="progressBarStyle">@style/Widget.ProgressBar.Inverse</item>
530         <item name="progressBarStyleSmall">@style/Widget.ProgressBar.Small.Inverse</item>
531         <item name="progressBarStyleLarge">@style/Widget.ProgressBar.Large.Inverse</item>
532         <item name="progressBarStyleInverse">@style/Widget.ProgressBar</item>
533         <item name="progressBarStyleSmallInverse">@style/Widget.ProgressBar.Small</item>
534         <item name="progressBarStyleLargeInverse">@style/Widget.ProgressBar.Large</item>
535         <item name="actionModeCutDrawable">@drawable/ic_menu_cut_holo_light</item>
536         <item name="actionModeCopyDrawable">@drawable/ic_menu_copy_holo_light</item>
537         <item name="actionModePasteDrawable">@drawable/ic_menu_paste_holo_light</item>
538         <item name="actionModeSelectAllDrawable">@drawable/ic_menu_selectall_holo_light</item>
539         <item name="actionModeShareDrawable">@drawable/ic_menu_share_holo_light</item>
540         <item name="actionModeFindDrawable">@drawable/ic_menu_find_holo_light</item>
541         <item name="actionModeWebSearchDrawable">@drawable/ic_menu_search_holo_light</item>
542         <item name="actionModeBackground">@drawable/cab_background_top_holo_light</item>
543         <item name="actionModeSplitBackground">@drawable/cab_background_bottom_holo_light</item>
544
545         <item name="searchViewStyle">@style/Widget.Holo.Light.SearchView</item>
546         <item name="detailsElementBackground">@drawable/panel_bg_holo_light</item>
547
548         <item name="mediaRouteButtonStyle">@style/Widget.DeviceDefault.Light.MediaRouteButton</item>
549         <item name="findOnPageNextDrawable">@drawable/ic_find_next_holo_light</item>
550         <item name="findOnPagePreviousDrawable">@drawable/ic_find_previous_holo_light</item>
551
552         <!-- Floating toolbar styles -->
553         <item name="floatingToolbarCloseDrawable">@drawable/ic_ab_back_material_light</item>
554         <item name="floatingToolbarForegroundColor">@color/foreground_material_light</item>
555         <item name="floatingToolbarItemBackgroundBorderlessDrawable">@drawable/item_background_borderless_material_light</item>
556         <item name="floatingToolbarItemBackgroundDrawable">@drawable/item_background_material_light</item>
557         <item name="floatingToolbarOpenDrawable">@drawable/ic_menu_moreoverflow_material_light</item>
558         <item name="floatingToolbarPopupBackgroundDrawable">@drawable/floating_popup_background_light</item>
559     </style>
560
561     <!-- Variant of {@link #Theme_Light} with no title bar -->
562     <style name="Theme.Light.NoTitleBar">
563         <item name="windowNoTitle">true</item>
564     </style>
565
566     <!-- Variant of {@link #Theme_Light} that has no title bar and
567          no status bar.  This theme
568          sets {@link android.R.attr#windowFullscreen} to true. -->
569     <style name="Theme.Light.NoTitleBar.Fullscreen">
570         <item name="windowFullscreen">true</item>
571         <item name="windowContentOverlay">@null</item>
572     </style>
573
574     <!-- Variant on {@link #Theme} that ensures the background is
575          completely black.  This is useful for things like image viewers and
576          media players.   If you want the normal (dark background) theme
577          do <em>not</em> use this, use {@link #Theme}. -->
578     <style name="Theme.Black">
579         <item name="windowBackground">@color/black</item>
580         <item name="colorBackground">@color/black</item>
581     </style>
582
583     <!-- Variant of {@link #Theme_Black} with no title bar -->
584     <style name="Theme.Black.NoTitleBar">
585         <item name="windowNoTitle">true</item>
586     </style>
587
588     <!-- Variant of {@link #Theme_Black} that has no title bar and
589          no status bar.  This theme
590          sets {@link android.R.attr#windowFullscreen} to true.  -->
591     <style name="Theme.Black.NoTitleBar.Fullscreen">
592         <item name="windowFullscreen">true</item>
593         <item name="windowContentOverlay">@null</item>
594     </style>
595
596     <!-- Theme for windows that want to have the user's selected
597          wallpaper appear behind them (for API level 10 and lower).  -->
598     <style name="Theme.Wallpaper">
599         <item name="windowBackground">@color/transparent</item>
600         <item name="colorBackgroundCacheHint">@null</item>
601         <item name="windowShowWallpaper">true</item>
602     </style>
603
604     <!-- Variant of {@link #Theme_Wallpaper} that has no title bar -->
605     <style name="Theme.Wallpaper.NoTitleBar">
606         <item name="windowNoTitle">true</item>
607     </style>
608
609     <!-- Variant of {@link #Theme_Wallpaper} that
610          has no title bar or status bar. -->
611     <style name="Theme.Wallpaper.NoTitleBar.Fullscreen">
612         <item name="windowFullscreen">true</item>
613         <item name="windowContentOverlay">@null</item>
614     </style>
615
616     <!-- Theme for a wallpaper's setting activity, which is designed to be a transparent
617          background with a dark shade, so the previous Activity is visible in the background. -->
618     <style name="Theme.WallpaperSettings">
619         <item name="windowBackground">@drawable/screen_background_dark_transparent</item>
620         <item name="colorBackgroundCacheHint">@null</item>
621         <item name="windowIsTranslucent">true</item>
622         <item name="windowAnimationStyle">@style/Animation.Translucent</item>
623     </style>
624
625     <!-- Theme for a wallpaper's setting activity, which is designed to be a transparent
626          background with a light shade, so the previous Activity is visible in the background. -->
627     <style name="Theme.Light.WallpaperSettings">
628         <item name="windowBackground">@drawable/screen_background_light_transparent</item>
629         <item name="colorBackgroundCacheHint">@null</item>
630         <item name="windowIsTranslucent">true</item>
631         <item name="windowAnimationStyle">@style/Animation.Translucent</item>
632     </style>
633
634     <!-- Style to apply on top of a wallpaper settings theme when it is being
635          shown on top of the real wallpaper -->
636     <style name="ActiveWallpaperSettings" />
637
638     <!-- Style to apply on top of a wallpaper settings theme when it is being
639          shown on top of the real wallpaper -->
640     <style name="PreviewWallpaperSettings" />
641
642     <!-- Theme for translucent activities (on API level 10 and lower). That is, windows
643          that allow you to see through them to the windows behind.  This sets up the translucent
644          flag and appropriate animations for your windows.  -->
645     <style name="Theme.Translucent">
646         <item name="windowBackground">@color/transparent</item>
647         <item name="colorBackgroundCacheHint">@null</item>
648         <item name="windowIsTranslucent">true</item>
649         <!-- Note that we use the base animation style here (that is no
650              animations) because we really have no idea how this kind of
651              activity will be used. -->
652         <item name="windowAnimationStyle">@style/Animation</item>
653     </style>
654
655     <!-- Variant of {@link #Theme_Translucent} with no title bar -->
656     <style name="Theme.Translucent.NoTitleBar">
657         <item name="windowNoTitle">true</item>
658         <item name="windowContentOverlay">@null</item>
659     </style>
660
661     <!-- Variant of {@link #Theme_Translucent} that has no title bar and
662          no status bar -->
663     <style name="Theme.Translucent.NoTitleBar.Fullscreen">
664         <item name="windowFullscreen">true</item>
665     </style>
666
667     <!-- Default theme for activities that don't actually display a UI; that
668          is, they finish themselves before being resumed.  -->
669     <style name="Theme.NoDisplay">
670         <item name="windowBackground">@null</item>
671         <item name="windowContentOverlay">@null</item>
672         <item name="windowIsTranslucent">true</item>
673         <item name="windowAnimationStyle">@null</item>
674         <item name="windowDisablePreview">true</item>
675         <item name="windowNoDisplay">true</item>
676     </style>
677
678     <!-- Default theme for dialog windows and activities (on API level 10 and lower),
679          which is used by the
680          {@link android.app.Dialog} class.  This changes the window to be
681          floating (not fill the entire screen), and puts a frame around its
682          contents.  You can set this theme on an activity if you would like to
683          make an activity that looks like a Dialog. -->
684     <style name="Theme.Dialog">
685         <item name="windowFrame">@null</item>
686         <item name="windowTitleStyle">@style/DialogWindowTitle</item>
687         <item name="windowBackground">@drawable/panel_background</item>
688         <item name="windowIsFloating">true</item>
689         <item name="windowContentOverlay">@null</item>
690         <item name="windowAnimationStyle">@style/Animation.Dialog</item>
691         <item name="windowSoftInputMode">stateUnspecified|adjustPan</item>
692         <item name="windowCloseOnTouchOutside">@bool/config_closeDialogWhenTouchOutside</item>
693         <item name="windowActionModeOverlay">true</item>
694
695         <item name="colorBackgroundCacheHint">@null</item>
696
697         <item name="textAppearance">@style/TextAppearance</item>
698         <item name="textAppearanceInverse">@style/TextAppearance.Inverse</item>
699
700         <item name="textColorPrimary">@color/primary_text_dark</item>
701         <item name="textColorSecondary">@color/secondary_text_dark</item>
702         <item name="textColorTertiary">@color/tertiary_text_dark</item>
703         <item name="textColorPrimaryInverse">@color/primary_text_light</item>
704         <item name="textColorSecondaryInverse">@color/secondary_text_light</item>
705         <item name="textColorTertiaryInverse">@color/tertiary_text_light</item>
706         <item name="textColorPrimaryDisableOnly">@color/primary_text_dark_disable_only</item>
707         <item name="textColorPrimaryInverseDisableOnly">@color/primary_text_light_disable_only</item>
708         <item name="textColorPrimaryNoDisable">@color/primary_text_dark_nodisable</item>
709         <item name="textColorSecondaryNoDisable">@color/secondary_text_dark_nodisable</item>
710         <item name="textColorPrimaryInverseNoDisable">@color/primary_text_light_nodisable</item>
711         <item name="textColorSecondaryInverseNoDisable">@color/secondary_text_light_nodisable</item>
712         <item name="textColorHint">@color/hint_foreground_dark</item>
713         <item name="textColorHintInverse">@color/hint_foreground_light</item>
714         <item name="textColorSearchUrl">@color/search_url_text</item>
715
716         <item name="textAppearanceLarge">@style/TextAppearance.Large</item>
717         <item name="textAppearanceMedium">@style/TextAppearance.Medium</item>
718         <item name="textAppearanceSmall">@style/TextAppearance.Small</item>
719         <item name="textAppearanceLargeInverse">@style/TextAppearance.Large.Inverse</item>
720         <item name="textAppearanceMediumInverse">@style/TextAppearance.Medium.Inverse</item>
721         <item name="textAppearanceSmallInverse">@style/TextAppearance.Small.Inverse</item>
722
723         <item name="listPreferredItemPaddingLeft">10dip</item>
724         <item name="listPreferredItemPaddingRight">10dip</item>
725         <item name="listPreferredItemPaddingStart">10dip</item>
726         <item name="listPreferredItemPaddingEnd">10dip</item>
727
728         <item name="preferencePanelStyle">@style/PreferencePanel.Dialog</item>
729     </style>
730
731     <!-- Variant of {@link Theme_Dialog} that does not include a frame (or background).
732          The view hierarchy of the dialog is responsible for drawing all of
733          its pixels. -->
734     <style name="Theme.Dialog.NoFrame">
735         <item name="windowBackground">@color/transparent</item>
736         <item name="windowFrame">@null</item>
737         <item name="windowContentOverlay">@null</item>
738         <item name="windowAnimationStyle">@null</item>
739         <item name="backgroundDimEnabled">false</item>
740         <item name="windowIsTranslucent">true</item>
741         <item name="windowNoTitle">true</item>
742         <item name="windowCloseOnTouchOutside">false</item>
743     </style>
744
745     <!-- Default theme for alert dialog windows (on API level 10 and lower), which is used by the
746          {@link android.app.AlertDialog} class.  This is basically a dialog
747          but sets the background to empty so it can do two-tone backgrounds. -->
748     <style name="Theme.Dialog.Alert">
749         <item name="windowBackground">@color/transparent</item>
750         <item name="windowTitleStyle">@style/DialogWindowTitle</item>
751         <item name="windowContentOverlay">@null</item>
752         <item name="itemTextAppearance">@style/TextAppearance.Large.Inverse</item>
753         <item name="textAppearanceListItem">@style/TextAppearance.Large.Inverse</item>
754         <item name="textAppearanceListItemSmall">@style/TextAppearance.Large.Inverse</item>
755         <item name="textAppearanceListItemSecondary">@style/TextAppearance.Small.Inverse</item>
756     </style>
757
758     <!-- Default dark theme for panel windows (on API level 10 and lower).  This removes all
759          extraneous window decorations, so you basically have an empty rectangle in which
760          to place your content.  It makes the window floating, with a transparent
761          background, and turns off dimming behind the window. -->
762     <style name="Theme.Panel">
763         <item name="windowBackground">@color/transparent</item>
764         <item name="colorBackgroundCacheHint">@null</item>
765         <item name="windowFrame">@null</item>
766         <item name="windowContentOverlay">@null</item>
767         <item name="windowAnimationStyle">@null</item>
768         <item name="windowIsFloating">true</item>
769         <item name="backgroundDimEnabled">false</item>
770         <item name="windowIsTranslucent">true</item>
771         <item name="windowNoTitle">true</item>
772     </style>
773
774     <!-- Default light theme for panel windows (on API level 10 and lower).  This removes all
775          extraneous window decorations, so you basically have an empty rectangle in which
776          to place your content.  It makes the window floating, with a transparent
777          background, and turns off dimming behind the window. -->
778     <style name="Theme.Light.Panel">
779         <item name="windowBackground">@color/transparent</item>
780         <item name="colorBackgroundCacheHint">@null</item>
781         <item name="windowFrame">@null</item>
782         <item name="windowContentOverlay">@null</item>
783         <item name="windowAnimationStyle">@null</item>
784         <item name="windowIsFloating">true</item>
785         <item name="backgroundDimEnabled">false</item>
786         <item name="windowIsTranslucent">true</item>
787         <item name="windowNoTitle">true</item>
788     </style>
789
790     <!-- Default theme for input methods (on API level 10 and lower), which is used by the
791          {@link android.inputmethodservice.InputMethodService} class.
792          this inherits from Theme.Panel, but sets up IME appropriate animations
793          and a few custom attributes. -->
794     <style name="Theme.InputMethod" parent="Theme.Panel">
795         <item name="windowAnimationStyle">@style/Animation.InputMethod</item>
796         <item name="imeFullscreenBackground">@drawable/input_method_fullscreen_background</item>
797         <item name="imeExtractEnterAnimation">@anim/input_method_extract_enter</item>
798         <item name="imeExtractExitAnimation">@anim/input_method_extract_exit</item>
799     </style>
800
801     <!-- Default theme for voice interaction, which is used by the
802          {@link android.service.voice.VoiceInteractionSession} class.
803          this inherits from Theme.Panel, but sets up appropriate animations
804          and a few custom attributes. -->
805     <style name="Theme.VoiceInteractionSession" parent="Theme.Panel">
806         <item name="windowAnimationStyle">@style/Animation.VoiceInteractionSession</item>
807     </style>
808
809     <!-- Theme for the search input bar. -->
810     <style name="Theme.SearchBar" parent="Theme.Holo.Light.Panel">
811         <item name="actionModeBackground">@drawable/cab_background_top_holo_light</item>
812         <item name="actionModeSplitBackground">@drawable/cab_background_bottom_holo_light</item>
813     </style>
814
815     <!-- Theme for the search input bar when doing global search. The only
816          difference from non-global search is that we do not dim the background. -->
817     <style name="Theme.GlobalSearchBar" parent="Theme.Panel">
818         <item name="windowContentOverlay">@null</item>
819         <item name="actionModeBackground">@drawable/cab_background_top_holo_light</item>
820         <item name="actionModeSplitBackground">@drawable/cab_background_bottom_holo_light</item>
821     </style>
822
823     <!-- Theme for the classic "six-pack" icon menu. -->
824     <style name="Theme.IconMenu" parent="Theme.Holo">
825         <item name="itemTextAppearance">@style/TextAppearance.Widget.IconMenu.Item</item>
826         <item name="itemBackground">?attr/selectableItemBackground</item>
827         <item name="itemIconDisabledAlpha">?attr/disabledAlpha</item>
828         <item name="horizontalDivider">@drawable/divider_horizontal_dark</item>
829         <item name="verticalDivider">@drawable/divider_vertical_dark</item>
830         <item name="windowAnimationStyle">@style/Animation.OptionsPanel</item>
831         <item name="moreIcon">@drawable/ic_menu_more</item>
832         <item name="background">@null</item>
833     </style>
834
835     <!-- Default value for ?attr/panelMenuListTheme on pre-ICS. -->
836     <style name="Theme.ExpandedMenu" parent="Theme.Holo">
837         <item name="itemTextAppearance">?attr/textAppearanceLarge</item>
838         <item name="listViewStyle">@style/Widget.ListView.Menu</item>
839         <item name="windowAnimationStyle">@style/Animation.OptionsPanel</item>
840         <item name="background">@null</item>
841     </style>
842
843     <!-- System themes -->
844     <eat-comment />
845
846     <!-- Theme for the dialog shown when an app crashes or ANRs. -->
847     <style name="Theme.Dialog.AppError" parent="Theme.DeviceDefault.Light.Dialog.Alert">
848         <item name="windowContentTransitions">false</item>
849         <item name="windowActivityTransitions">false</item>
850         <item name="windowCloseOnTouchOutside">false</item>
851     </style>
852
853     <!-- Special theme for the recent apps dialog, to allow customization
854          with overlays. -->
855     <style name="Theme.Dialog.RecentApplications" parent="Theme.DeviceDefault.Light.Dialog">
856         <item name="windowBackground">@color/transparent</item>
857         <item name="windowAnimationStyle">@style/Animation.RecentApplications</item>
858         <item name="textColor">@color/secondary_text_nofocus</item>
859         <item name="windowCloseOnTouchOutside">false</item>
860         <item name="windowContentTransitions">false</item>
861         <item name="windowActivityTransitions">false</item>
862     </style>
863
864     <!-- Theme for a window that looks like a toast. -->
865     <style name="Theme.Toast" parent="Theme.DeviceDefault.Dialog">
866         <item name="windowBackground">?attr/toastFrameBackground</item>
867         <item name="windowAnimationStyle">@style/Animation.Toast</item>
868         <item name="backgroundDimEnabled">false</item>
869         <item name="windowCloseOnTouchOutside">false</item>
870         <item name="windowContentTransitions">false</item>
871         <item name="windowActivityTransitions">false</item>
872     </style>
873
874 </resources>