reverted library
[pub/Android/ownCloud.git] / libs / android-support-appcompat-v7-exploded-aar / res / values-v11 / values.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <resources>
3
4 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values-v11/themes_base.xml -->
5 <eat-comment />
6
7 <style name="Theme.Base" parent="android:Theme.Holo">
8 <item name="android:windowNoTitle">true</item>
9 <item name="android:windowActionBar">false</item>
10
11 <!--
12 A native Action Mode could be displayed (for text selection, etc) so we need to ensure
13 that it is positioned correctly, so we request windowActionModeOverlay so that it
14 displays over the compat Action Bar.
15 -->
16 <item name="android:windowActionModeOverlay">true</item>
17
18 <!-- Attributes populated from the framework to be read by apps -->
19 <item name="buttonBarStyle">?android:attr/buttonBarStyle</item>
20 <item name="buttonBarButtonStyle">?android:attr/buttonBarButtonStyle</item>
21 <item name="selectableItemBackground">?android:attr/selectableItemBackground</item>
22 </style>
23
24 <style name="Theme.Base.AppCompat.Dialog.FixedSize" parent="android:Theme.Holo.Dialog">
25 <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item>
26 <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item>
27 <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item>
28 <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item>
29 <item name="windowActionBar">false</item>
30
31 <!-- Attributes populated from the framework to be read by apps -->
32 <item name="buttonBarStyle">?android:attr/buttonBarStyle</item>
33 <item name="buttonBarButtonStyle">?android:attr/buttonBarButtonStyle</item>
34 <item name="selectableItemBackground">?android:attr/selectableItemBackground</item>
35 </style>
36
37 <style name="Theme.Base.AppCompat.Dialog.Light.FixedSize" parent="android:Theme.Holo.Light.Dialog">
38 <item name="windowFixedWidthMajor">@dimen/dialog_fixed_width_major</item>
39 <item name="windowFixedWidthMinor">@dimen/dialog_fixed_width_minor</item>
40 <item name="windowFixedHeightMajor">@dimen/dialog_fixed_height_major</item>
41 <item name="windowFixedHeightMinor">@dimen/dialog_fixed_height_minor</item>
42 <item name="windowActionBar">false</item>
43
44 <!-- Attributes populated from the framework to be read by apps -->
45 <item name="buttonBarStyle">?android:attr/buttonBarStyle</item>
46 <item name="buttonBarButtonStyle">?android:attr/buttonBarButtonStyle</item>
47 <item name="selectableItemBackground">?android:attr/selectableItemBackground</item>
48 </style>
49
50 <style name="Theme.Base.Light" parent="android:Theme.Holo.Light">
51 <item name="android:windowNoTitle">true</item>
52 <item name="android:windowActionBar">false</item>
53
54 <!--
55 A native Action Mode could be displayed (for text selection, etc) so we need to ensure
56 that it is positioned correctly, so we request windowActionModeOverlay so that it
57 displays over the compat Action Bar.
58 -->
59 <item name="android:windowActionModeOverlay">true</item>
60
61 <!-- Attributes populated from the framework to be read by apps -->
62 <item name="buttonBarStyle">?android:attr/buttonBarStyle</item>
63 <item name="buttonBarButtonStyle">?android:attr/buttonBarButtonStyle</item>
64 <item name="selectableItemBackground">?android:attr/selectableItemBackground</item>
65 </style>
66 <!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/klp-ub-dev/frameworks/support/v7/appcompat/res/values-v11/styles_base.xml -->
67 <eat-comment />
68
69 <style name="Widget.AppCompat.Base.AutoCompleteTextView" parent="android:Widget.Holo.AutoCompleteTextView"></style>
70
71 <style name="Widget.AppCompat.Base.ProgressBar" parent="android:Widget.Holo.ProgressBar"></style>
72
73 <style name="Widget.AppCompat.Base.ProgressBar.Horizontal" parent="android:Widget.Holo.ProgressBar.Horizontal"></style>
74
75 <style name="Widget.AppCompat.Light.Base.AutoCompleteTextView" parent="android:Widget.Holo.Light.AutoCompleteTextView"></style>
76
77 </resources>