2012-03-11 12:33:40 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<resources>
|
|
|
|
<style name="Sherlock.__Theme" parent="android:Theme.Holo">
|
|
|
|
</style>
|
|
|
|
<style name="Sherlock.__Theme.Light" parent="android:Theme.Holo.Light">
|
|
|
|
</style>
|
|
|
|
<style name="Sherlock.__Theme.DarkActionBar" parent="android:Theme.Holo.Light.DarkActionBar">
|
|
|
|
<!-- Useful for offsetting contents with an overlay action bar. -->
|
|
|
|
<item name="actionBarSize">?android:attr/actionBarSize</item>
|
|
|
|
<!-- Needed for our bug-fix dropdown list navigation layout. :( -->
|
|
|
|
<item name="dropdownListPreferredItemHeight">48dp</item>
|
2012-12-12 07:58:22 -05:00
|
|
|
<!-- Needed for our ShareActionProvider and SearchView implementation. -->
|
2012-04-20 06:14:21 -04:00
|
|
|
<item name="android:actionBarWidgetTheme">@style/Theme.Sherlock</item>
|
|
|
|
<!-- For crazy people who use IcsSpinner. -->
|
|
|
|
<item name="dropDownListViewStyle">?android:attr/dropDownListViewStyle</item>
|
2012-12-12 07:58:22 -05:00
|
|
|
<!-- Needed for our SearchView implementation. -->
|
|
|
|
<item name="selectableItemBackground">?android:attr/selectableItemBackground</item>
|
2012-03-11 12:33:40 -04:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Theme.Sherlock.NoActionBar">
|
|
|
|
<item name="android:windowActionBar">false</item>
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
</style>
|
|
|
|
<style name="Theme.Sherlock.Light.NoActionBar">
|
|
|
|
<item name="android:windowActionBar">false</item>
|
|
|
|
<item name="android:windowNoTitle">true</item>
|
|
|
|
</style>
|
2012-04-20 06:14:21 -04:00
|
|
|
|
2012-03-11 12:33:40 -04:00
|
|
|
<style name="Theme.Sherlock.Dialog" parent="android:Theme.Holo.Dialog">
|
|
|
|
</style>
|
|
|
|
<style name="Theme.Sherlock.Light.Dialog" parent="android:Theme.Holo.Light.Dialog">
|
|
|
|
</style>
|
|
|
|
</resources>
|