themes.xml revision 923505803aa248e95b1e0caa5bc83ac824d61194
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<resources>
18    <!-- The default system theme. This is the theme used for activities
19         that have not explicitly set their own theme.
20         
21         <p>You can count on this being a dark
22         background with light text on top, but should try to make no
23         other assumptions about its appearance. In particular, the text
24         inside of widgets using this theme may be completely different,
25         with the widget container being a light color and the text on top
26         of it a dark color.
27    -->
28    <style name="Theme">
29
30        <item name="colorForeground">@android:color/bright_foreground_dark</item>
31        <item name="colorForegroundInverse">@android:color/bright_foreground_dark_inverse</item>
32        <item name="colorBackground">@android:color/background_dark</item>
33        <item name="colorBackgroundCacheHint">?android:attr/colorBackground</item>
34        <item name="disabledAlpha">0.5</item>
35        <item name="backgroundDimAmount">0.6</item>
36
37        <!-- Text styles -->
38        <item name="textAppearance">@android:style/TextAppearance</item>
39        <item name="textAppearanceInverse">@android:style/TextAppearance.Inverse</item>
40
41        <item name="textColorPrimary">@android:color/primary_text_dark</item>
42        <item name="textColorSecondary">@android:color/secondary_text_dark</item>
43        <item name="textColorTertiary">@android:color/tertiary_text_dark</item>
44        <item name="textColorPrimaryInverse">@android:color/primary_text_light</item>
45        <item name="textColorSecondaryInverse">@android:color/secondary_text_light</item>
46        <item name="textColorTertiaryInverse">@android:color/tertiary_text_light</item>
47        <item name="textColorPrimaryDisableOnly">@android:color/primary_text_dark_disable_only</item>
48        <item name="textColorPrimaryInverseDisableOnly">@android:color/primary_text_light_disable_only</item>
49        <item name="textColorPrimaryNoDisable">@android:color/primary_text_dark_nodisable</item>
50        <item name="textColorSecondaryNoDisable">@android:color/secondary_text_dark_nodisable</item>
51        <item name="textColorPrimaryInverseNoDisable">@android:color/primary_text_light_nodisable</item>
52        <item name="textColorSecondaryInverseNoDisable">@android:color/secondary_text_light_nodisable</item>
53        <item name="textColorHint">@android:color/hint_foreground_dark</item>
54        <item name="textColorHintInverse">@android:color/hint_foreground_light</item>
55        <item name="textColorSearchUrl">@android:color/search_url_text</item>
56        <item name="textColorHighlight">@android:color/highlighted_text_dark</item>
57        <item name="textColorHighlightInverse">@android:color/highlighted_text_light</item>
58        <item name="textColorLink">@android:color/link_text_dark</item>
59        <item name="textColorLinkInverse">@android:color/link_text_light</item>
60        <item name="textColorAlertDialogListItem">@android:color/primary_text_light_disable_only</item>
61
62        <item name="textAppearanceLarge">@android:style/TextAppearance.Large</item>
63        <item name="textAppearanceMedium">@android:style/TextAppearance.Medium</item>
64        <item name="textAppearanceSmall">@android:style/TextAppearance.Small</item>
65        <item name="textAppearanceLargeInverse">@android:style/TextAppearance.Large.Inverse</item>
66        <item name="textAppearanceMediumInverse">@android:style/TextAppearance.Medium.Inverse</item>
67        <item name="textAppearanceSmallInverse">@android:style/TextAppearance.Small.Inverse</item>
68        <item name="textAppearanceSearchResultTitle">@android:style/TextAppearance.SearchResult.Title</item>
69        <item name="textAppearanceSearchResultSubtitle">@android:style/TextAppearance.SearchResult.Subtitle</item>
70        
71        <item name="textAppearanceButton">@android:style/TextAppearance.Widget.Button</item>
72        
73        <item name="editTextColor">?android:attr/textColorPrimaryInverse</item>
74        <item name="editTextBackground">@android:drawable/edit_text</item>
75        
76        <item name="candidatesTextStyleSpans">@android:string/candidates_style</item>
77        
78        <item name="textCheckMark">@android:drawable/indicator_check_mark_dark</item>
79        <item name="textCheckMarkInverse">@android:drawable/indicator_check_mark_light</item>
80
81        <item name="textAppearanceLargePopupMenu">@android:style/TextAppearance.Widget.PopupMenu.Large</item>
82        <item name="textAppearanceSmallPopupMenu">@android:style/TextAppearance.Widget.PopupMenu.Small</item>
83
84        <!-- Button styles -->
85        <item name="buttonStyle">@android:style/Widget.Button</item>
86
87        <item name="buttonStyleSmall">@android:style/Widget.Button.Small</item>
88        <item name="buttonStyleInset">@android:style/Widget.Button.Inset</item>
89
90        <item name="buttonStyleToggle">@android:style/Widget.Button.Toggle</item>
91
92        <item name="selectableItemBackground">@android:drawable/item_background</item>
93        <item name="borderlessButtonStyle">?android:attr/buttonStyle</item>
94        <item name="homeAsUpIndicator">@android:drawable/ic_ab_back_holo_dark</item>
95
96        <!-- List attributes -->
97        <item name="listPreferredItemHeight">64dip</item>
98        <!-- @hide -->
99        <item name="searchResultListItemHeight">58dip</item>
100        <item name="listDivider">@drawable/divider_horizontal_dark</item>
101        <item name="listSeparatorTextViewStyle">@android:style/Widget.TextView.ListSeparator</item>   
102
103        <item name="listChoiceIndicatorSingle">@android:drawable/btn_radio</item>
104        <item name="listChoiceIndicatorMultiple">@android:drawable/btn_check</item>
105
106        <item name="listChoiceBackgroundIndicator">@android:drawable/list_selected_background</item>
107
108        <item name="activatedBackgroundIndicator">@android:drawable/activated_background</item>
109
110        <item name="listDividerAlertDialog">@android:drawable/divider_horizontal_bright</item>
111
112        <item name="expandableListPreferredItemPaddingLeft">40dip</item>
113        <item name="expandableListPreferredChildPaddingLeft">
114                ?android:attr/expandableListPreferredItemPaddingLeft</item>
115
116        <item name="expandableListPreferredItemIndicatorLeft">3dip</item>
117        <item name="expandableListPreferredItemIndicatorRight">33dip</item>
118        <item name="expandableListPreferredChildIndicatorLeft">
119                ?android:attr/expandableListPreferredItemIndicatorLeft</item>
120        <item name="expandableListPreferredChildIndicatorRight">
121                ?android:attr/expandableListPreferredItemIndicatorRight</item>
122
123        <!-- Gallery attributes -->
124        <item name="galleryItemBackground">@android:drawable/gallery_item_background</item>
125        
126        <!-- Window attributes -->
127        <item name="windowBackground">@android:drawable/screen_background_selector_dark</item>
128        <item name="windowFrame">@null</item>
129        <item name="windowNoTitle">false</item>
130        <item name="windowFullscreen">false</item>
131        <item name="windowIsFloating">false</item>
132        <item name="windowContentOverlay">@null</item>
133        <item name="windowShowWallpaper">false</item>
134        <item name="windowTitleStyle">@android:style/WindowTitle</item>
135        <item name="windowTitleSize">25dip</item>
136        <item name="windowTitleBackgroundStyle">@android:style/WindowTitleBackground</item>
137        <item name="android:windowAnimationStyle">@android:style/Animation.Activity</item>
138        <item name="android:windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
139        <item name="windowActionBar">false</item>
140        <item name="windowActionModeOverlay">false</item>
141
142        <!-- Dialog attributes -->
143        <item name="alertDialogStyle">@android:style/AlertDialog</item>
144        <item name="dialogTheme">@android:style/Theme.Dialog</item>
145        <item name="alertDialogTheme">@android:style/Theme.Dialog.Alert</item>
146        <item name="alertDialogCenterButtons">true</item>
147        <item name="alertDialogIcon">@android:drawable/ic_dialog_alert</item>
148        
149        <!-- Panel attributes -->
150        <item name="panelBackground">@android:drawable/menu_background</item>
151        <item name="panelFullBackground">@android:drawable/menu_background_fill_parent_width</item>
152        <!-- These three attributes do not seems to be used by the framework. Declared public though -->
153        <item name="panelColorBackground">#000</item>
154        <item name="panelColorForeground">?android:attr/textColorPrimary</item>
155        <item name="panelTextAppearance">?android:attr/textAppearance</item>
156
157        <!-- Scrollbar attributes -->
158        <item name="scrollbarFadeDuration">250</item>
159        <item name="scrollbarDefaultDelayBeforeFade">300</item> 
160        <item name="scrollbarSize">10dip</item>
161        <item name="scrollbarThumbHorizontal">@android:drawable/scrollbar_handle_horizontal</item>
162        <item name="scrollbarThumbVertical">@android:drawable/scrollbar_handle_vertical</item>
163        <item name="scrollbarTrackHorizontal">@null</item>
164        <item name="scrollbarTrackVertical">@null</item>
165
166        <!-- Text selection handle attributes -->
167        <item name="textSelectHandleLeft">@android:drawable/text_select_handle_left</item>
168        <item name="textSelectHandleRight">@android:drawable/text_select_handle_right</item>
169        <item name="textSelectHandle">@android:drawable/text_select_handle_middle</item>
170        <item name="textSelectHandleWindowStyle">@android:style/Widget.TextSelectHandle</item>
171        <item name="textEditPasteWindowLayout">@android:layout/text_edit_paste_window</item>
172        <item name="textEditNoPasteWindowLayout">@android:layout/text_edit_no_paste_window</item>
173
174        <!-- Widget styles -->
175        <item name="absListViewStyle">@android:style/Widget.AbsListView</item>
176        <item name="autoCompleteTextViewStyle">@android:style/Widget.AutoCompleteTextView</item>        
177        <item name="checkboxStyle">@android:style/Widget.CompoundButton.CheckBox</item>
178        <item name="dropDownListViewStyle">@android:style/Widget.ListView.DropDown</item>
179        <item name="editTextStyle">@android:style/Widget.EditText</item>
180        <item name="expandableListViewStyle">@android:style/Widget.ExpandableListView</item>
181        <item name="expandableListViewWhiteStyle">@android:style/Widget.ExpandableListView.White</item>
182        <item name="galleryStyle">@android:style/Widget.Gallery</item>
183        <item name="gestureOverlayViewStyle">@android:style/Widget.GestureOverlayView</item>
184        <item name="gridViewStyle">@android:style/Widget.GridView</item>
185        <item name="imageButtonStyle">@android:style/Widget.ImageButton</item>
186        <item name="imageWellStyle">@android:style/Widget.ImageWell</item>
187        <item name="listViewStyle">@android:style/Widget.ListView</item>
188        <item name="listViewWhiteStyle">@android:style/Widget.ListView.White</item>
189        <item name="popupWindowStyle">@android:style/Widget.PopupWindow</item>
190        <item name="progressBarStyle">@android:style/Widget.ProgressBar</item>
191        <item name="progressBarStyleHorizontal">@android:style/Widget.ProgressBar.Horizontal</item>
192        <item name="progressBarStyleSmall">@android:style/Widget.ProgressBar.Small</item>
193        <item name="progressBarStyleSmallTitle">@android:style/Widget.ProgressBar.Small.Title</item>
194        <item name="progressBarStyleLarge">@android:style/Widget.ProgressBar.Large</item>
195        <item name="progressBarStyleInverse">@android:style/Widget.ProgressBar.Inverse</item>
196        <item name="progressBarStyleSmallInverse">@android:style/Widget.ProgressBar.Small.Inverse</item>
197        <item name="progressBarStyleLargeInverse">@android:style/Widget.ProgressBar.Large.Inverse</item>
198        <item name="seekBarStyle">@android:style/Widget.SeekBar</item>
199        <item name="ratingBarStyle">@android:style/Widget.RatingBar</item>
200        <item name="ratingBarStyleIndicator">@android:style/Widget.RatingBar.Indicator</item>
201        <item name="ratingBarStyleSmall">@android:style/Widget.RatingBar.Small</item>
202        <item name="radioButtonStyle">@android:style/Widget.CompoundButton.RadioButton</item>
203        <item name="scrollViewStyle">@android:style/Widget.ScrollView</item>
204        <item name="horizontalScrollViewStyle">@android:style/Widget.HorizontalScrollView</item>
205        <item name="spinnerStyle">@android:style/Widget.Spinner</item>
206        <item name="dropDownSpinnerStyle">@android:style/Widget.Spinner.DropDown</item>
207        <item name="starStyle">@android:style/Widget.CompoundButton.Star</item>
208        <item name="tabWidgetStyle">@android:style/Widget.TabWidget</item>
209        <item name="textViewStyle">@android:style/Widget.TextView</item>
210        <item name="webTextViewStyle">@android:style/Widget.WebTextView</item>
211        <item name="webViewStyle">@android:style/Widget.WebView</item>
212        <item name="dropDownItemStyle">@android:style/Widget.DropDownItem</item>
213        <item name="spinnerDropDownItemStyle">@android:style/Widget.DropDownItem.Spinner</item>
214        <item name="spinnerItemStyle">@android:style/Widget.TextView.SpinnerItem</item>
215        <item name="dropDownHintAppearance">@android:style/TextAppearance.Widget.DropDownHint</item>
216        <item name="keyboardViewStyle">@android:style/Widget.KeyboardView</item>
217        <item name="quickContactBadgeOverlay">@android:drawable/quickcontact_badge_overlay_dark</item>
218        <item name="quickContactBadgeStyleWindowSmall">@android:style/Widget.QuickContactBadge.WindowSmall</item>
219        <item name="quickContactBadgeStyleWindowMedium">@android:style/Widget.QuickContactBadge.WindowMedium</item>
220        <item name="quickContactBadgeStyleWindowLarge">@android:style/Widget.QuickContactBadge.WindowLarge</item>
221        <item name="quickContactBadgeStyleSmallWindowSmall">@android:style/Widget.QuickContactBadgeSmall.WindowSmall</item>
222        <item name="quickContactBadgeStyleSmallWindowMedium">@android:style/Widget.QuickContactBadgeSmall.WindowMedium</item>
223        <item name="quickContactBadgeStyleSmallWindowLarge">@android:style/Widget.QuickContactBadgeSmall.WindowLarge</item>
224        <item name="listPopupWindowStyle">@android:style/Widget.ListPopupWindow</item>
225        <item name="popupMenuStyle">@android:style/Widget.PopupMenu</item>
226        
227        <!-- Preference styles -->
228        <item name="preferenceScreenStyle">@android:style/Preference.PreferenceScreen</item>
229        <item name="preferenceCategoryStyle">@android:style/Preference.Category</item>
230        <item name="preferenceStyle">@android:style/Preference</item>
231        <item name="preferenceInformationStyle">@android:style/Preference.Information</item>
232        <item name="checkBoxPreferenceStyle">@android:style/Preference.CheckBoxPreference</item>
233        <item name="yesNoPreferenceStyle">@android:style/Preference.DialogPreference.YesNoPreference</item>
234        <item name="dialogPreferenceStyle">@android:style/Preference.DialogPreference</item>
235        <item name="editTextPreferenceStyle">@android:style/Preference.DialogPreference.EditTextPreference</item>
236        <item name="ringtonePreferenceStyle">@android:style/Preference.RingtonePreference</item>
237        <item name="preferenceLayoutChild">@android:layout/preference_child</item>
238        <item name="preferencePanelStyle">@style/PreferencePanel</item>
239        <item name="detailsElementBackground">@android:drawable/panel_bg_holo_dark</item>
240
241        <!-- Search widget styles -->
242        <item name="searchWidgetCorpusItemBackground">@android:color/search_widget_corpus_item_background</item>
243
244        <!-- Action bar styles -->
245        <item name="actionDropDownStyle">@android:style/Widget.Spinner.DropDown</item>
246        <item name="actionButtonStyle">@android:style/Widget.ActionButton</item>
247        <item name="actionOverflowButtonStyle">@android:style/Widget.ActionButton.Overflow</item>
248        <item name="actionModeBackground">@android:drawable/action_bar_context_background</item>
249        <item name="actionModeCloseDrawable">@android:drawable/ic_menu_close_clear_cancel</item>
250        <item name="actionModeCutDrawable">@android:drawable/ic_menu_cut_dark</item>
251        <item name="actionModeCopyDrawable">@android:drawable/ic_menu_copy_dark</item>
252        <item name="actionModePasteDrawable">@android:drawable/ic_menu_paste_dark</item>
253        <item name="actionBarTabStyle">@style/Widget.ActionBarView_TabView</item>
254        <item name="actionBarTabBarStyle">@style/Widget.ActionBarView_TabBar</item>
255        <item name="actionBarTabTextStyle">@style/Widget.ActionBarView_TabText</item>
256        <item name="actionModeStyle">@style/Widget.ActionMode</item>
257        <item name="actionModeCloseButtonStyle">@style/Widget.ActionButton.CloseMode</item>
258        <item name="actionBarStyle">@android:style/Widget.ActionBar</item>
259        <item name="actionBarSize">56dip</item>
260        <item name="actionModePopupWindowStyle">?android:attr/popupWindowStyle</item>
261
262        <item name="dividerVertical">@drawable/divider_vertical_dark</item>
263        <item name="dividerHorizontal">@drawable/divider_vertical_dark</item>
264        <item name="buttonBarStyle">@android:style/ButtonBar</item>
265        <item name="buttonBarButtonStyle">?android:attr/buttonStyle</item>
266        <item name="segmentedButtonStyle">@android:style/SegmentedButton</item>
267
268        <!-- SearchView attributes -->
269        <item name="searchDropdownBackground">@android:drawable/spinner_dropdown_background</item>
270        <item name="searchViewCloseIcon">@android:drawable/ic_clear</item>
271        <item name="searchViewSearchIcon">@android:drawable/ic_search</item>
272        <item name="searchViewGoIcon">@android:drawable/ic_go</item>
273        <item name="searchViewVoiceIcon">@android:drawable/ic_voice_search</item>
274        <item name="searchViewEditQuery">@android:drawable/ic_commit</item>
275        <item name="searchViewEditQueryBackground">?attr/selectableItemBackground</item>
276
277        <!-- PreferenceFrameLayout attributes -->
278        <item name="preferenceFrameLayoutStyle">@android:style/Widget.PreferenceFrameLayout</item>
279
280        <!-- NumberPicker styles-->
281        <item name="numberPickerUpButtonStyle">@style/Widget.ImageButton.NumberPickerUpButton</item>
282        <item name="numberPickerDownButtonStyle">@style/Widget.ImageButton.NumberPickerDownButton</item>
283        <item name="numberPickerInputTextStyle">@style/Widget.EditText.NumberPickerInputText</item>
284        <item name="numberPickerStyle">@style/Widget.NumberPicker</item>
285
286        <!-- CalendarView style-->
287        <item name="calendarViewStyle">@style/Widget.CalendarView</item>
288
289        <item name="fastScrollThumbDrawable">@android:drawable/scrollbar_handle_accelerated_anim2</item>
290        <item name="fastScrollTrackDrawable">@null</item>
291        <item name="fastScrollPreviewBackgroundRight">@android:drawable/menu_submenu_background</item>
292        <item name="fastScrollPreviewBackgroundLeft">@android:drawable/menu_submenu_background</item>
293        <item name="fastScrollOverlayPosition">floating</item>
294
295    </style>
296
297    <!-- Variant of the default (dark) theme with no title bar -->
298    <style name="Theme.NoTitleBar">
299        <item name="android:windowNoTitle">true</item>
300    </style>
301
302    <!-- Variant of the default (dark) theme that has no title bar and
303         fills the entire screen -->
304    <style name="Theme.NoTitleBar.Fullscreen">
305        <item name="android:windowFullscreen">true</item>
306        <item name="android:windowContentOverlay">@null</item>
307    </style>
308    
309    <!-- Theme for a light background with dark text on top.  Set your activity
310         to this theme if you would like such an appearance.  As with the
311         default theme, you should try to assume little more than that the
312         background will be a light color. -->
313    <style name="Theme.Light">
314        <item name="windowBackground">@android:drawable/screen_background_selector_light</item>
315        <item name="colorBackground">@android:color/background_light</item>
316        <item name="colorForeground">@color/bright_foreground_light</item>
317        <item name="colorForegroundInverse">@android:color/bright_foreground_light_inverse</item>
318        
319        <item name="textColorPrimary">@android:color/primary_text_light</item>
320        <item name="textColorSecondary">@android:color/secondary_text_light</item>
321        <item name="textColorTertiary">@android:color/tertiary_text_light</item>
322        <item name="textColorPrimaryInverse">@android:color/primary_text_dark</item>
323        <item name="textColorSecondaryInverse">@android:color/secondary_text_dark</item>
324        <item name="textColorTertiaryInverse">@android:color/tertiary_text_dark</item>
325        <item name="textColorPrimaryDisableOnly">@android:color/primary_text_light_disable_only</item>
326        <item name="textColorPrimaryInverseDisableOnly">@android:color/primary_text_dark_disable_only</item>
327        <item name="textColorPrimaryNoDisable">@android:color/primary_text_light_nodisable</item>
328        <item name="textColorSecondaryNoDisable">@android:color/secondary_text_light_nodisable</item>
329        <item name="textColorPrimaryInverseNoDisable">@android:color/primary_text_dark_nodisable</item>
330        <item name="textColorSecondaryInverseNoDisable">@android:color/secondary_text_dark_nodisable</item>
331        <item name="textColorHint">@android:color/hint_foreground_light</item>
332        <item name="textColorHintInverse">@android:color/hint_foreground_dark</item>        
333        <item name="textColorHighlight">@android:color/highlighted_text_light</item>
334        <item name="textColorHighlightInverse">@android:color/highlighted_text_dark</item>
335        <item name="textColorLink">@android:color/link_text_light</item>
336        <item name="textColorLinkInverse">@android:color/link_text_dark</item>
337        
338        <item name="editTextColor">?android:attr/textColorPrimary</item>
339        <item name="listChoiceBackgroundIndicator">@android:drawable/list_selected_background_light</item>
340
341        <item name="activatedBackgroundIndicator">@android:drawable/activated_background_light</item>
342        <item name="quickContactBadgeOverlay">@android:drawable/quickcontact_badge_overlay_light</item>
343
344        <item name="popupWindowStyle">@android:style/Widget.PopupWindow</item>
345        
346        <item name="textCheckMark">@android:drawable/indicator_check_mark_light</item>
347        <item name="textCheckMarkInverse">@android:drawable/indicator_check_mark_dark</item>
348
349        <item name="gestureOverlayViewStyle">@android:style/Widget.GestureOverlayView.White</item>
350        <item name="expandableListViewStyle">@android:style/Widget.ExpandableListView.White</item>
351        <item name="listViewStyle">@android:style/Widget.ListView.White</item>
352        <item name="listDivider">@drawable/divider_horizontal_bright</item>
353        <item name="listSeparatorTextViewStyle">@android:style/Widget.TextView.ListSeparator.White</item>
354
355        <item name="progressBarStyle">@android:style/Widget.ProgressBar.Inverse</item>
356        <item name="progressBarStyleSmall">@android:style/Widget.ProgressBar.Small.Inverse</item>
357        <item name="progressBarStyleLarge">@android:style/Widget.ProgressBar.Large.Inverse</item>
358        <item name="progressBarStyleInverse">@android:style/Widget.ProgressBar</item>
359        <item name="progressBarStyleSmallInverse">@android:style/Widget.ProgressBar.Small</item>
360        <item name="progressBarStyleLargeInverse">@android:style/Widget.ProgressBar.Large</item>
361        <item name="actionModeCutDrawable">@android:drawable/ic_menu_cut_light</item>
362        <item name="actionModeCopyDrawable">@android:drawable/ic_menu_copy_light</item>
363        <item name="actionModePasteDrawable">@android:drawable/ic_menu_paste_light</item>
364        <!-- SearchView attributes -->
365        <item name="searchDropdownBackground">@android:drawable/search_dropdown_light</item>
366        <item name="searchViewCloseIcon">@android:drawable/ic_clear_holo_light</item>
367        <item name="searchViewSearchIcon">@android:drawable/ic_search_api_holo_light</item>
368        <item name="searchViewGoIcon">@android:drawable/ic_go_search_api_holo_light</item>
369        <item name="searchViewVoiceIcon">@android:drawable/ic_voice_search_api_holo_light</item>
370        <item name="searchViewEditQuery">@android:drawable/ic_commit_search_api_holo_light</item>
371    </style>
372
373    <!-- Variant of the light theme with no title bar -->
374    <style name="Theme.Light.NoTitleBar">
375        <item name="android:windowNoTitle">true</item>
376    </style>
377
378    <!-- Variant of the light theme that has no title bar and
379         fills the entire screen -->
380    <style name="Theme.Light.NoTitleBar.Fullscreen">
381        <item name="android:windowFullscreen">true</item>
382        <item name="android:windowContentOverlay">@null</item>
383    </style>
384    
385    <!-- Special variation on the default theme that ensures the background is
386         completely black.  This is useful for things like image viewers and
387         media players.   If you want the normal (dark background) theme
388         do <em>not</em> use this, use {@link #Theme}. -->
389    <style name="Theme.Black">
390        <item name="android:windowBackground">@android:color/black</item>
391        <item name="android:colorBackground">@android:color/black</item>
392    </style>
393    
394    <!-- Variant of the black theme with no title bar -->
395    <style name="Theme.Black.NoTitleBar">
396        <item name="android:windowNoTitle">true</item>
397    </style>
398
399    <!-- Variant of the black theme that has no title bar and
400         fills the entire screen -->
401    <style name="Theme.Black.NoTitleBar.Fullscreen">
402        <item name="android:windowFullscreen">true</item>
403        <item name="android:windowContentOverlay">@null</item>
404    </style>
405    
406    <!-- Default theme for windows that want to have the user's selected
407         wallpaper appear behind them.  -->
408    <style name="Theme.Wallpaper">
409        <item name="android:windowBackground">@android:color/transparent</item>
410        <item name="android:colorBackgroundCacheHint">@null</item>
411        <item name="android:windowShowWallpaper">true</item>
412    </style>
413
414    <!-- Variant of the translucent theme with no title bar -->
415    <style name="Theme.Wallpaper.NoTitleBar">
416        <item name="android:windowNoTitle">true</item>
417    </style>
418
419    <!-- Variant of the translucent theme that has no title bar and
420         fills the entire screen -->
421    <style name="Theme.Wallpaper.NoTitleBar.Fullscreen">
422        <item name="android:windowFullscreen">true</item>
423        <item name="android:windowContentOverlay">@null</item>
424    </style>
425
426    <!-- Theme for a wallpaper's setting activity that is designed to be on
427         top of a dark background. -->
428    <style name="Theme.WallpaperSettings">
429        <item name="android:windowBackground">@android:drawable/screen_background_dark_transparent</item>
430        <item name="android:colorBackgroundCacheHint">@null</item>
431        <item name="android:windowIsTranslucent">true</item>
432        <item name="android:windowAnimationStyle">@android:style/Animation.Translucent</item>
433    </style>
434
435    <!-- Theme for a wallpaper's setting activity that is designed to be on
436         top of a light background. -->
437    <style name="Theme.Light.WallpaperSettings">
438        <item name="android:windowBackground">@android:drawable/screen_background_light_transparent</item>
439        <item name="android:colorBackgroundCacheHint">@null</item>
440        <item name="android:windowIsTranslucent">true</item>
441        <item name="android:windowAnimationStyle">@android:style/Animation.Translucent</item>
442    </style>
443
444    <!-- Style to apply on top of a wallpaper settings theme when it is being
445         shown on top of the real wallpaper -->
446    <style name="ActiveWallpaperSettings">
447    </style>
448    
449    <!-- Style to apply on top of a wallpaper settings theme when it is being
450         shown on top of the real wallpaper -->
451    <style name="PreviewWallpaperSettings">
452    </style>
453    
454    <!-- Default theme for translucent activities, that is windows that allow you
455         to see through them to the windows behind.  This sets up the translucent
456         flag and appropriate animations for your windows.  -->
457    <style name="Theme.Translucent">
458        <item name="android:windowBackground">@android:color/transparent</item>
459        <item name="android:colorBackgroundCacheHint">@null</item>
460        <item name="android:windowIsTranslucent">true</item>
461        <!-- Note that we use the base animation style here (that is no
462             animations) because we really have no idea how this kind of
463             activity will be used. -->
464        <item name="android:windowAnimationStyle">@android:style/Animation</item>
465    </style>
466
467    <!-- Variant of the translucent theme with no title bar -->
468    <style name="Theme.Translucent.NoTitleBar">
469        <item name="android:windowNoTitle">true</item>
470        <item name="android:windowContentOverlay">@null</item>
471    </style>
472
473    <!-- Variant of the translucent theme that has no title bar and
474         fills the entire screen -->
475    <style name="Theme.Translucent.NoTitleBar.Fullscreen">
476        <item name="android:windowFullscreen">true</item>
477    </style>
478    
479    <!-- Default theme for activities that don't actually display a UI; that
480         is, they finish themselves before being resumed.  -->
481    <style name="Theme.NoDisplay">
482        <item name="android:windowBackground">@null</item>
483        <item name="android:windowContentOverlay">@null</item>
484        <item name="android:windowIsTranslucent">true</item>
485        <item name="android:windowAnimationStyle">@null</item>
486        <item name="android:windowDisablePreview">true</item>
487        <item name="android:windowNoDisplay">true</item>
488    </style>
489
490    <!-- Default theme for dialog windows and activities, which is used by the
491         {@link android.app.Dialog} class.  This changes the window to be
492         floating (not fill the entire screen), and puts a frame around its
493         contents.  You can set this theme on an activity if you would like to
494         make an activity that looks like a Dialog. -->
495    <style name="Theme.Dialog">
496        <item name="android:windowFrame">@null</item>
497        <item name="android:windowTitleStyle">@android:style/DialogWindowTitle</item>
498        <item name="android:windowBackground">@android:drawable/panel_background</item>
499        <item name="android:windowIsFloating">true</item>
500        <item name="android:windowContentOverlay">@null</item>
501        <item name="android:windowAnimationStyle">@android:style/Animation.Dialog</item>
502        <item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item>
503
504        <item name="android:colorBackgroundCacheHint">@null</item>
505        
506        <item name="textAppearance">@android:style/TextAppearance</item>
507        <item name="textAppearanceInverse">@android:style/TextAppearance.Inverse</item>
508
509        <item name="textColorPrimary">@android:color/primary_text_dark</item>
510        <item name="textColorSecondary">@android:color/secondary_text_dark</item>
511        <item name="textColorTertiary">@android:color/tertiary_text_dark</item>
512        <item name="textColorPrimaryInverse">@android:color/primary_text_light</item>
513        <item name="textColorSecondaryInverse">@android:color/secondary_text_light</item>
514        <item name="textColorTertiaryInverse">@android:color/tertiary_text_light</item>
515        <item name="textColorPrimaryDisableOnly">@android:color/primary_text_dark_disable_only</item>
516        <item name="textColorPrimaryInverseDisableOnly">@android:color/primary_text_light_disable_only</item>
517        <item name="textColorPrimaryNoDisable">@android:color/primary_text_dark_nodisable</item>
518        <item name="textColorSecondaryNoDisable">@android:color/secondary_text_dark_nodisable</item>
519        <item name="textColorPrimaryInverseNoDisable">@android:color/primary_text_light_nodisable</item>
520        <item name="textColorSecondaryInverseNoDisable">@android:color/secondary_text_light_nodisable</item>
521        <item name="textColorHint">@android:color/hint_foreground_dark</item>
522        <item name="textColorHintInverse">@android:color/hint_foreground_light</item>
523        <item name="textColorSearchUrl">@android:color/search_url_text</item>
524
525        <item name="textAppearanceLarge">@android:style/TextAppearance.Large</item>
526        <item name="textAppearanceMedium">@android:style/TextAppearance.Medium</item>
527        <item name="textAppearanceSmall">@android:style/TextAppearance.Small</item>
528        <item name="textAppearanceLargeInverse">@android:style/TextAppearance.Large.Inverse</item>
529        <item name="textAppearanceMediumInverse">@android:style/TextAppearance.Medium.Inverse</item>
530        <item name="textAppearanceSmallInverse">@android:style/TextAppearance.Small.Inverse</item>
531    </style>
532
533    <!-- Variation of Theme.Dialog that does not include a frame (or background).
534         The view hierarchy of the dialog is responsible for drawing all of
535         its pixels. -->
536    <style name="Theme.Dialog.NoFrame">
537        <item name="windowBackground">@android:color/transparent</item>
538        <item name="android:windowFrame">@null</item>
539        <item name="windowContentOverlay">@null</item>
540        <item name="android:windowAnimationStyle">@null</item>
541        <item name="android:backgroundDimEnabled">false</item>
542        <item name="android:windowIsTranslucent">true</item>
543        <item name="android:windowNoTitle">true</item>
544    </style>
545
546    <!-- Default theme for alert dialog windows, which is used by the
547         {@link android.app.AlertDialog} class.  This is basically a dialog
548         but sets the background to empty so it can do two-tone backgrounds. -->
549    <style name="Theme.Dialog.Alert">
550        <item name="windowBackground">@android:color/transparent</item>
551        <item name="windowTitleStyle">@android:style/DialogWindowTitle</item>
552        <item name="windowContentOverlay">@null</item>
553        <item name="itemTextAppearance">@android:style/TextAppearance.Large.Inverse</item>
554    </style>
555    
556    <!-- Default dark theme for panel windows.  This removes all extraneous
557         window decorations, so you basically have an empty rectangle in which
558         to place your content.  It makes the window floating, with a transparent
559         background, and turns off dimming behind the window. -->
560    <style name="Theme.Panel">
561        <item name="android:windowBackground">@android:color/transparent</item>
562        <item name="android:colorBackgroundCacheHint">@null</item>
563        <item name="android:windowFrame">@null</item>
564        <item name="android:windowContentOverlay">@null</item>
565        <item name="android:windowIsFloating">true</item>
566        <item name="android:backgroundDimEnabled">false</item>
567        <item name="android:windowIsTranslucent">true</item>
568        <item name="android:windowNoTitle">true</item>
569    </style>
570
571    <!-- Default light theme for panel windows.  This removes all extraneous
572         window decorations, so you basically have an empty rectangle in which
573         to place your content.  It makes the window floating, with a transparent
574         background, and turns off dimming behind the window. -->
575    <style name="Theme.Light.Panel">
576        <item name="android:windowBackground">@android:color/transparent</item>
577        <item name="android:colorBackgroundCacheHint">@null</item>
578        <item name="android:windowFrame">@null</item>
579        <item name="android:windowContentOverlay">@null</item>
580        <item name="android:windowIsFloating">true</item>
581        <item name="android:backgroundDimEnabled">false</item>
582        <item name="android:windowIsTranslucent">true</item>
583        <item name="android:windowNoTitle">true</item>
584    </style>
585
586    <!-- Default holo light theme for panel windows.  This removes all extraneous
587         window decorations, so you basically have an empty rectangle in which
588         to place your content.  It makes the window floating, with a transparent
589         background, and turns off dimming behind the window. -->
590    <style name="Theme.Holo.Light.Panel">
591        <item name="android:windowBackground">@android:color/transparent</item>
592        <item name="android:colorBackgroundCacheHint">@null</item>
593        <item name="android:windowFrame">@null</item>
594        <item name="android:windowContentOverlay">@null</item>
595        <item name="android:windowIsFloating">true</item>
596        <item name="android:backgroundDimEnabled">false</item>
597        <item name="android:windowIsTranslucent">true</item>
598        <item name="android:windowNoTitle">true</item>
599    </style>
600
601    <!-- Default theme for input methods, which is used by the
602         {@link android.inputmethodservice.InputMethodService} class.
603         this inherits from Theme.NoTitleBar, but makes the background
604         transparent, the window floating and translucent, and ensures that
605         it does not dim the UI behind it.  This also configures the window
606         with the standard IME animations and visuals. -->
607    <style name="Theme.InputMethod" parent="Theme.Panel">
608        <item name="android:windowAnimationStyle">@android:style/Animation.InputMethod</item>
609        <item name="android:imeFullscreenBackground">@android:drawable/input_method_fullscreen_background</item>
610        <item name="android:imeExtractEnterAnimation">@android:anim/input_method_extract_enter</item>
611        <item name="android:imeExtractExitAnimation">@android:anim/input_method_extract_exit</item>
612    </style>
613
614    <!-- Theme for the search input bar. -->
615    <style name="Theme.SearchBar" parent="Theme.Holo.Light.Panel">
616        <item name="windowContentOverlay">@null</item>        
617    </style>
618    
619    <!-- Theme for the search input bar when doing global search. The only
620         difference from non-global search is that we do not dim the background. -->
621    <style name="Theme.GlobalSearchBar" parent="Theme.Panel">
622        <item name="windowContentOverlay">@null</item>
623    </style>
624
625    <!-- Menu Themes -->
626    <eat-comment />
627
628    <style name="Theme.IconMenu">
629        <!-- Menu/item attributes -->
630        <item name="android:itemTextAppearance">@android:style/TextAppearance.Widget.IconMenu.Item</item>
631        <item name="android:itemBackground">@android:drawable/menu_selector</item>
632        <item name="android:itemIconDisabledAlpha">?android:attr/disabledAlpha</item>
633        <item name="android:horizontalDivider">@android:drawable/divider_horizontal_dark</item>
634        <item name="android:verticalDivider">@android:drawable/divider_vertical_dark</item>
635        <item name="android:windowAnimationStyle">@android:style/Animation.OptionsPanel</item>
636        <item name="android:moreIcon">@android:drawable/ic_menu_more</item>
637        <item name="android:background">@null</item>
638    </style>
639
640    <style name="Theme.ExpandedMenu">
641        <!-- Menu/item attributes -->
642        <item name="android:itemTextAppearance">?android:attr/textAppearanceLarge</item>
643        <item name="android:listViewStyle">@android:style/Widget.ListView.Menu</item>
644        <item name="android:windowAnimationStyle">@android:style/Animation.OptionsPanel</item>
645        <item name="android:background">@null</item>
646    </style>
647
648    <!-- @hide -->
649    <style name="Theme.Dialog.AppError" parent="Theme.Holo.Dialog">
650        <item name="windowFrame">@null</item>
651        <item name="windowTitleStyle">@android:style/DialogWindowTitle</item>
652        <item name="windowBackground">@android:color/transparent</item>
653        <item name="windowIsFloating">true</item>
654        <item name="windowContentOverlay">@null</item>
655        <item name="textAppearance">@style/TextAppearance.Theme.Dialog.AppError</item>
656    </style>
657    
658    <!-- Special theme for the recent apps dialog, to allow customization
659         with overlays. -->
660    <style name="Theme.Dialog.RecentApplications">
661        <item name="windowFrame">@null</item>
662        <item name="windowBackground">@android:color/transparent</item>
663        <item name="android:windowAnimationStyle">@android:style/Animation.RecentApplications</item>
664        <item name="android:textColor">@android:color/secondary_text_nofocus</item>
665    </style>
666
667    <!-- Default theme for window that looks like a toast. -->
668    <style name="Theme.Toast" parent="@android:style/Theme.Dialog">
669        <item name="android:windowBackground">@android:drawable/toast_frame</item>
670        <item name="android:windowAnimationStyle">@android:style/Animation.Toast</item>
671        <item name="android:backgroundDimEnabled">false</item>
672    </style>
673
674    <!-- Default theme with an Action Bar. -->
675    <style name="Theme.WithActionBar">
676        <item name="android:windowActionBar">true</item>
677    </style>
678
679    <!-- No title bar, but Action Mode bars will overlay application content
680         instead of pushing it down to make room. -->
681    <style name="Theme.NoTitleBar.OverlayActionModes">
682        <item name="android:windowActionModeOverlay">true</item>
683    </style>
684    
685    <!-- New Honeycomb holographic theme. Dark version.  The widgets in the
686         holographic theme are translucent on their brackground, so applications
687         must ensure that any background they use with this theme is itself
688         dark; otherwise, it will be difficult to see the widgets.  The new
689         UI style also includes a full action bar by default.
690
691         Styles used by the Holo theme are named using the convention Type.Holo.Etc.
692         (For example, Widget.Holo.Button, TextAppearance.Holo.Widget.PopupMenu.Large.)
693         Specific resources used by Holo are named using the convention @type/foo_bar_baz_holo
694         with trailing _dark or _light specifiers if they are not shared between both light and
695         dark versions of the theme. -->
696    <style name="Theme.Holo">
697        <item name="colorForeground">@android:color/bright_foreground_holo_dark</item>
698        <item name="colorForegroundInverse">@android:color/bright_foreground_inverse_holo_dark</item>
699        <item name="colorBackground">@android:color/background_holo_dark</item>
700        <item name="colorBackgroundCacheHint">@android:drawable/background_cache_hint_selector_holo_dark</item>
701        <item name="disabledAlpha">0.5</item>
702        <item name="backgroundDimAmount">0.6</item>
703
704        <!-- Text styles -->
705        <item name="textAppearance">@android:style/TextAppearance.Holo</item>
706        <item name="textAppearanceInverse">@android:style/TextAppearance.Holo.Inverse</item>
707
708        <item name="textColorPrimary">@android:color/primary_text_holo_dark</item>
709        <item name="textColorSecondary">@android:color/secondary_text_holo_dark</item>
710        <item name="textColorTertiary">@android:color/tertiary_text_holo_dark</item>
711        <item name="textColorPrimaryInverse">@android:color/primary_text_holo_light</item>
712        <item name="textColorSecondaryInverse">@android:color/secondary_text_holo_light</item>
713        <item name="textColorTertiaryInverse">@android:color/tertiary_text_holo_light</item>
714        <item name="textColorPrimaryDisableOnly">@android:color/primary_text_disable_only_holo_dark</item>
715        <item name="textColorPrimaryInverseDisableOnly">@android:color/primary_text_disable_only_holo_light</item>
716        <item name="textColorPrimaryNoDisable">@android:color/primary_text_nodisable_holo_dark</item>
717        <item name="textColorSecondaryNoDisable">@android:color/secondary_text_nodisable_holo_dark</item>
718        <item name="textColorPrimaryInverseNoDisable">@android:color/primary_text_nodisable_holo_light</item>
719        <item name="textColorSecondaryInverseNoDisable">@android:color/secondary_text_nodisable_holo_light</item>
720        <item name="textColorHint">@android:color/hint_foreground_holo_dark</item>
721        <item name="textColorHintInverse">@android:color/hint_foreground_holo_light</item>
722        <item name="textColorSearchUrl">@android:color/search_url_text_holo</item>
723        <item name="textColorHighlight">@android:color/highlighted_text_holo_dark</item>
724        <item name="textColorHighlightInverse">@android:color/highlighted_text_holo_light</item>
725        <item name="textColorLink">@android:color/link_text_holo_dark</item>
726        <item name="textColorLinkInverse">@android:color/link_text_holo_light</item>
727        <item name="textColorAlertDialogListItem">@android:color/primary_text_holo_dark</item>
728
729        <item name="textAppearanceLarge">@android:style/TextAppearance.Holo.Large</item>
730        <item name="textAppearanceMedium">@android:style/TextAppearance.Holo.Medium</item>
731        <item name="textAppearanceSmall">@android:style/TextAppearance.Holo.Small</item>
732        <item name="textAppearanceLargeInverse">@android:style/TextAppearance.Holo.Large.Inverse</item>
733        <item name="textAppearanceMediumInverse">@android:style/TextAppearance.Holo.Medium.Inverse</item>
734        <item name="textAppearanceSmallInverse">@android:style/TextAppearance.Holo.Small.Inverse</item>
735        <item name="textAppearanceSearchResultTitle">@android:style/TextAppearance.Holo.SearchResult.Title</item>
736        <item name="textAppearanceSearchResultSubtitle">@android:style/TextAppearance.Holo.SearchResult.Subtitle</item>
737        
738        <item name="textAppearanceButton">@android:style/TextAppearance.Holo.Widget.Button</item>
739        
740        <item name="editTextColor">?android:attr/textColorPrimary</item>
741        <item name="editTextBackground">@android:drawable/edit_text_holo_dark</item>
742        
743        <item name="candidatesTextStyleSpans">@android:string/candidates_style</item>
744        
745        <item name="textCheckMark">@android:drawable/indicator_check_mark_dark</item>
746        <item name="textCheckMarkInverse">@android:drawable/indicator_check_mark_light</item>
747
748        <item name="textAppearanceLargePopupMenu">@android:style/TextAppearance.Holo.Widget.PopupMenu.Large</item>
749        <item name="textAppearanceSmallPopupMenu">@android:style/TextAppearance.Holo.Widget.PopupMenu.Small</item>
750
751        <!-- Button styles -->
752        <item name="buttonStyle">@android:style/Widget.Holo.Button</item>
753
754        <item name="buttonStyleSmall">@android:style/Widget.Holo.Button.Small</item>
755        <item name="buttonStyleInset">@android:style/Widget.Holo.Button.Inset</item>
756
757        <item name="buttonStyleToggle">@android:style/Widget.Holo.Button.Toggle</item>
758        <item name="switchStyle">@android:style/Widget.Holo.CompoundButton.Switch</item>
759
760        <item name="selectableItemBackground">@android:drawable/item_background_holo_dark</item>
761        <item name="borderlessButtonStyle">@android:style/Widget.Holo.Button.Borderless</item>
762        <item name="homeAsUpIndicator">@android:drawable/ic_ab_back_holo_dark</item>
763
764        <!-- List attributes -->
765        <item name="listPreferredItemHeight">64dip</item>
766        <!-- @hide -->
767        <item name="searchResultListItemHeight">58dip</item>
768        <item name="listDivider">@drawable/list_divider_holo_dark</item>
769        <item name="listSeparatorTextViewStyle">@android:style/Widget.Holo.TextView.ListSeparator</item>   
770
771        <item name="listChoiceIndicatorSingle">@android:drawable/btn_radio_holo_dark</item>
772        <item name="listChoiceIndicatorMultiple">@android:drawable/btn_check_holo_dark</item>
773
774        <item name="listChoiceBackgroundIndicator">@android:drawable/list_selector_holo_dark</item>
775
776        <item name="activatedBackgroundIndicator">@android:drawable/activated_background_holo_dark</item>
777
778        <item name="listDividerAlertDialog">@android:drawable/list_divider_holo_dark</item>
779
780        <item name="expandableListPreferredItemPaddingLeft">40dip</item>
781        <item name="expandableListPreferredChildPaddingLeft">
782                ?android:attr/expandableListPreferredItemPaddingLeft</item>
783
784        <item name="expandableListPreferredItemIndicatorLeft">3dip</item>
785        <item name="expandableListPreferredItemIndicatorRight">33dip</item>
786        <item name="expandableListPreferredChildIndicatorLeft">
787                ?android:attr/expandableListPreferredItemIndicatorLeft</item>
788        <item name="expandableListPreferredChildIndicatorRight">
789                ?android:attr/expandableListPreferredItemIndicatorRight</item>
790
791        <!-- Gallery attributes -->
792        <item name="galleryItemBackground">@android:drawable/gallery_item_background</item>
793        
794        <!-- Window attributes -->
795        <item name="windowFrame">@null</item>
796        <item name="windowNoTitle">false</item>
797        <item name="windowFullscreen">false</item>
798        <item name="windowIsFloating">false</item>
799        <item name="windowContentOverlay">@null</item>
800        <item name="windowShowWallpaper">false</item>
801        <item name="windowTitleStyle">@android:style/WindowTitle.Holo</item>
802        <item name="windowTitleSize">25dip</item>
803        <item name="windowTitleBackgroundStyle">@android:style/WindowTitleBackground.Holo</item>
804        <item name="android:windowAnimationStyle">@android:style/Animation.Holo.Activity</item>
805        <item name="android:windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
806        <item name="windowActionBar">true</item>
807        <item name="windowActionModeOverlay">false</item>
808
809        <!-- Dialog attributes -->
810        <item name="alertDialogStyle">@android:style/AlertDialog.Holo</item>
811        <item name="dialogTheme">@android:style/Theme.Holo.Dialog</item>
812        <item name="alertDialogTheme">@android:style/Theme.Holo.Dialog.Alert</item>
813        <item name="alertDialogCenterButtons">false</item>
814        <item name="alertDialogIcon">@android:drawable/ic_dialog_alert_holo_dark</item>
815        
816        <!-- Panel attributes -->
817        <item name="panelBackground">@android:drawable/menu_background</item>
818        <item name="panelFullBackground">@android:drawable/menu_background_fill_parent_width</item>
819        <!-- These three attributes do not seems to be used by the framework. Declared public though -->
820        <item name="panelColorBackground">#000</item>
821        <item name="panelColorForeground">?android:attr/textColorPrimary</item>
822        <item name="panelTextAppearance">?android:attr/textAppearance</item>
823
824        <!-- Scrollbar attributes -->
825        <item name="scrollbarFadeDuration">250</item>
826        <item name="scrollbarDefaultDelayBeforeFade">300</item> 
827        <item name="scrollbarSize">10dip</item>
828        <item name="scrollbarThumbHorizontal">@android:drawable/scrollbar_handle_holo_dark</item>
829        <item name="scrollbarThumbVertical">@android:drawable/scrollbar_handle_holo_dark</item>
830        <item name="scrollbarTrackHorizontal">@null</item>
831        <item name="scrollbarTrackVertical">@null</item>
832
833        <!-- Text selection handle attributes -->
834        <item name="textSelectHandleLeft">@android:drawable/text_select_handle_left</item>
835        <item name="textSelectHandleRight">@android:drawable/text_select_handle_right</item>
836        <item name="textSelectHandle">@android:drawable/text_select_handle_middle</item>
837        <item name="textSelectHandleWindowStyle">@android:style/Widget.Holo.TextSelectHandle</item>
838
839        <!-- Widget styles -->
840        <item name="absListViewStyle">@android:style/Widget.Holo.AbsListView</item>
841        <item name="autoCompleteTextViewStyle">@android:style/Widget.Holo.AutoCompleteTextView</item>
842        <item name="checkboxStyle">@android:style/Widget.Holo.CompoundButton.CheckBox</item>
843        <item name="dropDownListViewStyle">@android:style/Widget.Holo.ListView.DropDown</item>
844        <item name="editTextStyle">@android:style/Widget.Holo.EditText</item>
845        <item name="expandableListViewStyle">@android:style/Widget.Holo.ExpandableListView</item>
846        <item name="expandableListViewWhiteStyle">@android:style/Widget.Holo.ExpandableListView.White</item>
847        <item name="galleryStyle">@android:style/Widget.Holo.Gallery</item>
848        <item name="gestureOverlayViewStyle">@android:style/Widget.Holo.GestureOverlayView</item>
849        <item name="gridViewStyle">@android:style/Widget.Holo.GridView</item>
850        <item name="imageButtonStyle">@android:style/Widget.Holo.ImageButton</item>
851        <item name="imageWellStyle">@android:style/Widget.Holo.ImageWell</item>
852        <item name="listViewStyle">@android:style/Widget.Holo.ListView</item>
853        <item name="listViewWhiteStyle">@android:style/Widget.Holo.ListView.White</item>
854        <item name="popupWindowStyle">@android:style/Widget.Holo.PopupWindow</item>
855        <item name="progressBarStyle">@android:style/Widget.Holo.ProgressBar</item>
856        <item name="progressBarStyleHorizontal">@android:style/Widget.Holo.ProgressBar.Horizontal</item>
857        <item name="progressBarStyleSmall">@android:style/Widget.Holo.ProgressBar.Small</item>
858        <item name="progressBarStyleSmallTitle">@android:style/Widget.Holo.ProgressBar.Small.Title</item>
859        <item name="progressBarStyleLarge">@android:style/Widget.Holo.ProgressBar.Large</item>
860        <item name="progressBarStyleInverse">@android:style/Widget.Holo.ProgressBar.Inverse</item>
861        <item name="progressBarStyleSmallInverse">@android:style/Widget.Holo.ProgressBar.Small.Inverse</item>
862        <item name="progressBarStyleLargeInverse">@android:style/Widget.Holo.ProgressBar.Large.Inverse</item>
863        <item name="seekBarStyle">@android:style/Widget.Holo.SeekBar</item>
864        <item name="ratingBarStyle">@android:style/Widget.Holo.RatingBar</item>
865        <item name="ratingBarStyleIndicator">@android:style/Widget.Holo.RatingBar.Indicator</item>
866        <item name="ratingBarStyleSmall">@android:style/Widget.Holo.RatingBar.Small</item>
867        <item name="radioButtonStyle">@android:style/Widget.Holo.CompoundButton.RadioButton</item>
868        <item name="scrollViewStyle">@android:style/Widget.Holo.ScrollView</item>
869        <item name="horizontalScrollViewStyle">@android:style/Widget.Holo.HorizontalScrollView</item>
870        <item name="spinnerStyle">?android:attr/dropDownSpinnerStyle</item>
871        <item name="dropDownSpinnerStyle">@android:style/Widget.Holo.Spinner.DropDown</item>
872        <item name="starStyle">@android:style/Widget.Holo.CompoundButton.Star</item>
873        <item name="tabWidgetStyle">@android:style/Widget.Holo.TabWidget</item>
874        <item name="textViewStyle">@android:style/Widget.Holo.TextView</item>
875        <item name="webTextViewStyle">@android:style/Widget.Holo.WebTextView</item>
876        <item name="webViewStyle">@android:style/Widget.Holo.WebView</item>
877        <item name="dropDownItemStyle">@android:style/Widget.Holo.DropDownItem</item>
878        <item name="spinnerDropDownItemStyle">@android:style/Widget.Holo.DropDownItem.Spinner</item>
879        <item name="spinnerItemStyle">@android:style/Widget.Holo.TextView.SpinnerItem</item>
880        <item name="dropDownHintAppearance">@android:style/TextAppearance.Holo.Widget.DropDownHint</item>
881        <item name="keyboardViewStyle">@android:style/Widget.Holo.KeyboardView</item>
882        <item name="quickContactBadgeStyleWindowSmall">@android:style/Widget.Holo.QuickContactBadge.WindowSmall</item>
883        <item name="quickContactBadgeStyleWindowMedium">@android:style/Widget.Holo.QuickContactBadge.WindowMedium</item>
884        <item name="quickContactBadgeStyleWindowLarge">@android:style/Widget.Holo.QuickContactBadge.WindowLarge</item>
885        <item name="quickContactBadgeStyleSmallWindowSmall">@android:style/Widget.Holo.QuickContactBadgeSmall.WindowSmall</item>
886        <item name="quickContactBadgeStyleSmallWindowMedium">@android:style/Widget.Holo.QuickContactBadgeSmall.WindowMedium</item>
887        <item name="quickContactBadgeStyleSmallWindowLarge">@android:style/Widget.Holo.QuickContactBadgeSmall.WindowLarge</item>
888        <item name="listPopupWindowStyle">@android:style/Widget.Holo.ListPopupWindow</item>
889        <item name="popupMenuStyle">@android:style/Widget.Holo.PopupMenu</item>
890        
891        <!-- Preference styles -->
892        <item name="preferenceScreenStyle">@android:style/Preference.PreferenceScreen</item>
893        <item name="preferenceCategoryStyle">@android:style/Preference.Category</item>
894        <item name="preferenceStyle">@android:style/Preference</item>
895        <item name="preferenceInformationStyle">@android:style/Preference.Information</item>
896        <item name="checkBoxPreferenceStyle">@android:style/Preference.CheckBoxPreference</item>
897        <item name="yesNoPreferenceStyle">@android:style/Preference.DialogPreference.YesNoPreference</item>
898        <item name="dialogPreferenceStyle">@android:style/Preference.DialogPreference</item>
899        <item name="editTextPreferenceStyle">@android:style/Preference.DialogPreference.EditTextPreference</item>
900        <item name="ringtonePreferenceStyle">@android:style/Preference.RingtonePreference</item>
901        <item name="preferenceLayoutChild">@android:layout/preference_child</item>
902        <item name="detailsElementBackground">@android:drawable/panel_bg_holo_dark</item>
903
904        <!-- Search widget styles -->
905        <item name="searchWidgetCorpusItemBackground">@android:color/search_widget_corpus_item_background</item>
906
907        <!-- Action bar styles -->
908        <item name="actionDropDownStyle">@android:style/Widget.Holo.Spinner.DropDown.ActionBar</item>
909        <item name="actionButtonStyle">@android:style/Widget.Holo.ActionButton</item>
910        <item name="actionOverflowButtonStyle">@android:style/Widget.Holo.ActionButton.Overflow</item>
911        <item name="actionModeBackground">@android:drawable/cab_background_holo_dark</item>
912        <item name="actionModeCloseDrawable">@android:drawable/cab_ic_close_holo</item>
913        <item name="actionBarTabStyle">@style/Widget.Holo.ActionBarView_TabView</item>
914        <item name="actionBarTabBarStyle">@style/Widget.Holo.ActionBarView_TabBar</item>
915        <item name="actionBarTabTextStyle">@style/Widget.Holo.ActionBarView_TabText</item>
916        <item name="actionModeStyle">@style/Widget.Holo.ActionMode</item>
917        <item name="actionModeCloseButtonStyle">@style/Widget.Holo.ActionButton.CloseMode</item>
918        <item name="actionBarStyle">@android:style/Widget.Holo.ActionBar</item>
919        <item name="actionBarSize">56dip</item>
920        <item name="actionModePopupWindowStyle">@android:style/Widget.Holo.PopupWindow.ActionMode</item>
921
922        <item name="dividerVertical">?android:attr/listDivider</item>
923        <item name="dividerHorizontal">?android:attr/listDivider</item>
924        <item name="buttonBarStyle">@android:style/Holo.ButtonBar</item>
925        <item name="buttonBarButtonStyle">?android:attr/borderlessButtonStyle</item>
926        <item name="segmentedButtonStyle">@android:style/Holo.SegmentedButton</item>
927
928        <!-- SearchView attributes -->
929        <item name="searchDropdownBackground">@android:drawable/search_dropdown_dark</item>
930
931        <!-- PreferenceFrameLayout attributes -->
932        <item name="preferenceFrameLayoutStyle">@android:style/Widget.Holo.PreferenceFrameLayout</item>
933
934        <!-- NumberPicker styles-->
935        <item name="numberPickerUpButtonStyle">@style/Widget.Holo.ImageButton.NumberPickerUpButton</item>
936        <item name="numberPickerDownButtonStyle">@style/Widget.Holo.ImageButton.NumberPickerDownButton</item>
937        <item name="numberPickerInputTextStyle">@style/Widget.Holo.EditText.NumberPickerInputText</item>
938
939        <!-- CalendarView style-->
940        <item name="calendarViewStyle">@style/Widget.Holo.CalendarView</item>
941
942        <item name="fastScrollThumbDrawable">@android:drawable/fastscroll_thumb_holo</item>
943        <item name="fastScrollPreviewBackgroundLeft">@android:drawable/fastscroll_label_left_holo_dark</item>
944        <item name="fastScrollPreviewBackgroundRight">@android:drawable/fastscroll_label_right_holo_dark</item>
945        <item name="fastScrollTrackDrawable">@android:drawable/fastscroll_track_holo_dark</item>
946        <item name="fastScrollOverlayPosition">atThumb</item>
947
948    </style>
949
950    <!-- New Honeycomb holographic theme. Light version.  The widgets in the
951         holographic theme are translucent on their brackground, so applications
952         must ensure that any background they use with this theme is itself
953         light; otherwise, it will be difficult to see the widgets.  The new
954         UI style also includes a full action bar by default. -->
955    <style name="Theme.Holo.Light" parent="Theme.Light">
956        <item name="colorForeground">@android:color/bright_foreground_holo_light</item>
957        <item name="colorForegroundInverse">@android:color/bright_foreground_inverse_holo_light</item>
958        <item name="colorBackground">@android:color/background_holo_light</item>
959        <item name="colorBackgroundCacheHint">@android:drawable/background_cache_hint_selector_holo_light</item>
960        <item name="disabledAlpha">0.5</item>
961        <item name="backgroundDimAmount">0.6</item>
962
963        <!-- Text styles -->
964        <item name="textAppearance">@android:style/TextAppearance.Holo.Light</item>
965        <item name="textAppearanceInverse">@android:style/TextAppearance.Holo.Light.Inverse</item>
966
967        <item name="textColorPrimary">@android:color/primary_text_holo_light</item>
968        <item name="textColorSecondary">@android:color/secondary_text_holo_light</item>
969        <item name="textColorTertiary">@android:color/tertiary_text_holo_light</item>
970        <item name="textColorPrimaryInverse">@android:color/primary_text_holo_dark</item>
971        <item name="textColorSecondaryInverse">@android:color/secondary_text_holo_dark</item>
972        <item name="textColorTertiaryInverse">@android:color/tertiary_text_holo_dark</item>
973        <item name="textColorPrimaryDisableOnly">@android:color/primary_text_disable_only_holo_light</item>
974        <item name="textColorPrimaryInverseDisableOnly">@android:color/primary_text_disable_only_holo_dark</item>
975        <item name="textColorPrimaryNoDisable">@android:color/primary_text_nodisable_holo_light</item>
976        <item name="textColorSecondaryNoDisable">@android:color/secondary_text_nodisable_holo_light</item>
977        <item name="textColorPrimaryInverseNoDisable">@android:color/primary_text_nodisable_holo_dark</item>
978        <item name="textColorSecondaryInverseNoDisable">@android:color/secondary_text_nodisable_holo_dark</item>
979        <item name="textColorHint">@android:color/hint_foreground_holo_light</item>
980        <item name="textColorHintInverse">@android:color/hint_foreground_holo_dark</item>
981        <item name="textColorSearchUrl">@android:color/search_url_text_holo</item>
982        <item name="textColorHighlight">@android:color/highlighted_text_holo_light</item>
983        <item name="textColorHighlightInverse">@android:color/highlighted_text_holo_dark</item>
984        <item name="textColorLink">@android:color/link_text_holo_light</item>
985        <item name="textColorLinkInverse">@android:color/link_text_holo_dark</item>
986        <item name="textColorAlertDialogListItem">@android:color/primary_text_holo_light</item>
987
988        <item name="textAppearanceLarge">@android:style/TextAppearance.Holo.Light.Large</item>
989        <item name="textAppearanceMedium">@android:style/TextAppearance.Holo.Light.Medium</item>
990        <item name="textAppearanceSmall">@android:style/TextAppearance.Holo.Light.Small</item>
991        <item name="textAppearanceLargeInverse">@android:style/TextAppearance.Holo.Light.Large.Inverse</item>
992        <item name="textAppearanceMediumInverse">@android:style/TextAppearance.Holo.Light.Medium.Inverse</item>
993        <item name="textAppearanceSmallInverse">@android:style/TextAppearance.Holo.Light.Small.Inverse</item>
994        <item name="textAppearanceSearchResultTitle">@android:style/TextAppearance.Holo.Light.SearchResult.Title</item>
995        <item name="textAppearanceSearchResultSubtitle">@android:style/TextAppearance.Holo.Light.SearchResult.Subtitle</item>
996        
997        <item name="textAppearanceButton">@android:style/TextAppearance.Holo.Light.Widget.Button</item>
998
999        <item name="editTextColor">?android:attr/textColorPrimary</item>
1000        <item name="editTextBackground">@android:drawable/edit_text_holo_light</item>
1001
1002        <item name="candidatesTextStyleSpans">@android:string/candidates_style</item>
1003        
1004        <item name="textCheckMark">@android:drawable/indicator_check_mark_light</item>
1005        <item name="textCheckMarkInverse">@android:drawable/indicator_check_mark_dark</item>
1006
1007        <item name="textAppearanceLargePopupMenu">@android:style/TextAppearance.Holo.Light.Widget.PopupMenu.Large</item>
1008        <item name="textAppearanceSmallPopupMenu">@android:style/TextAppearance.Holo.Light.Widget.PopupMenu.Small</item>
1009
1010        <!-- Button styles -->
1011        <item name="buttonStyle">@android:style/Widget.Holo.Light.Button</item>
1012
1013        <item name="buttonStyleSmall">@android:style/Widget.Holo.Light.Button.Small</item>
1014        <item name="buttonStyleInset">@android:style/Widget.Holo.Light.Button.Inset</item>
1015
1016        <item name="buttonStyleToggle">@android:style/Widget.Holo.Light.Button.Toggle</item>
1017
1018        <item name="selectableItemBackground">@android:drawable/item_background_holo_light</item>
1019        <item name="borderlessButtonStyle">@android:style/Widget.Holo.Light.Button.Borderless</item>
1020        <item name="homeAsUpIndicator">@android:drawable/ic_ab_back_holo_light</item>
1021
1022        <!-- List attributes -->
1023        <item name="listPreferredItemHeight">64dip</item>
1024        <!-- @hide -->
1025        <item name="searchResultListItemHeight">58dip</item>
1026        <item name="listDivider">@drawable/list_divider_holo_light</item>
1027        <item name="listSeparatorTextViewStyle">@android:style/Widget.Holo.Light.TextView.ListSeparator</item>   
1028
1029        <item name="listChoiceIndicatorSingle">@android:drawable/btn_radio_holo_light</item>
1030        <item name="listChoiceIndicatorMultiple">@android:drawable/btn_check_holo_light</item>
1031
1032        <item name="listChoiceBackgroundIndicator">@android:drawable/list_selector_holo_light</item>
1033
1034        <item name="activatedBackgroundIndicator">@android:drawable/activated_background_holo_light</item>
1035
1036        <item name="expandableListPreferredItemPaddingLeft">40dip</item>
1037        <item name="expandableListPreferredChildPaddingLeft">
1038                ?android:attr/expandableListPreferredItemPaddingLeft</item>
1039
1040        <item name="expandableListPreferredItemIndicatorLeft">3dip</item>
1041        <item name="expandableListPreferredItemIndicatorRight">33dip</item>
1042        <item name="expandableListPreferredChildIndicatorLeft">
1043                ?android:attr/expandableListPreferredItemIndicatorLeft</item>
1044        <item name="expandableListPreferredChildIndicatorRight">
1045                ?android:attr/expandableListPreferredItemIndicatorRight</item>
1046
1047        <item name="listDividerAlertDialog">@android:drawable/list_divider_holo_light</item>
1048
1049        <!-- Gallery attributes -->
1050        <item name="galleryItemBackground">@android:drawable/gallery_item_background</item>
1051        
1052        <!-- Window attributes -->
1053        <item name="windowFrame">@null</item>
1054        <item name="windowNoTitle">false</item>
1055        <item name="windowFullscreen">false</item>
1056        <item name="windowIsFloating">false</item>
1057        <item name="windowContentOverlay">@null</item>
1058        <item name="windowShowWallpaper">false</item>
1059        <item name="windowTitleStyle">@android:style/WindowTitle.Holo</item>
1060        <item name="windowTitleSize">25dip</item>
1061        <item name="windowTitleBackgroundStyle">@android:style/WindowTitleBackground.Holo</item>
1062        <item name="android:windowAnimationStyle">@android:style/Animation.Holo.Activity</item>
1063        <item name="android:windowSoftInputMode">stateUnspecified|adjustUnspecified</item>
1064        <item name="windowActionBar">true</item>
1065        <item name="windowActionModeOverlay">false</item>
1066
1067        <!-- Dialog attributes -->
1068        <item name="alertDialogStyle">@android:style/AlertDialog.Holo.Light</item>
1069        <item name="dialogTheme">@android:style/Theme.Holo.Light.Dialog</item>
1070        <item name="alertDialogTheme">@android:style/Theme.Holo.Light.Dialog.Alert</item>
1071        <item name="alertDialogIcon">@android:drawable/ic_dialog_alert_holo_light</item>
1072        
1073        <!-- Panel attributes -->
1074        <item name="panelBackground">@android:drawable/menu_background</item>
1075        <item name="panelFullBackground">@android:drawable/menu_background_fill_parent_width</item>
1076        <!-- These three attributes do not seems to be used by the framework. Declared public though -->
1077        <item name="panelColorBackground">#000</item>
1078        <item name="panelColorForeground">?android:attr/textColorPrimary</item>
1079        <item name="panelTextAppearance">?android:attr/textAppearance</item>
1080
1081        <!-- Scrollbar attributes -->
1082        <item name="scrollbarFadeDuration">250</item>
1083        <item name="scrollbarDefaultDelayBeforeFade">300</item>
1084        <item name="scrollbarSize">10dip</item>
1085        <item name="scrollbarThumbHorizontal">@android:drawable/scrollbar_handle_holo_light</item>
1086        <item name="scrollbarThumbVertical">@android:drawable/scrollbar_handle_holo_light</item>
1087        <item name="scrollbarTrackHorizontal">@null</item>
1088        <item name="scrollbarTrackVertical">@null</item>
1089
1090        <!-- Text selection handle attributes -->
1091        <item name="textSelectHandleLeft">@android:drawable/text_select_handle_left</item>
1092        <item name="textSelectHandleRight">@android:drawable/text_select_handle_right</item>
1093        <item name="textSelectHandle">@android:drawable/text_select_handle_middle</item>
1094        <item name="textSelectHandleWindowStyle">@android:style/Widget.Holo.TextSelectHandle</item>
1095
1096        <!-- Widget styles -->
1097        <item name="absListViewStyle">@android:style/Widget.Holo.Light.AbsListView</item>
1098        <item name="autoCompleteTextViewStyle">@android:style/Widget.Holo.Light.AutoCompleteTextView</item>
1099        <item name="checkboxStyle">@android:style/Widget.Holo.Light.CompoundButton.CheckBox</item>
1100        <item name="dropDownListViewStyle">@android:style/Widget.Holo.ListView.DropDown</item>
1101        <item name="editTextStyle">@android:style/Widget.Holo.Light.EditText</item>
1102        <item name="expandableListViewStyle">@android:style/Widget.Holo.Light.ExpandableListView</item>
1103        <item name="expandableListViewWhiteStyle">@android:style/Widget.Holo.Light.ExpandableListView.White</item>
1104        <item name="galleryStyle">@android:style/Widget.Holo.Light.Gallery</item>
1105        <item name="gestureOverlayViewStyle">@android:style/Widget.Holo.Light.GestureOverlayView</item>
1106        <item name="gridViewStyle">@android:style/Widget.Holo.Light.GridView</item>
1107        <item name="imageButtonStyle">@android:style/Widget.Holo.Light.ImageButton</item>
1108        <item name="imageWellStyle">@android:style/Widget.Holo.Light.ImageWell</item>
1109        <item name="listViewStyle">@android:style/Widget.Holo.Light.ListView</item>
1110        <item name="listViewWhiteStyle">@android:style/Widget.Holo.Light.ListView.White</item>
1111        <item name="popupWindowStyle">@android:style/Widget.Holo.Light.PopupWindow</item>
1112        <item name="progressBarStyle">@android:style/Widget.Holo.Light.ProgressBar</item>
1113        <item name="progressBarStyleHorizontal">@android:style/Widget.Holo.Light.ProgressBar.Horizontal</item>
1114        <item name="progressBarStyleSmall">@android:style/Widget.Holo.Light.ProgressBar.Small</item>
1115        <item name="progressBarStyleSmallTitle">@android:style/Widget.Holo.Light.ProgressBar.Small.Title</item>
1116        <item name="progressBarStyleLarge">@android:style/Widget.Holo.Light.ProgressBar.Large</item>
1117        <item name="progressBarStyleInverse">@android:style/Widget.Holo.Light.ProgressBar.Inverse</item>
1118        <item name="progressBarStyleSmallInverse">@android:style/Widget.Holo.Light.ProgressBar.Small.Inverse</item>
1119        <item name="progressBarStyleLargeInverse">@android:style/Widget.Holo.Light.ProgressBar.Large.Inverse</item>
1120        <item name="seekBarStyle">@android:style/Widget.Holo.Light.SeekBar</item>
1121        <item name="ratingBarStyle">@android:style/Widget.Holo.Light.RatingBar</item>
1122        <item name="ratingBarStyleIndicator">@android:style/Widget.Holo.Light.RatingBar.Indicator</item>
1123        <item name="ratingBarStyleSmall">@android:style/Widget.Holo.Light.RatingBar.Small</item>
1124        <item name="radioButtonStyle">@android:style/Widget.Holo.Light.CompoundButton.RadioButton</item>
1125        <item name="scrollViewStyle">@android:style/Widget.Holo.Light.ScrollView</item>
1126        <item name="horizontalScrollViewStyle">@android:style/Widget.Holo.Light.HorizontalScrollView</item>
1127        <item name="spinnerStyle">?android:attr/dropDownSpinnerStyle</item>
1128        <item name="dropDownSpinnerStyle">@android:style/Widget.Holo.Light.Spinner.DropDown</item>
1129        <item name="starStyle">@android:style/Widget.Holo.Light.CompoundButton.Star</item>
1130        <item name="tabWidgetStyle">@android:style/Widget.Holo.Light.TabWidget</item>
1131        <item name="textViewStyle">@android:style/Widget.Holo.Light.TextView</item>
1132        <item name="webTextViewStyle">@android:style/Widget.Holo.Light.WebTextView</item>
1133        <item name="webViewStyle">@android:style/Widget.Holo.Light.WebView</item>
1134        <item name="dropDownItemStyle">@android:style/Widget.Holo.Light.DropDownItem</item>
1135        <item name="spinnerDropDownItemStyle">@android:style/Widget.Holo.Light.DropDownItem.Spinner</item>
1136        <item name="spinnerItemStyle">@android:style/Widget.Holo.TextView.SpinnerItem</item>
1137        <item name="dropDownHintAppearance">@android:style/TextAppearance.Holo.Widget.DropDownHint</item>
1138        <item name="keyboardViewStyle">@android:style/Widget.Holo.KeyboardView</item>
1139        <item name="quickContactBadgeStyleWindowSmall">@android:style/Widget.Holo.QuickContactBadge.WindowSmall</item>
1140        <item name="quickContactBadgeStyleWindowMedium">@android:style/Widget.Holo.QuickContactBadge.WindowMedium</item>
1141        <item name="quickContactBadgeStyleWindowLarge">@android:style/Widget.Holo.QuickContactBadge.WindowLarge</item>
1142        <item name="quickContactBadgeStyleSmallWindowSmall">@android:style/Widget.Holo.QuickContactBadgeSmall.WindowSmall</item>
1143        <item name="quickContactBadgeStyleSmallWindowMedium">@android:style/Widget.Holo.QuickContactBadgeSmall.WindowMedium</item>
1144        <item name="quickContactBadgeStyleSmallWindowLarge">@android:style/Widget.Holo.QuickContactBadgeSmall.WindowLarge</item>
1145        <item name="listPopupWindowStyle">@android:style/Widget.Holo.Light.ListPopupWindow</item>
1146        <item name="popupMenuStyle">@android:style/Widget.Holo.Light.PopupMenu</item>
1147        
1148        <!-- Preference styles -->
1149        <item name="preferenceScreenStyle">@android:style/Preference.PreferenceScreen</item>
1150        <item name="preferenceCategoryStyle">@android:style/Preference.Category</item>
1151        <item name="preferenceStyle">@android:style/Preference</item>
1152        <item name="preferenceInformationStyle">@android:style/Preference.Information</item>
1153        <item name="checkBoxPreferenceStyle">@android:style/Preference.CheckBoxPreference</item>
1154        <item name="yesNoPreferenceStyle">@android:style/Preference.DialogPreference.YesNoPreference</item>
1155        <item name="dialogPreferenceStyle">@android:style/Preference.DialogPreference</item>
1156        <item name="editTextPreferenceStyle">@android:style/Preference.DialogPreference.EditTextPreference</item>
1157        <item name="ringtonePreferenceStyle">@android:style/Preference.RingtonePreference</item>
1158        <item name="preferenceLayoutChild">@android:layout/preference_child</item>
1159        <item name="detailsElementBackground">@android:drawable/panel_bg_holo_light</item>
1160
1161        <!-- Search widget styles -->
1162        <item name="searchWidgetCorpusItemBackground">@android:color/search_widget_corpus_item_background</item>
1163
1164        <!-- Action bar styles -->
1165        <item name="actionDropDownStyle">@android:style/Widget.Holo.Light.Spinner.DropDown.ActionBar</item>
1166        <item name="actionButtonStyle">@android:style/Widget.Holo.Light.ActionButton</item>
1167        <item name="actionOverflowButtonStyle">@android:style/Widget.Holo.Light.ActionButton.Overflow</item>
1168        <item name="actionModeBackground">@android:drawable/cab_background_holo_light</item>
1169        <item name="actionModeCloseDrawable">@android:drawable/cab_ic_close_holo</item>
1170        <item name="actionBarTabStyle">@style/Widget.Holo.Light.ActionBarView_TabView</item>
1171        <item name="actionBarTabBarStyle">@style/Widget.Holo.Light.ActionBarView_TabBar</item>
1172        <item name="actionBarTabTextStyle">@style/Widget.Holo.Light.ActionBarView_TabText</item>
1173        <item name="actionModeStyle">@style/Widget.Holo.Light.ActionMode</item>
1174        <item name="actionModeCloseButtonStyle">@style/Widget.Holo.Light.ActionButton.CloseMode</item>
1175        <item name="actionBarStyle">@android:style/Widget.Holo.Light.ActionBar</item>
1176        <item name="actionBarSize">56dip</item>
1177        <item name="actionModePopupWindowStyle">@android:style/Widget.Holo.Light.PopupWindow.ActionMode</item>
1178
1179        <item name="dividerVertical">?android:attr/listDivider</item>
1180        <item name="dividerHorizontal">?android:attr/listDivider</item>
1181        <item name="buttonBarStyle">@android:style/Holo.Light.ButtonBar</item>
1182        <item name="buttonBarButtonStyle">?android:attr/borderlessButtonStyle</item>
1183        <item name="segmentedButtonStyle">@android:style/Holo.Light.SegmentedButton</item>
1184
1185        <!-- SearchView attributes -->
1186        <item name="searchDropdownBackground">@android:drawable/search_dropdown_light</item>
1187
1188        <!-- NumberPicker attributes and styles-->
1189        <item name="numberPickerUpButtonStyle">@style/Widget.Holo.Light.ImageButton.NumberPickerUpButton</item>
1190        <item name="numberPickerDownButtonStyle">@style/Widget.Holo.Light.ImageButton.NumberPickerDownButton</item>
1191        <item name="numberPickerInputTextStyle">@style/Widget.Holo.Light.EditText.NumberPickerInputText</item>
1192
1193        <!-- CalendarView style-->
1194        <item name="calendarViewStyle">@style/Widget.Holo.Light.CalendarView</item>
1195
1196        <item name="fastScrollThumbDrawable">@android:drawable/fastscroll_thumb_holo</item>
1197        <item name="fastScrollPreviewBackgroundLeft">@android:drawable/fastscroll_label_left_holo_light</item>
1198        <item name="fastScrollPreviewBackgroundRight">@android:drawable/fastscroll_label_right_holo_light</item>
1199        <item name="fastScrollTrackDrawable">@android:drawable/fastscroll_track_holo_light</item>
1200        <item name="fastScrollOverlayPosition">atThumb</item>
1201
1202    </style>
1203
1204    <!-- Development legacy name; if you're using this, switch. -->
1205    <style name="Theme.Light.Holo" parent="Theme.Holo.Light">
1206    </style>
1207    
1208    <!-- Variant of the holographic (dark) theme with no action bar. -->
1209    <style name="Theme.Holo.NoActionBar">
1210        <item name="android:windowActionBar">false</item>
1211        <item name="android:windowNoTitle">true</item>
1212    </style>
1213    
1214    <!-- Variant of the holographic (dark) theme that has no title bar and fills
1215         the entire screen -->
1216    <style name="Theme.Holo.NoActionBar.Fullscreen">
1217        <item name="android:windowFullscreen">true</item>
1218        <item name="android:windowContentOverlay">@null</item>
1219    </style>
1220
1221    <!-- Variant of the holographic (light) theme with no action bar. -->
1222    <style name="Theme.Holo.Light.NoActionBar">
1223        <item name="android:windowActionBar">false</item>
1224        <item name="android:windowNoTitle">true</item>
1225    </style>
1226
1227    <!-- Variant of the holographic (light) theme that has no title bar and fills
1228         the entire screen -->
1229    <style name="Theme.Holo.Light.NoActionBar.Fullscreen">
1230        <item name="android:windowFullscreen">true</item>
1231        <item name="android:windowContentOverlay">@null</item>
1232    </style>
1233 
1234    <!-- Dialog themes for Holo -->
1235
1236    <!-- Holo theme for dialog windows and activities, which is used by the
1237         {@link android.app.Dialog} class.  This changes the window to be
1238         floating (not fill the entire screen), and puts a frame around its
1239         contents.  You can set this theme on an activity if you would like to
1240         make an activity that looks like a Dialog.
1241         This is the default Dialog theme for applications targeting Honeycomb
1242         or newer. -->
1243    <style name="Theme.Holo.Dialog">
1244        <item name="android:windowFrame">@null</item>
1245        <item name="android:windowTitleStyle">@android:style/DialogWindowTitle.Holo</item>
1246        <item name="android:windowBackground">@android:drawable/dialog_full_holo_dark</item>
1247        <item name="android:windowIsFloating">true</item>
1248        <item name="android:windowContentOverlay">@null</item>
1249        <item name="android:windowAnimationStyle">@android:style/Animation.Holo.Dialog</item>
1250        <item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item>
1251        <item name="android:windowActionBar">false</item>
1252        <item name="android:windowActionModeOverlay">true</item>
1253
1254        <item name="android:colorBackgroundCacheHint">@null</item>
1255
1256        <item name="android:buttonBarStyle">@android:style/Holo.ButtonBar.AlertDialog</item>
1257        
1258        <item name="textAppearance">@android:style/TextAppearance.Holo</item>
1259        <item name="textAppearanceInverse">@android:style/TextAppearance.Holo.Inverse</item>
1260    </style>
1261
1262    <!-- Variation of Theme.Holo.Dialog that does not include a title bar. -->
1263    <style name="Theme.Holo.Dialog.NoActionBar">
1264        <item name="android:windowActionBar">false</item>
1265        <item name="android:windowNoTitle">true</item>
1266    </style>
1267
1268    <!-- Variation of Theme.Holo.Dialog that does not include a frame (or background).
1269         The view hierarchy of the dialog is responsible for drawing all of
1270         its pixels. -->
1271    <style name="Theme.Holo.Dialog.NoFrame">
1272        <item name="windowBackground">@android:color/transparent</item>
1273        <item name="android:windowFrame">@null</item>
1274        <item name="windowContentOverlay">@null</item>
1275        <item name="android:windowAnimationStyle">@null</item>
1276        <item name="android:backgroundDimEnabled">false</item>
1277        <item name="android:windowIsTranslucent">true</item>
1278        <item name="android:windowNoTitle">true</item>
1279    </style>
1280
1281    <!-- Holo theme for alert dialog windows, which is used by the
1282         {@link android.app.AlertDialog} class.  This is basically a dialog
1283         but sets the background to empty so it can do two-tone backgrounds.
1284         For applications targeting Honeycomb or newer, this is the default
1285         AlertDialog theme. -->
1286    <style name="Theme.Holo.Dialog.Alert">
1287        <item name="windowBackground">@android:color/transparent</item>
1288        <item name="windowTitleStyle">@android:style/DialogWindowTitle.Holo</item>
1289        <item name="windowContentOverlay">@null</item>
1290    </style>
1291
1292    <!-- Theme for a window that will be displayed either full-screen on
1293         smaller screens (small, normal) or as a dialog on larger screens
1294         (large, xlarge). -->
1295    <style name="Theme.Holo.DialogWhenLarge" parent="@android:style/Theme.Holo">
1296    </style>
1297
1298    <!-- Theme for a window without a title bar that will be displayed either
1299         full-screen on smaller screens (small, normal) or as a dialog on larger screens
1300         (large, xlarge). -->
1301    <style name="Theme.Holo.DialogWhenLarge.NoActionBar" parent="@android:style/Theme.Holo.NoActionBar">
1302    </style>
1303
1304    <!-- Light holo dialog themes -->
1305
1306    <!-- Holo light theme for dialog windows and activities, which is used by the
1307         {@link android.app.Dialog} class.  This changes the window to be
1308         floating (not fill the entire screen), and puts a frame around its
1309         contents.  You can set this theme on an activity if you would like to
1310         make an activity that looks like a Dialog.
1311         This is the default Dialog theme for applications targeting Honeycomb
1312         or newer. -->
1313    <style name="Theme.Holo.Light.Dialog">
1314        <item name="android:windowFrame">@null</item>
1315        <item name="android:windowTitleStyle">@android:style/DialogWindowTitle.Holo.Light</item>
1316        <item name="android:windowBackground">@android:drawable/dialog_full_holo_light</item>
1317        <item name="android:windowIsFloating">true</item>
1318        <item name="android:windowContentOverlay">@null</item>
1319        <item name="android:windowAnimationStyle">@android:style/Animation.Holo.Dialog</item>
1320        <item name="android:windowSoftInputMode">stateUnspecified|adjustPan</item>
1321        <item name="android:windowActionBar">false</item>
1322        <item name="android:windowActionModeOverlay">true</item>
1323
1324        <item name="android:colorBackgroundCacheHint">@null</item>
1325
1326        <item name="android:buttonBarStyle">@android:style/Holo.Light.ButtonBar.AlertDialog</item>
1327
1328        <item name="textAppearance">@android:style/TextAppearance.Holo.Light</item>
1329        <item name="textAppearanceInverse">@android:style/TextAppearance.Holo.Light.Inverse</item>
1330    </style>
1331
1332    <!-- Variation of Theme.Holo.Light.Dialog that does not include a title bar. -->
1333    <style name="Theme.Holo.Light.Dialog.NoActionBar">
1334        <item name="android:windowActionBar">false</item>
1335        <item name="android:windowNoTitle">true</item>
1336    </style>
1337
1338    <!-- Theme for a window that will be displayed either full-screen on
1339         smaller screens (small, normal) or as a dialog on larger screens
1340         (large, xlarge). -->
1341    <style name="Theme.Holo.Light.DialogWhenLarge" parent="@android:style/Theme.Holo.Light">
1342    </style>
1343
1344    <!-- Theme for a window without an action bar that will be displayed either full-screen
1345         on smaller screens (small, normal) or as a dialog on larger screens
1346         (large, xlarge). -->
1347    <style name="Theme.Holo.Light.DialogWhenLarge.NoActionBar"
1348            parent="@android:style/Theme.Holo.Light.NoActionBar">
1349    </style>
1350
1351    <!-- Holo light theme for alert dialog windows, which is used by the
1352         {@link android.app.AlertDialog} class.  This is basically a dialog
1353         but sets the background to empty so it can do two-tone backgrounds.
1354         For applications targeting Honeycomb or newer, this is the default
1355         AlertDialog theme. -->
1356    <style name="Theme.Holo.Light.Dialog.Alert">
1357        <item name="windowBackground">@android:color/transparent</item>
1358        <item name="windowTitleStyle">@android:style/DialogWindowTitle.Holo.Light</item>
1359        <item name="windowContentOverlay">@null</item>
1360    </style>
1361
1362    <!-- Default holographic (dark) for windows that want to have the user's selected
1363         wallpaper appear behind them.  -->
1364    <style name="Theme.Holo.Wallpaper">
1365        <item name="android:windowBackground">@android:color/transparent</item>
1366        <item name="android:colorBackgroundCacheHint">@null</item>
1367        <item name="android:windowShowWallpaper">true</item>
1368    </style>
1369
1370    <!-- Variant of the holographic (dark) theme with no title bar -->
1371    <style name="Theme.Holo.Wallpaper.NoTitleBar">
1372        <item name="android:windowNoTitle">true</item>
1373    </style>
1374
1375</resources>
1376