0

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

vanste25
  • 1,754
  • 14
  • 39
  • https://stackoverflow.com/questions/47586564/layout-is-not-pushing-up-when-soft-keyboard-appears/47586628#47586628 – Goku Apr 16 '18 at 09:25
  • I saw that, but it says NOTE: - fullscreen mode doesn't resize. So I am looking for appropriate way to have this. – vanste25 Apr 16 '18 at 09:55
  • https://stackoverflow.com/questions/7417123/android-how-to-adjust-layout-in-full-screen-mode-when-softkeyboard-is-visible – Goku Apr 16 '18 at 10:26

1 Answers1

0

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:

Keyboard moves item of the Activity in Fragment

Ege Kuzubasioglu
  • 5,991
  • 12
  • 49
  • 85