Answers for "android studio prevent button from go up when keyboard appears"

1

android studio prevent button from go up when keyboard appears

In the AndroidMainfest.xml
<activity
   ...
   android:windowSoftInputMode="adjustPan"> 
</activity>
Posted by: Guest on February-10-2021

Code answers related to "android studio prevent button from go up when keyboard appears"

Browse Popular Code Answers by Language