How to set adjustResize for full-screen mode ? I want to have button on bottom that can be moved up when keyboard is open.
These 3 flags and adjustResize in combination: FLAG_LAYOUT_NO_LIMITS, FLAG_LAYOUT_IN_SCREEN and FLAG_TRANSLUCENT_NAVIGATION
How to set adjustResize for full-screen mode ? I want to have button on bottom that can be moved up when keyboard is open.
These 3 flags and adjustResize in combination: FLAG_LAYOUT_NO_LIMITS, FLAG_LAYOUT_IN_SCREEN and FLAG_TRANSLUCENT_NAVIGATION
That's a bug in Android, see this article: https://medium.com/@egek92/beaware-of-android-bug-5497-for-your-own-sake-19cf76abb7e5
and this question: