android studio prevent button from go up when keyboard appears code example
Example: android studio prevent button from go up when keyboard appears
In the AndroidMainfest.xml
<activity
...
android:windowSoftInputMode="adjustPan">
</activity>