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
Post a Comment