I know this/similar question has been asked before but the solution given is not working for me so I\'m asking again. I tried the solution given in that answer but still my
There's an attribute for EditText: android:imeOptions
android:imeOptions
I noticed that for values: actionGo, actionNone, normal, actionSearch onKeyListener got called.
actionGo
actionNone
normal
actionSearch
P.S. It even worked without specifying that attribute.!