summaryrefslogtreecommitdiff
path: root/vdrmanager/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vdrmanager/AndroidManifest.xml')
-rw-r--r--vdrmanager/AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/vdrmanager/AndroidManifest.xml b/vdrmanager/AndroidManifest.xml
index 10d5357..35bfda4 100644
--- a/vdrmanager/AndroidManifest.xml
+++ b/vdrmanager/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="de.bjusystems.vdrmanager"
- android:versionCode="600"
- android:versionName="0.6.0" >
+ android:versionCode="700"
+ android:versionName="7" >
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
@@ -16,6 +16,7 @@
android:targetSdkVersion="14" />
<application
+ android:theme="@style/Theme.Sherlock"
android:name=".app.VdrManagerApp"
android:hardwareAccelerated="true"
android:icon="@drawable/app_logo"
@@ -24,8 +25,7 @@
android:name=".gui.VdrManagerActivity"
android:clearTaskOnLaunch="true"
android:configChanges="locale"
- android:label="@string/app_name"
- android:theme="@style/Theme.Sherlock" >
+ android:label="@string/app_name" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />