diff options
author | Struan Donald <struan@exo.org.uk> | 2013-06-13 11:03:04 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2013-06-13 11:03:04 +0100 |
commit | 476a6046a15bddbe0cbee750ed455f75e05e64da (patch) | |
tree | 70751141970d621a816245a515ee4ae2fae86627 | |
parent | 5450fba4fbdb735d229a7c916671646fd67d26ba (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.
-rw-r--r-- | Android/AndroidManifest.xml | 2 |
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" /> |