Let say I have the following layout:
when I click on the edit text at the bottom I get this:
As you can notice the image from the top goe
My EditText kept moving up as well.
Adding gravity to the Edit Text seems to solve the problem. The Keyboard was pushing my EditText up, so I added gravity to the bottom of the Edit Text in the XML.
android:gravity=bottom