aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/values/styles.xml
blob: bd76299a2cd97355aee3474bf5046a44f487e47d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <style name="Theme.DSub.Wheat" parent="Theme.Sherlock.Light">
		<item name="actionBarStyle">@style/Widget.DSub.ActionBarStyle</item>
		<item name="android:actionBarStyle">@style/Widget.DSub.ActionBarStyle</item>
	</style>
	<style name="Theme.DSub.Light" parent="Theme.Sherlock.Light">
		<item name="actionBarStyle">@style/Widget.DSub.ActionBarStyle</item>
		<item name="android:actionBarStyle">@style/Widget.DSub.ActionBarStyle</item>
	</style>
	<style name="Theme.DSub.Dark" parent="Theme.Sherlock">
		<item name="actionBarStyle">@style/Widget.DSub.ActionBarStyle</item>
		<item name="android:actionBarStyle">@style/Widget.DSub.ActionBarStyle</item>
	</style>
	
	<style name="Widget.DSub.ActionBarStyle" parent="Widget.Sherlock.Light.ActionBar.Solid.Inverse">
		<item name="background">@drawable/menubar_button_disabled</item>
		<item name="android:background">@drawable/menubar_button_disabled</item>
	</style>
</resources>