Multi-line EditText with Done action button.

Posted by kefs on Stack Overflow See other posts from Stack Overflow or by kefs
Published on 2010-06-06T23:42:31Z Indexed on 2010/06/06 23:52 UTC
Read the original article Hit count: 418

Filed under:
|

Is it possible to have an EditText widget with android:inputType="textMultiLine" set, and android:imeOptions="actionDone" at the same time?

I'd like a multi-line edit box, with the action button on the keyboard to be Done, not Enter (Carriage Return), but it doesn't seem to be working..

Thanks in advance

© Stack Overflow or respective owner

Related posts about android

Related posts about android-sdk