aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-08-26 16:05:38 +0200
committerChristian Schneppe <christian@pix-art.de>2016-08-26 22:47:45 +0200
commitf32064aa8272c95d8122d9d12415720a672efe5d (patch)
tree8e1c96501faff76499fd53bb8d9da6a9c41a0781 /src/main/AndroidManifest.xml
parent634f461c847d5103a122b5009fe924e652e95495 (diff)
some multi-window optimizations. set min width to 300
Diffstat (limited to 'src/main/AndroidManifest.xml')
-rw-r--r--src/main/AndroidManifest.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml
index 3b2d3174f..1bca1970c 100644
--- a/src/main/AndroidManifest.xml
+++ b/src/main/AndroidManifest.xml
@@ -68,6 +68,8 @@
android:name="de.pixart.messenger.ui.ConversationActivity"
android:label="@string/app_name"
android:launchMode="singleTask"
+ android:minWidth="300dp"
+ android:minHeight="300dp"
android:windowSoftInputMode="stateHidden">
</activity>
<activity
@@ -110,13 +112,11 @@
<activity
android:name="de.pixart.messenger.ui.WelcomeActivity"
android:label="@string/app_name"
- android:launchMode="singleTask"
- android:screenOrientation="portrait"/>
+ android:launchMode="singleTask"/>
<activity
android:name="de.pixart.messenger.ui.MagicCreateActivity"
android:label="@string/create_account"
- android:launchMode="singleTask"
- android:screenOrientation="portrait"/>
+ android:launchMode="singleTask"/>
<activity
android:name="de.pixart.messenger.ui.SetPresenceActivity"
android:configChanges="orientation|screenSize"