diff options
author | Scott Jackson <daneren2005@gmail.com> | 2012-12-09 13:14:38 -0800 |
---|---|---|
committer | Scott Jackson <daneren2005@gmail.com> | 2012-12-09 13:14:38 -0800 |
commit | d77cb1432678ad6f978b490e3d973f8bdada9e20 (patch) | |
tree | b0ac3abf5c5c33c8dd267ec95485ac6b3ef33b80 | |
parent | 2c5d233b59ad93427b334848367e0cc5235e7a29 (diff) | |
download | dsub-d77cb1432678ad6f978b490e3d973f8bdada9e20.tar.gz dsub-d77cb1432678ad6f978b490e3d973f8bdada9e20.tar.bz2 dsub-d77cb1432678ad6f978b490e3d973f8bdada9e20.zip |
Default loading screen to holo theme
-rw-r--r-- | subsonic-android/AndroidManifest.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/subsonic-android/AndroidManifest.xml b/subsonic-android/AndroidManifest.xml index 69007176..67aed102 100644 --- a/subsonic-android/AndroidManifest.xml +++ b/subsonic-android/AndroidManifest.xml @@ -2,8 +2,8 @@ <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="github.daneren2005.dsub"
android:installLocation="internalOnly"
- android:versionCode="18"
- android:versionName="3.5.3">
+ android:versionCode="19"
+ android:versionName="3.6">
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE"/>
@@ -19,7 +19,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.DSub.Light">
+ <application android:label="@string/common.appname" android:icon="@drawable/launch2" android:theme="@style/Theme.DSub.Holo">
<activity android:name="github.daneren2005.dsub.activity.MainActivity"
android:label="DSub"
|