include actionbarsherlock as a part of owncloud application
[pub/Android/ownCloud.git] / actionbarsherlock / res / values-v14 / abs__themes.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <resources>
4 <style name="Sherlock.__Theme" parent="android:Theme.Holo">
5 </style>
6 <style name="Sherlock.__Theme.Light" parent="android:Theme.Holo.Light">
7 </style>
8 <style name="Sherlock.__Theme.DarkActionBar" parent="android:Theme.Holo.Light.DarkActionBar">
9 <!-- Useful for offsetting contents with an overlay action bar. -->
10 <item name="actionBarSize">?android:attr/actionBarSize</item>
11 <!-- Needed for our bug-fix dropdown list navigation layout. :( -->
12 <item name="dropdownListPreferredItemHeight">48dp</item>
13 <!-- Needed for our ShareActionProvider and SearchView implementation. -->
14 <item name="android:actionBarWidgetTheme">@style/Theme.Sherlock</item>
15 <!-- For crazy people who use IcsSpinner. -->
16 <item name="dropDownListViewStyle">?android:attr/dropDownListViewStyle</item>
17 <!-- Needed for our SearchView implementation. -->
18 <item name="selectableItemBackground">?android:attr/selectableItemBackground</item>
19 </style>
20
21 <style name="Theme.Sherlock.NoActionBar">
22 <item name="android:windowActionBar">false</item>
23 <item name="android:windowNoTitle">true</item>
24 </style>
25 <style name="Theme.Sherlock.Light.NoActionBar">
26 <item name="android:windowActionBar">false</item>
27 <item name="android:windowNoTitle">true</item>
28 </style>
29
30 <style name="Theme.Sherlock.Dialog" parent="android:Theme.Holo.Dialog">
31 </style>
32 <style name="Theme.Sherlock.Light.Dialog" parent="android:Theme.Holo.Light.Dialog">
33 </style>
34 </resources>