I am using a AutoCompleteTextView and my question is if there is a event which gets called when you hit enter on your soft-keyboard?
The problem was that the AutoCompleteTextView had an attribute maxLines="1"
, if you pressed enter on the soft keyboard, the event doesn't get called.