The problem
When I'm in fullscreen / immersive mode and when the softkeyboard is shown I have some empty space which could be used to display more information to the end user, the empty space took the place of the navigation buttons.
Without the navigation bar
With the navigation bar
What I've tried
Following some comments/answers here on stackoverflow, I tried to:
- Add to my manifest
android:windowSoftInputMode="adjustResize"
inside the activity tag. - Using the class SoftInputAssist.java of this answer
My goal
I want to be able to move the keyboard down so that no unused space is wasted.