1

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.

Dawg85
  • 61
  • 1
  • 5
  • read this. i think it is help to you http://stackoverflow.com/a/41867144/4993283 – 배준모 Feb 01 '17 at 09:26
  • i dont want to hide the keyboard - i want a certain view at the bottom of the layout not to be pushed up when the soft keyboard pops up – Dawg85 Feb 01 '17 at 10:45

1 Answers1

1

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.

Community
  • 1
  • 1
RadekJ
  • 2,835
  • 1
  • 19
  • 25