I have a button bar (its parent is a RelativeLayout of the total screen) on the bottom of screen (with the help of android:layout_alignParentBottom = "true")
The thing is, when the keyboard is shown, this bar appeared just above the keyboard, which reduces the size of the rest of the display.
Have you any idea on how to force the button bar to stay on the bottom of the screen even when the keyboard is shown?
In AndroidManifest.xml
, set android:windowSoftInputMode="adjustPan"
to your activity.
See doc for more details.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With