summaryrefslogtreecommitdiffstats
path: root/android-mobile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-21 11:39:04 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-21 11:40:02 -0700
commit68bb49e4ca26d818c5199de0da1002c82281d645 (patch)
tree6cc4ba1dc9139986cea2420c5227aec751ed69b7 /android-mobile
parentf3929af0e4f38915641033be33645e10609c5547 (diff)
downloadsubsurface-68bb49e4ca26d818c5199de0da1002c82281d645.tar.gz
Fix Android keyboard issue as recommended by Kirigami
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'android-mobile')
-rw-r--r--android-mobile/AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/android-mobile/AndroidManifest.xml b/android-mobile/AndroidManifest.xml
index 8fa0c5e83..87ef9d997 100644
--- a/android-mobile/AndroidManifest.xml
+++ b/android-mobile/AndroidManifest.xml
@@ -16,6 +16,7 @@
android:label="@string/app_name"
android:theme="@style/AppTheme"
android:launchMode="singleTop"
+ android:windowSoftInputMode="adjustResize"
android:screenOrientation="unspecified" >
<intent-filter>
<action android:name="android.intent.action.MAIN" />