cmd/gio: set windowSoftInputMode=adjustResize in AndroidManifest.xml

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-07-07 21:03:25 +02:00
parent 3897832842
commit 491d81e0c8
+2 -1
View File
@@ -246,7 +246,8 @@ func exeAndroid(tmpDir string, tools *androidTools, bi *buildInfo) (err error) {
<activity android:name="org.gioui.GioActivity"
android:label="%s"
android:theme="@android:style/Theme.NoTitleBar"
android:configChanges="orientation|keyboardHidden">
android:configChanges="orientation|keyboardHidden"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />