I\'m struggling with the done button on the soft keyboard. I can\'t get the soft keyboard Done key press to hide the keyboard. From another button, it works perfectly with
Use below code with android:imeOptions="actionDone" its work for me.
android:imeOptions="actionDone"