aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorChristian S <christian@pix-art.de>2015-09-20 18:51:49 +0200
committerChristian S <christian@pix-art.de>2015-09-20 18:51:49 +0200
commit0a70e313d145a802a7d64c3ae1615408b2d35d35 (patch)
tree85267baa5c44db80e637bfaf79b61fd15949d031 /src/main/AndroidManifest.xml
parenteeb7cfc01187bcd15e81d82f0e619f9d5823e28f (diff)
modified AppUpdater
Diffstat (limited to '')
-rw-r--r--src/main/AndroidManifest.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index 786f9df2d..50a9b0b43 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -151,7 +151,8 @@
</activity>
<activity
android:name=".ui.UpdaterActivity"
- android:theme="@style/Platform.AppCompat.Light.Dialog" >
+ android:screenOrientation="portrait"
+ android:theme="@style/Theme.AppCompat.Light.Dialog" >
</activity>
<service