how to disable spellcheck Android edittext

后端 未结 6 1461
暗喜
暗喜 2020-12-13 01:33

I want to remove the underlines from texts inside edittext fields. \"text

6条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-13 02:18

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

    android:inputType="textNoSuggestions"
    

提交回复
热议问题