aboutsummaryrefslogtreecommitdiffstats
path: root/Android
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2013-06-13 11:03:04 +0100
committerStruan Donald <struan@exo.org.uk>2013-06-13 11:03:04 +0100
commit476a6046a15bddbe0cbee750ed455f75e05e64da (patch)
tree70751141970d621a816245a515ee4ae2fae86627 /Android
parent5450fba4fbdb735d229a7c916671646fd67d26ba (diff)
Pan the screen rather than resize it when the soft keyboard appears on
Android as this resolves bugs with the screen not resizing correctly on transition. Fixes #465.
Diffstat (limited to 'Android')
-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" />