Skip to content

Commit

Permalink
make the inputs "go up" when the keyboard is shown
Browse files Browse the repository at this point in the history
closes #52
  • Loading branch information
Sesu8642 committed Nov 25, 2024
1 parent c514abf commit 797dff8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@
android:label="@string/app_name"
tools:ignore="UnusedAttribute"
android:theme="@style/GdxTheme">
<!-- setting windowSoftInputMode in order to make the inputs "go up" when the keyboard is shown -->
<activity
android:name="de.sesu8642.feudaltactics.android.AndroidLauncher"
android:label="@string/app_name"
android:screenOrientation="user"
android:configChanges="keyboard|keyboardHidden|navigation|orientation|screenSize|screenLayout"
android:exported="true">
android:exported="true"
android:windowSoftInputMode="adjustResize">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
Expand Down

0 comments on commit 797dff8

Please sign in to comment.