Here is a layout:
Since the input is coming into an EditText of yours, it's always going to move something.
EditText
Consider having two layouts, one for when the keyboard is down, one for when the keyboard is up.
Using a ViewSwitcher may help with that.
ViewSwitcher