Can someone please provide a solution to get a working listener for the soft-keyboard DONE button, and/or explain what I\'m doing wrong in my current approach?<
DONE
I had the same problem, for me, adding android:singleLine="true" in EditText did the trick
android:singleLine="true"