OSDN Git Service

Initial commit
[worldopac/WorldOpac.git] / WorldOpac / res / values / styles_opacapp.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- 
3         http://jgilfelt.github.io/android-actionbarstylegenerator/#name=opacapp&compat=appcompat&theme=light_dark&actionbarstyle=solid&texture=0&hairline=0&neutralPressed=1&backColor=c00%2C100&secondaryColor=555555%2C100&tabColor=c00%2C100&tertiaryColor=303030%2C100&accentColor=f44%2C100&cabBackColor=002E3E%2C100&cabHighlightColor=f44%2C100
4  -->
5 <!-- File created by the Android Action Bar Style Generator
6
7      Copyright (C) 2011 The Android Open Source Project
8      Copyright (C) 2012 readyState Software Ltd
9
10      Licensed under the Apache License, Version 2.0 (the "License");
11      you may not use this file except in compliance with the License.
12      You may obtain a copy of the License at
13   
14           http://www.apache.org/licenses/LICENSE-2.0
15   
16      Unless required by applicable law or agreed to in writing, software
17      distributed under the License is distributed on an "AS IS" BASIS,
18      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19      See the License for the specific language governing permissions and
20      limitations under the License.
21 -->
22
23 <resources xmlns:android="http://schemas.android.com/apk/res/android">
24
25     <style name="Theme.Opacapp" parent="@style/Holo.Theme.Light.DarkActionBar">
26         <item name="actionBarItemBackground">@drawable/selectable_background_opacapp</item>
27         <item name="popupMenuStyle">@style/PopupMenu.Opacapp</item>
28         <item name="dropDownListViewStyle">@style/DropDownListView.Opacapp</item>
29         <item name="actionBarTabStyle">@style/ActionBarTabStyle.Opacapp</item>
30         <item name="actionDropDownStyle">@style/DropDownNav.Opacapp</item>
31         <item name="actionBarStyle">@style/ActionBar.Solid.Opacapp</item>
32         <item name="actionModeBackground">@drawable/cab_background_top_opacapp</item>
33         <item name="actionModeSplitBackground">@drawable/cab_background_bottom_opacapp</item>
34         <item name="actionModeCloseButtonStyle">@style/ActionButton.CloseMode.Opacapp</item>
35
36                 <!-- Light.DarkActionBar specific -->
37         <item name="actionBarWidgetTheme">@style/Theme.Opacapp.Widget</item>
38
39     </style>
40
41     <style name="ActionBar.Solid.Opacapp" parent="@style/Widget.AppCompat.Light.ActionBar.Solid.Inverse">
42         <item name="background">@drawable/ab_solid_opacapp</item>
43         <item name="backgroundStacked">@drawable/ab_stacked_solid_opacapp</item>
44         <item name="backgroundSplit">@drawable/ab_bottom_solid_opacapp</item>
45         <item name="progressBarStyle">@style/ProgressBar.Opacapp</item>
46     </style>
47
48     <style name="ActionBar.Transparent.Opacapp" parent="@style/Widget.AppCompat.ActionBar">
49         <item name="background">@drawable/ab_transparent_opacapp</item>
50         <item name="progressBarStyle">@style/ProgressBar.Opacapp</item>
51     </style>
52         
53     <style name="PopupMenu.Opacapp" parent="@style/Widget.AppCompat.PopupMenu"> 
54         <item name="android:popupBackground">@drawable/menu_dropdown_panel_opacapp</item>       
55     </style>
56         
57     <style name="DropDownListView.Opacapp" parent="@style/Widget.AppCompat.ListView.DropDown">
58         <item name="android:listSelector">@drawable/selectable_background_opacapp</item>
59     </style>
60
61     <style name="ActionBarTabStyle.Opacapp" parent="@style/Widget.AppCompat.ActionBar.TabView">
62         <item name="android:background">@drawable/tab_indicator_ab_opacapp</item>
63     </style>
64         
65     <style name="DropDownNav.Opacapp" parent="@style/Widget.AppCompat.Spinner.DropDown.ActionBar">
66         <item name="android:background">@drawable/spinner_background_ab_opacapp</item>
67         <item name="android:popupBackground">@drawable/menu_dropdown_panel_opacapp</item>
68         <item name="android:dropDownSelector">@drawable/selectable_background_opacapp</item>
69     </style>
70     
71     <style name="ProgressBar.Opacapp" parent="@style/Widget.AppCompat.ProgressBar.Horizontal">
72         <item name="android:progressDrawable">@drawable/progress_horizontal_opacapp</item>
73     </style>
74     
75     <style name="ActionButton.CloseMode.Opacapp" parent="@style/Widget.AppCompat.ActionButton.CloseMode">
76         <item name="android:background">@drawable/btn_cab_done_opacapp</item>
77     </style>
78     
79     <!-- this style is only referenced in a Light.DarkActionBar based theme -->
80     <style name="Theme.Opacapp.Widget" parent="@style/Holo.Theme.Light.DarkActionBar">
81         <item name="popupMenuStyle">@style/PopupMenu.Opacapp</item>
82         <item name="dropDownListViewStyle">@style/DropDownListView.Opacapp</item>
83         <item name="android:textColor">@android:color/white</item>
84     </style>
85
86 </resources>