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
Try using
android:windowSoftInputMode="adjustPan|adjustResize"
for the activity.