mirror of
https://github.com/bspeice/UNCCGameDay
synced 2024-11-05 07:38:13 -05:00
80 lines
4.2 KiB
XML
Executable File
80 lines
4.2 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- File created by the Android Action Bar Style Generator
|
|
|
|
Copyright (C) 2011 The Android Open Source Project
|
|
Copyright (C) 2012 readyState Software Ltd
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
|
|
<resources>
|
|
|
|
<style name="Theme.Unccgameday" parent="@android:style/Theme.Holo">
|
|
<item name="android:actionBarItemBackground">@drawable/selectable_background_unccgameday</item>
|
|
<item name="android:popupMenuStyle">@style/PopupMenu.Unccgameday</item>
|
|
<item name="android:dropDownListViewStyle">@style/DropDownListView.Unccgameday</item>
|
|
<item name="android:actionBarTabStyle">@style/ActionBarTabStyle.Unccgameday</item>
|
|
<item name="android:actionDropDownStyle">@style/DropDownNav.Unccgameday</item>
|
|
<item name="android:actionBarStyle">@style/ActionBar.Solid.Unccgameday</item>
|
|
<item name="android:actionModeBackground">@drawable/cab_background_top_unccgameday</item>
|
|
<item name="android:actionModeSplitBackground">@drawable/cab_background_bottom_unccgameday</item>
|
|
<item name="android:actionModeCloseButtonStyle">@style/ActionButton.CloseMode.Unccgameday</item>
|
|
|
|
|
|
</style>
|
|
|
|
<style name="ActionBar.Solid.Unccgameday" parent="@android:style/Widget.Holo.ActionBar.Solid">
|
|
<item name="android:background">@drawable/ab_solid_unccgameday</item>
|
|
<item name="android:backgroundStacked">@drawable/ab_stacked_solid_unccgameday</item>
|
|
<item name="android:backgroundSplit">@drawable/ab_bottom_solid_unccgameday</item>
|
|
<item name="android:progressBarStyle">@style/ProgressBar.Unccgameday</item>
|
|
</style>
|
|
|
|
<style name="ActionBar.Transparent.Unccgameday" parent="@android:style/Widget.Holo.ActionBar">
|
|
<item name="android:background">@drawable/ab_transparent_unccgameday</item>
|
|
<item name="android:progressBarStyle">@style/ProgressBar.Unccgameday</item>
|
|
</style>
|
|
|
|
<style name="PopupMenu.Unccgameday" parent="@android:style/Widget.Holo.ListPopupWindow">
|
|
<item name="android:popupBackground">@drawable/menu_dropdown_panel_unccgameday</item>
|
|
</style>
|
|
|
|
<style name="DropDownListView.Unccgameday" parent="@android:style/Widget.Holo.ListView.DropDown">
|
|
<item name="android:listSelector">@drawable/selectable_background_unccgameday</item>
|
|
</style>
|
|
|
|
<style name="ActionBarTabStyle.Unccgameday" parent="@android:style/Widget.Holo.ActionBar.TabView">
|
|
<item name="android:background">@drawable/tab_indicator_ab_unccgameday</item>
|
|
</style>
|
|
|
|
<style name="DropDownNav.Unccgameday" parent="@android:style/Widget.Holo.Spinner">
|
|
<item name="android:background">@drawable/spinner_background_ab_unccgameday</item>
|
|
<item name="android:popupBackground">@drawable/menu_dropdown_panel_unccgameday</item>
|
|
<item name="android:dropDownSelector">@drawable/selectable_background_unccgameday</item>
|
|
</style>
|
|
|
|
<style name="ProgressBar.Unccgameday" parent="@android:style/Widget.Holo.ProgressBar.Horizontal">
|
|
<item name="android:progressDrawable">@drawable/progress_horizontal_unccgameday</item>
|
|
</style>
|
|
|
|
<style name="ActionButton.CloseMode.Unccgameday" parent="@android:style/Widget.Holo.ActionButton.CloseMode">
|
|
<item name="android:background">@drawable/btn_cab_done_unccgameday</item>
|
|
</style>
|
|
|
|
<!-- this style is only referenced in a Light.DarkActionBar based theme -->
|
|
<style name="Theme.Unccgameday.Widget" parent="@android:style/Theme.Holo">
|
|
<item name="android:popupMenuStyle">@style/PopupMenu.Unccgameday</item>
|
|
<item name="android:dropDownListViewStyle">@style/DropDownListView.Unccgameday</item>
|
|
</style>
|
|
|
|
</resources> |