checkey / libs / appcompat / res / values / styles.xml @ 44e720f7
History | View | Annotate | Download (8.91 KB)
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.Widget.ActionBar.Title" |
42 |
parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Title"> |
43 |
</style>
|
44 |
|
45 |
<style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle" |
46 |
parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle"> |
47 |
</style>
|
48 |
|
49 |
<style name="TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse" |
50 |
parent="TextAppearance.AppCompat.Widget.Base.ActionBar.Title.Inverse"> |
51 |
</style>
|
52 |
|
53 |
<style name="TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse" |
54 |
parent="TextAppearance.AppCompat.Widget.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" |
62 |
parent="Widget.AppCompat.Base.ProgressBar"> |
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.Widget.Base.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" |
130 |
parent="Widget.AppCompat.Light.Base.ActionMode.Inverse"> |
131 |
</style>
|
132 |
|
133 |
<style name="TextAppearance.AppCompat.Widget.ActionMode.Title" |
134 |
parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Title"> |
135 |
</style>
|
136 |
|
137 |
<style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle" |
138 |
parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle"> |
139 |
</style>
|
140 |
|
141 |
<style name="TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse" |
142 |
parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Title.Inverse"> |
143 |
</style>
|
144 |
|
145 |
<style name="TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse" |
146 |
parent="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle.Inverse"> |
147 |
</style>
|
148 |
|
149 |
<style name="TextAppearance.AppCompat.Widget.DropDownItem" |
150 |
parent="TextAppearance.AppCompat.Widget.Base.DropDownItem"> |
151 |
</style>
|
152 |
|
153 |
<style name="Widget.AppCompat.Spinner.DropDown.ActionBar" |
154 |
parent="Widget.AppCompat.Base.Spinner"> |
155 |
</style>
|
156 |
|
157 |
<style name="Widget.AppCompat.Light.Spinner.DropDown.ActionBar" |
158 |
parent="Widget.AppCompat.Light.Base.Spinner"> |
159 |
</style>
|
160 |
|
161 |
<style name="Widget.AppCompat.DropDownItem.Spinner" |
162 |
parent="Widget.AppCompat.Base.DropDownItem.Spinner"> |
163 |
</style>
|
164 |
<style name="Widget.AppCompat.Light.DropDownItem.Spinner" |
165 |
parent="Widget.AppCompat.Light.Base.DropDownItem.Spinner"> |
166 |
</style>
|
167 |
|
168 |
<style name="Widget.AppCompat.ListView.DropDown" |
169 |
parent="Widget.AppCompat.Base.ListView.DropDown"> |
170 |
</style>
|
171 |
|
172 |
<style name="Widget.AppCompat.Light.ListView.DropDown" |
173 |
parent="Widget.AppCompat.Light.Base.ListView.DropDown"> |
174 |
</style>
|
175 |
|
176 |
<style name="TextAppearance.Widget.AppCompat.ExpandedMenu.Item" |
177 |
parent="TextAppearance.Widget.AppCompat.Base.ExpandedMenu.Item"> |
178 |
</style>
|
179 |
|
180 |
<style name="Widget.AppCompat.ListPopupWindow" parent="Widget.AppCompat.Base.ListPopupWindow"> |
181 |
</style>
|
182 |
|
183 |
<style name="Widget.AppCompat.Light.ListPopupWindow" |
184 |
parent="Widget.AppCompat.Light.Base.ListPopupWindow"> |
185 |
</style>
|
186 |
|
187 |
<style name="Widget.AppCompat.PopupMenu" parent="Widget.AppCompat.Base.PopupMenu"> |
188 |
</style>
|
189 |
|
190 |
<style name="Widget.AppCompat.Light.PopupMenu" |
191 |
parent="Widget.AppCompat.Light.Base.PopupMenu"> |
192 |
</style>
|
193 |
|
194 |
<style name="Widget.AppCompat.ListView.Menu" parent="Widget.AppCompat.Base.ListView.Menu"> |
195 |
</style>
|
196 |
|
197 |
<style name="TextAppearance.AppCompat.Widget.PopupMenu.Large" |
198 |
parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large"> |
199 |
</style>
|
200 |
|
201 |
<style name="TextAppearance.AppCompat.Widget.PopupMenu.Small" |
202 |
parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small"> |
203 |
</style>
|
204 |
|
205 |
<style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Large" |
206 |
parent="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Large"> |
207 |
</style>
|
208 |
|
209 |
<style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Small" |
210 |
parent="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Small"> |
211 |
</style>
|
212 |
|
213 |
<style name="TextAppearance.AppCompat.SearchResult.Title" |
214 |
parent="TextAppearance.AppCompat.Base.SearchResult.Title"> |
215 |
</style>
|
216 |
|
217 |
<style name="TextAppearance.AppCompat.SearchResult.Subtitle" |
218 |
parent="TextAppearance.AppCompat.Base.SearchResult.Subtitle"> |
219 |
</style>
|
220 |
|
221 |
<style name="TextAppearance.AppCompat.Light.SearchResult.Title" |
222 |
parent="TextAppearance.AppCompat.Light.Base.SearchResult.Title"> |
223 |
</style>
|
224 |
|
225 |
<style name="TextAppearance.AppCompat.Light.SearchResult.Subtitle" |
226 |
parent="TextAppearance.AppCompat.Light.Base.SearchResult.Subtitle"> |
227 |
</style>
|
228 |
|
229 |
<style name="Widget.AppCompat.AutoCompleteTextView" |
230 |
parent="Widget.AppCompat.Base.AutoCompleteTextView"> |
231 |
</style>
|
232 |
|
233 |
<style name="Widget.AppCompat.Light.AutoCompleteTextView" |
234 |
parent="Widget.AppCompat.Light.Base.AutoCompleteTextView"> |
235 |
</style>
|
236 |
|
237 |
<style name="Widget.AppCompat.ActivityChooserView" |
238 |
parent="Widget.AppCompat.Base.ActivityChooserView"> |
239 |
</style>
|
240 |
|
241 |
<style name="Widget.AppCompat.Light.ActivityChooserView" |
242 |
parent="Widget.AppCompat.Light.Base.ActivityChooserView"> |
243 |
</style>
|
244 |
|
245 |
</resources>
|