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.PopupMenu" parent="Widget.AppCompat.Base.PopupMenu"> 181 </style> 182 183 <style name="Widget.AppCompat.Light.PopupMenu" 184 parent="Widget.AppCompat.Light.Base.PopupMenu"> 185 </style> 186 187 <style name="Widget.AppCompat.ListView.Menu" parent="Widget.AppCompat.Base.ListView.Menu"> 188 </style> 189 190 <style name="TextAppearance.AppCompat.Widget.PopupMenu.Large" 191 parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large"> 192 </style> 193 194 <style name="TextAppearance.AppCompat.Widget.PopupMenu.Small" 195 parent="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small"> 196 </style> 197 198 <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Large" 199 parent="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Large"> 200 </style> 201 202 <style name="TextAppearance.AppCompat.Light.Widget.PopupMenu.Small" 203 parent="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Small"> 204 </style> 205 206 <style name="TextAppearance.AppCompat.SearchResult.Title" 207 parent="TextAppearance.AppCompat.Base.SearchResult.Title"> 208 </style> 209 210 <style name="TextAppearance.AppCompat.SearchResult.Subtitle" 211 parent="TextAppearance.AppCompat.Base.SearchResult.Subtitle"> 212 </style> 213 214 <style name="TextAppearance.AppCompat.Light.SearchResult.Title" 215 parent="TextAppearance.AppCompat.Light.Base.SearchResult.Title"> 216 </style> 217 218 <style name="TextAppearance.AppCompat.Light.SearchResult.Subtitle" 219 parent="TextAppearance.AppCompat.Light.Base.SearchResult.Subtitle"> 220 </style> 221 222 <style name="Widget.AppCompat.AutoCompleteTextView" 223 parent="Widget.AppCompat.Base.AutoCompleteTextView"> 224 </style> 225 226 <style name="Widget.AppCompat.Light.AutoCompleteTextView" 227 parent="Widget.AppCompat.Base.AutoCompleteTextView"> 228 </style> 229 230 <style name="Widget.AppCompat.ActivityChooserView" 231 parent="Widget.AppCompat.Base.ActivityChooserView"> 232 </style> 233 234 <style name="Widget.AppCompat.Light.ActivityChooserView" 235 parent="Widget.AppCompat.Light.Base.ActivityChooserView"> 236 </style> 237 238 </resources> 239