File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11
11
android : label =" @string/app_name"
12
12
tools : ignore =" UnusedAttribute"
13
13
android : theme =" @style/GdxTheme" >
14
+ <!-- setting windowSoftInputMode in order to make the inputs "go up" when the keyboard is shown -->
14
15
<activity
15
16
android : name =" de.sesu8642.feudaltactics.android.AndroidLauncher"
16
17
android : label =" @string/app_name"
17
18
android : screenOrientation =" user"
18
19
android : configChanges =" keyboard|keyboardHidden|navigation|orientation|screenSize|screenLayout"
19
- android : exported =" true" >
20
+ android : exported =" true"
21
+ android : windowSoftInputMode =" adjustResize" >
20
22
<intent-filter >
21
23
<action android : name =" android.intent.action.MAIN" />
22
24
<category android : name =" android.intent.category.LAUNCHER" />
You can’t perform that action at this time.
0 commit comments