styles.xml revision d8222dedaacae30fa03bee346ebf42ee75b39928
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2012 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
19    <!-- Styles in here can be extended for customisation in your application. Each utilises
20         one of the Base styles. If Holo themes are available on the current platform version
21         they will be used instead of the compat styles. -->
22
23    <style name="Widget.AppCompat.ActionBar" parent="Widget.AppCompat.Base.ActionBar">
24    </style>
25
26    <style name="Widget.AppCompat.Light.ActionBar" parent="Widget.AppCompat.Light.Base.ActionBar">
27    </style>
28
29    <style name="Widget.AppCompat.ActionBar.Solid"
30           parent="Widget.AppCompat.Base.ActionBar.Solid">
31    </style>
32
33    <style name="Widget.AppCompat.Light.ActionBar.Solid"
34           parent="Widget.AppCompat.Light.Base.ActionBar.Solid">
35    </style>
36
37    <style name="Widget.AppCompat.Light.ActionBar.Solid.Inverse"
38           parent="Widget.AppCompat.Light.Base.ActionBar.Solid.Inverse">
39    </style>
40
41    <style name="TextAppearance.AppCompat.ActionBar.Title"
42           parent="TextAppearance.AppCompat.Base.ActionBar.Title">
43    </style>
44
45    <style name="TextAppearance.AppCompat.ActionBar.Subtitle"
46           parent="TextAppearance.AppCompat.Base.ActionBar.Subtitle">
47    </style>
48
49    <style name="TextAppearance.AppCompat.ActionBar.Title.Inverse"
50           parent="TextAppearance.AppCompat.Base.ActionBar.Title.Inverse">
51    </style>
52
53    <style name="TextAppearance.AppCompat.ActionBar.Subtitle.Inverse"
54           parent="TextAppearance.AppCompat.Base.ActionBar.Subtitle.Inverse">
55    </style>
56
57    <style name="Widget.AppCompat.ProgressBar.Horizontal"
58           parent="Widget.AppCompat.Base.ProgressBar.Horizontal">
59    </style>
60
61    <style name="Widget.AppCompat.ProgressBar.Small"
62           parent="Widget.AppCompat.Base.ProgressBar.Small">
63    </style>
64
65    <style name="Widget.AppCompat.ActionButton" parent="Widget.AppCompat.Base.ActionButton">
66    </style>
67
68    <style name="Widget.AppCompat.Light.ActionButton"
69           parent="Widget.AppCompat.Light.Base.ActionButton">
70    </style>
71
72    <style name="Widget.AppCompat.ActionButton.CloseMode"
73           parent="Widget.AppCompat.Base.ActionButton.CloseMode">
74    </style>
75
76    <style name="Widget.AppCompat.Light.ActionButton.CloseMode"
77           parent="Widget.AppCompat.Light.Base.ActionButton.CloseMode">
78    </style>
79
80    <style name="Widget.AppCompat.ActionButton.Overflow"
81           parent="Widget.AppCompat.Base.ActionButton.Overflow">
82    </style>
83
84    <style name="Widget.AppCompat.Light.ActionButton.Overflow"
85           parent="Widget.AppCompat.Light.Base.ActionButton.Overflow">
86    </style>
87
88    <style name="Widget.AppCompat.ActionBar.TabBar" parent="Widget.AppCompat.Base.ActionBar.TabBar">
89    </style>
90
91    <style name="Widget.AppCompat.Light.ActionBar.TabBar"
92           parent="Widget.AppCompat.Light.Base.ActionBar.TabBar">
93    </style>
94
95    <style name="Widget.AppCompat.Light.ActionBar.TabBar.Inverse"
96           parent="Widget.AppCompat.Light.Base.ActionBar.TabBar.Inverse"></style>
97
98    <style name="Widget.AppCompat.ActionBar.TabView"
99           parent="Widget.AppCompat.Base.ActionBar.TabView">
100    </style>
101
102    <style name="Widget.AppCompat.Light.ActionBar.TabView"
103           parent="Widget.AppCompat.Light.Base.ActionBar.TabView">
104    </style>
105
106    <style name="Widget.AppCompat.Light.ActionBar.TabView.Inverse"
107           parent="Widget.AppCompat.Light.Base.ActionBar.TabView.Inverse">
108    </style>
109
110    <style name="Widget.AppCompat.ActionBar.TabText"
111           parent="Widget.AppCompat.Base.ActionBar.TabText">
112    </style>
113
114    <style name="Widget.AppCompat.Light.ActionBar.TabText"
115           parent="Widget.AppCompat.Light.Base.ActionBar.TabText">
116    </style>
117
118    <style name="Widget.AppCompat.Light.ActionBar.TabText.Inverse"
119           parent="Widget.AppCompat.Light.Base.ActionBar.TabText.Inverse">
120    </style>
121
122    <style name="TextAppearance.AppCompat.Widget.ActionBar.Menu"
123           parent="TextAppearance.AppCompat.Base.Widget.ActionBar.Menu">
124    </style>
125
126    <style name="Widget.AppCompat.ActionMode" parent="Widget.AppCompat.Base.ActionMode">
127    </style>
128
129    <style name="Widget.AppCompat.Light.ActionMode.Inverse" parent="Widget.AppCompat.Light.Base.ActionMode.Inverse">
130    </style>
131
132    <style name="TextAppearance.AppCompat.ActionMode.Title"
133           parent="TextAppearance.AppCompat.Base.ActionMode.Title">
134    </style>
135
136    <style name="TextAppearance.AppCompat.ActionMode.Subtitle"
137           parent="TextAppearance.AppCompat.Base.ActionMode.Subtitle">
138    </style>
139
140    <style name="TextAppearance.AppCompat.ActionMode.Title.Inverse"
141           parent="TextAppearance.AppCompat.Base.ActionMode.Title.Inverse">
142    </style>
143
144    <style name="TextAppearance.AppCompat.ActionMode.Subtitle.Inverse"
145           parent="TextAppearance.AppCompat.Base.ActionMode.Subtitle.Inverse">
146    </style>
147
148    <style name="TextAppearance.AppCompat.DropDownItem"
149           parent="TextAppearance.AppCompat.Base.DropDownItem">
150    </style>
151
152    <style name="Widget.AppCompat.Spinner.DropDown.ActionBar"
153           parent="Widget.AppCompat.Base.Spinner">
154    </style>
155
156    <style name="Widget.AppCompat.Light.Spinner.DropDown.ActionBar"
157           parent="Widget.AppCompat.Light.Base.Spinner">
158    </style>
159
160    <style name="Widget.AppCompat.DropDownItem.Spinner"
161           parent="Widget.AppCompat.Base.DropDownItem.Spinner">
162    </style>
163    <style name="Widget.AppCompat.Light.DropDownItem.Spinner"
164           parent="Widget.AppCompat.Light.Base.DropDownItem.Spinner">
165    </style>
166
167    <style name="Widget.AppCompat.ListView.DropDown"
168           parent="Widget.AppCompat.Base.ListView.DropDown">
169    </style>
170
171    <style name="Widget.AppCompat.Light.ListView.DropDown"
172           parent="Widget.AppCompat.Light.Base.ListView.DropDown">
173    </style>
174
175</resources>
176