godot-module-template/platform/android/java/lib/src
PouleyKetchoupp d7aaec8ffe Disable virtual keyboard focus adjustment on Android
Fixes #37190

The default adjustment setting was causing the view to pan down in order
to adjust the focus on the text content.

We don't need any focus adjustment since we're using a fixed size window
for our application.

Documentation:
https://developer.android.com/reference/android/view/WindowManager.LayoutParams#SOFT_INPUT_ADJUST_NOTHING
2020-07-20 12:04:02 +02:00
..
com/google/android/vending Android: Migrate deprecated support library to AndroidX 2020-05-10 19:03:44 +03:00
org/godotengine/godot Disable virtual keyboard focus adjustment on Android 2020-07-20 12:04:02 +02:00