diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-09-09 14:54:11 -0700 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-09-09 14:54:11 -0700 |
commit | 89ebb04737aeefefd5081c4157de90c735eab80c (patch) | |
tree | 29605d47e5c8f7ae215cb6ee580741f6550a234a /subsonic-android/AndroidManifest.xml | |
parent | b644ac5aa4278cfeaa337cbede7c3b240ff40da3 (diff) | |
download | dsub-89ebb04737aeefefd5081c4157de90c735eab80c.tar.gz dsub-89ebb04737aeefefd5081c4157de90c735eab80c.tar.bz2 dsub-89ebb04737aeefefd5081c4157de90c735eab80c.zip |
Removed Wheat theme + re-added back dynamic themeing to activities
Diffstat (limited to 'subsonic-android/AndroidManifest.xml')
-rw-r--r-- | subsonic-android/AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/subsonic-android/AndroidManifest.xml b/subsonic-android/AndroidManifest.xml index 04136ffc..ac786d26 100644 --- a/subsonic-android/AndroidManifest.xml +++ b/subsonic-android/AndroidManifest.xml @@ -18,7 +18,7 @@ <supports-screens android:anyDensity="true" android:xlargeScreens="true" android:largeScreens="true" android:normalScreens="true" android:smallScreens="true"/>
- <application android:label="@string/common.appname" android:icon="@drawable/launch2" android:theme="@style/Theme.Sherlock.Light">
+ <application android:label="@string/common.appname" android:icon="@drawable/launch2" android:theme="@style/Theme.DSub.Light">
<activity android:name="github.daneren2005.dsub.activity.MainActivity"
android:label="DSub"
|