If the soft keyboard comes up, it pushes up my layout - that is good. But I have a single View
at the bottom of my layout, that I don't want to be pushed up. Is there a way, I can do this?
Thank you.
If the soft keyboard comes up, it pushes up my layout - that is good. But I have a single View
at the bottom of my layout, that I don't want to be pushed up. Is there a way, I can do this?
Thank you.
You can use KeyboardUtil
from this post:
android:windowSoftInputMode="adjustResize" doesn't make any difference?
And translate this View to proper position every time keyboard is open / closed.