0

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

screenshot without the navigation shown

With the navigation bar

screenshot with the navigation shown

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.

G. Ciardini
  • 1,210
  • 1
  • 17
  • 32

0 Answers0