checkey / libs / appcompat / res / values-v14 / styles_base.xml @ 44e720f7
History | View | Annotate | Download (8.4 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 |
<!-- Like in themes_base.xml, the namespace "*.AppCompat.Base" is used to
|
| 20 |
define base styles for the platform version. The "*.AppCompat"
|
| 21 |
variants are for direct use or use as parent styles by the app. -->
|
| 22 |
<eat-comment/> |
| 23 |
|
| 24 |
<style name="Widget.AppCompat.Base.ActionBar" |
| 25 |
parent="android:Widget.Holo.ActionBar"> |
| 26 |
</style>
|
| 27 |
|
| 28 |
<style name="Widget.AppCompat.Light.Base.ActionBar" |
| 29 |
parent="android:Widget.Holo.Light.ActionBar"> |
| 30 |
</style>
|
| 31 |
|
| 32 |
<style name="Widget.AppCompat.Base.ActionBar.Solid" |
| 33 |
parent="android:Widget.Holo.ActionBar.Solid"> |
| 34 |
</style>
|
| 35 |
|
| 36 |
<style name="Widget.AppCompat.Light.Base.ActionBar.Solid" |
| 37 |
parent="android:Widget.Holo.Light.ActionBar.Solid"> |
| 38 |
</style>
|
| 39 |
|
| 40 |
<style name="Widget.AppCompat.Light.Base.ActionBar.Solid.Inverse" |
| 41 |
parent="android:Widget.Holo.Light.ActionBar.Solid.Inverse"> |
| 42 |
</style>
|
| 43 |
|
| 44 |
<style name="Widget.AppCompat.Base.ActionBar.TabBar" |
| 45 |
parent="android:Widget.Holo.ActionBar.TabBar"> |
| 46 |
</style>
|
| 47 |
|
| 48 |
<style name="Widget.AppCompat.Light.Base.ActionBar.TabBar" |
| 49 |
parent="android:Widget.Holo.Light.ActionBar.TabBar"> |
| 50 |
</style>
|
| 51 |
|
| 52 |
<style name="Widget.AppCompat.Light.Base.ActionBar.TabBar.Inverse" |
| 53 |
parent="android:Widget.Holo.Light.ActionBar.TabBar.Inverse"> |
| 54 |
</style>
|
| 55 |
|
| 56 |
<style name="Widget.AppCompat.Base.ActionBar.TabView" |
| 57 |
parent="android:Widget.Holo.ActionBar.TabView"> |
| 58 |
</style>
|
| 59 |
|
| 60 |
<style name="Widget.AppCompat.Light.Base.ActionBar.TabView" |
| 61 |
parent="android:Widget.Holo.Light.ActionBar.TabView"> |
| 62 |
</style>
|
| 63 |
|
| 64 |
<style name="Widget.AppCompat.Light.Base.ActionBar.TabView.Inverse" |
| 65 |
parent="android:Widget.Holo.Light.ActionBar.TabView.Inverse"> |
| 66 |
</style>
|
| 67 |
|
| 68 |
<style name="Widget.AppCompat.Base.ActionBar.TabText" |
| 69 |
parent="android:Widget.Holo.ActionBar.TabText"> |
| 70 |
</style>
|
| 71 |
|
| 72 |
<style name="Widget.AppCompat.Light.Base.ActionBar.TabText" |
| 73 |
parent="android:Widget.Holo.Light.ActionBar.TabText"> |
| 74 |
</style>
|
| 75 |
|
| 76 |
<style name="Widget.AppCompat.Light.Base.ActionBar.TabText.Inverse" |
| 77 |
parent="android:Widget.Holo.Light.ActionBar.TabText.Inverse"> |
| 78 |
</style>
|
| 79 |
|
| 80 |
<style name="Widget.AppCompat.Light.Base.ActionMode.Inverse" |
| 81 |
parent="android:Widget.Holo.Light.ActionMode.Inverse"> |
| 82 |
</style>
|
| 83 |
|
| 84 |
<style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Menu" |
| 85 |
parent="android:TextAppearance.Holo.Widget.ActionBar.Menu"> |
| 86 |
</style>
|
| 87 |
|
| 88 |
<style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Title" |
| 89 |
parent="android:TextAppearance.Holo.Widget.ActionBar.Title"> |
| 90 |
</style>
|
| 91 |
|
| 92 |
<style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle" |
| 93 |
parent="android:TextAppearance.Holo.Widget.ActionBar.Subtitle"> |
| 94 |
</style>
|
| 95 |
|
| 96 |
<style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Title.Inverse" |
| 97 |
parent="android:TextAppearance.Holo.Widget.ActionBar.Title.Inverse"> |
| 98 |
</style>
|
| 99 |
|
| 100 |
<style name="TextAppearance.AppCompat.Widget.Base.ActionBar.Subtitle.Inverse" |
| 101 |
parent="android:TextAppearance.Holo.Widget.ActionBar.Subtitle.Inverse"> |
| 102 |
</style>
|
| 103 |
|
| 104 |
<style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Title" |
| 105 |
parent="android:TextAppearance.Holo.Widget.ActionMode.Title"> |
| 106 |
</style>
|
| 107 |
|
| 108 |
<style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle" |
| 109 |
parent="android:TextAppearance.Holo.Widget.ActionMode.Subtitle"> |
| 110 |
</style>
|
| 111 |
|
| 112 |
<style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Title.Inverse" |
| 113 |
parent="android:TextAppearance.Holo.Widget.ActionMode.Title.Inverse"> |
| 114 |
</style>
|
| 115 |
|
| 116 |
<style name="TextAppearance.AppCompat.Widget.Base.ActionMode.Subtitle.Inverse" |
| 117 |
parent="android:TextAppearance.Holo.Widget.ActionMode.Subtitle.Inverse"> |
| 118 |
</style>
|
| 119 |
|
| 120 |
<!-- Action Button Styles -->
|
| 121 |
|
| 122 |
<style name="Widget.AppCompat.Base.ActionButton" parent="android:Widget.Holo.ActionButton"> |
| 123 |
</style>
|
| 124 |
|
| 125 |
<style name="Widget.AppCompat.Light.Base.ActionButton" |
| 126 |
parent="android:Widget.Holo.Light.ActionButton"> |
| 127 |
</style>
|
| 128 |
|
| 129 |
<style name="Widget.AppCompat.Base.ActionButton.CloseMode" |
| 130 |
parent="android:Widget.Holo.ActionButton.CloseMode"> |
| 131 |
</style>
|
| 132 |
|
| 133 |
<style name="Widget.AppCompat.Light.Base.ActionButton.CloseMode" |
| 134 |
parent="android:Widget.Holo.Light.ActionButton.CloseMode"> |
| 135 |
</style>
|
| 136 |
|
| 137 |
<style name="Widget.AppCompat.Base.ActionButton.Overflow" |
| 138 |
parent="android:Widget.Holo.ActionButton.Overflow"> |
| 139 |
</style>
|
| 140 |
|
| 141 |
<style name="Widget.AppCompat.Light.Base.ActionButton.Overflow" |
| 142 |
parent="android:Widget.Holo.Light.ActionButton.Overflow"> |
| 143 |
</style>
|
| 144 |
|
| 145 |
<!-- Spinner Widgets -->
|
| 146 |
|
| 147 |
<style name="Widget.AppCompat.Base.ListView.DropDown" |
| 148 |
parent="android:Widget.Holo.ListView.DropDown"/> |
| 149 |
|
| 150 |
<style name="Widget.AppCompat.Light.Base.ListView.DropDown" |
| 151 |
parent="android:Widget.Holo.ListView.DropDown"/> |
| 152 |
|
| 153 |
<style name="Widget.AppCompat.Base.DropDownItem.Spinner" |
| 154 |
parent="android:Widget.Holo.DropDownItem.Spinner"/> |
| 155 |
|
| 156 |
<style name="Widget.AppCompat.Light.Base.DropDownItem.Spinner" |
| 157 |
parent="android:Widget.Holo.Light.DropDownItem.Spinner"/> |
| 158 |
|
| 159 |
<style name="Widget.AppCompat.Base.Spinner" parent="android:Widget.Holo.Spinner" /> |
| 160 |
|
| 161 |
<style name="Widget.AppCompat.Light.Base.Spinner" parent="android:Widget.Holo.Light.Spinner"/> |
| 162 |
|
| 163 |
<style name="Widget.AppCompat.Base.ListView.Menu" parent="android:Widget.ListView.Menu" /> |
| 164 |
|
| 165 |
<!-- Popup Menu -->
|
| 166 |
|
| 167 |
<style name="Widget.AppCompat.Base.ListPopupWindow" |
| 168 |
parent="android:Widget.Holo.ListPopupWindow"> |
| 169 |
</style>
|
| 170 |
|
| 171 |
<style name="Widget.AppCompat.Light.Base.ListPopupWindow" |
| 172 |
parent="android:Widget.Holo.Light.ListPopupWindow"> |
| 173 |
</style>
|
| 174 |
|
| 175 |
<style name="Widget.AppCompat.Base.PopupMenu" parent="android:Widget.Holo.PopupMenu"> |
| 176 |
</style>
|
| 177 |
|
| 178 |
<style name="Widget.AppCompat.Light.Base.PopupMenu" |
| 179 |
parent="android:Widget.Holo.Light.PopupMenu"> |
| 180 |
</style>
|
| 181 |
|
| 182 |
<style name="TextAppearance.AppCompat.Base.Widget.PopupMenu.Large" |
| 183 |
parent="android:TextAppearance.Holo.Widget.PopupMenu.Large"> |
| 184 |
</style>
|
| 185 |
|
| 186 |
<style name="TextAppearance.AppCompat.Base.Widget.PopupMenu.Small" |
| 187 |
parent="android:TextAppearance.Holo.Widget.PopupMenu.Small"> |
| 188 |
</style>
|
| 189 |
|
| 190 |
<style name="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Large" |
| 191 |
parent="android:TextAppearance.Holo.Widget.PopupMenu.Large"> |
| 192 |
</style>
|
| 193 |
|
| 194 |
<style name="TextAppearance.AppCompat.Light.Base.Widget.PopupMenu.Small" |
| 195 |
parent="android:TextAppearance.Holo.Widget.PopupMenu.Small"> |
| 196 |
</style>
|
| 197 |
|
| 198 |
<!-- Search View result styles -->
|
| 199 |
|
| 200 |
<style name="TextAppearance.AppCompat.Base.SearchResult.Title" |
| 201 |
parent="@android:TextAppearance.Holo.SearchResult.Title"> |
| 202 |
</style>
|
| 203 |
|
| 204 |
<style name="TextAppearance.AppCompat.Base.SearchResult.Subtitle" |
| 205 |
parent="@android:TextAppearance.Holo.SearchResult.Subtitle"> |
| 206 |
</style>
|
| 207 |
|
| 208 |
<!--
|
| 209 |
TextAppearance.Holo.Light.SearchResult.* are private so we extend from the default
|
| 210 |
versions instead (which are exactly the same).
|
| 211 |
-->
|
| 212 |
<style name="TextAppearance.AppCompat.Light.Base.SearchResult.Title" |
| 213 |
parent="@android:TextAppearance.Holo.SearchResult.Title"> |
| 214 |
</style>
|
| 215 |
|
| 216 |
<style name="TextAppearance.AppCompat.Light.Base.SearchResult.Subtitle" |
| 217 |
parent="@android:TextAppearance.Holo.SearchResult.Subtitle"> |
| 218 |
</style>
|
| 219 |
|
| 220 |
<style name="Widget.AppCompat.Base.ActivityChooserView" parent=""> |
| 221 |
<item name="android:gravity">center</item> |
| 222 |
<item name="android:background">@drawable/abc_ab_share_pack_holo_dark</item> |
| 223 |
<item name="android:divider">?attr/dividerVertical</item> |
| 224 |
<item name="android:showDividers">middle</item> |
| 225 |
<item name="android:dividerPadding">6dip</item> |
| 226 |
</style>
|
| 227 |
|
| 228 |
</resources>
|