how to disable spellcheck Android edittext Ask Question

how to disable spellcheck Android edittext Ask Question

I want to remove the underlines from texts inside edittext fields. 下線付きのテキストフィールド

How can I do that?

ベストアンサー1

You can do it with following code. Just paste it in layout of EditText.

android:inputType="textNoSuggestions"

おすすめ記事