How can I move button like below image : tton when keyboard is show display.
Inside your Manifest file, in your activity, add android:windowSoftInputMode="stateVisible|adjustResize"
. Example:
<activity
android:name=".MainActivity"
android:windowSoftInputMode="stateVisible|adjustResize"
....>
</activity>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With