android EditText disable spell check and leave multiline -


i have edittext intended multiline.
a default input type performs spell checking , red lines drawn below edittext if word "incorrect".
i want disable feature.
tried android:inputtype="textnosuggestions", edittext no longer multiline.
please tell me possible solutions.

add this:

android:inputtype="textmultiline|textnosuggestions" 

Comments

Popular posts from this blog

html - Difficulties with background-image property -

ios - Segue not passing data between ViewControllers -

ios - Change UITableView custom header view's button image not working -