aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2012-09-13 20:31:28 -0700
committerScott Jackson <daneren2005@gmail.com>2012-09-13 20:31:28 -0700
commit43fa07540dc58a871956cc4d1af410f80299b554 (patch)
treef0718af4650f22d5d98566b9bdf5061f7cab3c20
parent647f6b31c54ce1678d031ffbf50e61e35e399028 (diff)
downloaddsub-43fa07540dc58a871956cc4d1af410f80299b554.tar.gz
dsub-43fa07540dc58a871956cc4d1af410f80299b554.tar.bz2
dsub-43fa07540dc58a871956cc4d1af410f80299b554.zip
Settings changed to Halo Dark theme instead of default dark theme
-rw-r--r--subsonic-android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/subsonic-android/AndroidManifest.xml b/subsonic-android/AndroidManifest.xml
index ac786d26..3ae59c58 100644
--- a/subsonic-android/AndroidManifest.xml
+++ b/subsonic-android/AndroidManifest.xml
@@ -52,7 +52,7 @@
android:launchMode="singleTask"/>
<activity android:name="github.daneren2005.dsub.activity.SettingsActivity"
- android:theme="@android:style/Theme"
+ android:theme="@style/Theme.DSub.Dark"
android:configChanges="orientation|keyboardHidden"
android:launchMode="singleTask"/>