Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UITextView in Android (EditText?)

Tags:

I am looking for an equivalent to the UITextView (known from iOS Dev) on Android.

Specifically, I would like the user to be able to select one of multiple TextViews, be able to enter text (including line breaks) and then deselect the TextView again.

I am aware of the EditText element, however it appears like I can't set both a "Done Editing" and "Enter" button on the keyboard and I would really like to avoid to have a button next to my TextField.

Many thanks!