Login to listen to Android EditText

I have EditText ans, I set OnEditorActionListenerto do something when the enter key is pressed. My stupid question: how to make the ENTER key green, like on Maps?

+3
source share
3 answers
+1
source

Thanks guys for the help. I solved this by placing android:imeOptions="actionGo"it android:inputType="textImeMultiLine"in the layout as EditText attributes. Both are necessary!

Thanks again!

+1
source

, this ( "EditText" ).

0

All Articles