aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android/AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android/AndroidManifest.xml b/Android/AndroidManifest.xml
index 8ef37e7..a78eb73 100644
--- a/Android/AndroidManifest.xml
+++ b/Android/AndroidManifest.xml
@@ -32,7 +32,7 @@
<activity
android:name=".AndroidActivity"
android:label="@string/title_activity_main"
- android:screenOrientation="portrait">
+ android:screenOrientation="portrait" android:windowSoftInputMode="adjustPan">
<intent-filter>
<action android:name="android.intent.action.MAIN" />