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