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.

Please anyone can help me out with this. Thank you!
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.

Please anyone can help me out with this. Thank you!
 
    
    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
