How to get the toolbar above the keyboard in Android like iOS

I am new to android and am trying to get a custom view above the keyboard in android like a toolbar in iOS. I searched a lot but couldn't find a solution.
enter image description here

Please someone can help me with this. Thank!

+3


source to share


1 answer


add a custom layout at the 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



+2


source







All Articles