When I tap on my edit text, soft key-board opens up but could not find any return (enter) key on it. A simple solution is to add
android:inputType="textMultiLine"
so that eventually it has to show a return (enter) key.
Is it a bug? How to get return key visible without doing something like this?