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