I simply want to catch the event when the user press enter on an editText.
I did not get the Toast message, not the \"Enter pressed\" and not the \"Some key pressed!
The problem for me was that I had set in XML android:inputType="textMultiline". When I removed textMultiline option, the EditorListener started working.
android:inputType="textMultiline"
textMultiline
EditorListener