How to get a toolbar above keyboard in android like iOs

2.5k views Asked by At

I am new to android and trying to get a custom view above keyboard in android just like toolbar in iOS. I have searched a lot but unable to find any solution.
enter image description here

Please anyone can help me out with this. Thank you!

1

There are 1 answers

2
rahul.ramanujam On

add the custom layout at bottom of your layout and Use android:windowSoftInputMode="adjustResize" in your manifest, so that the bottom of the Window changes when the keyboard pops up