how to disable spellcheck Android edittext

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

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

6条回答
  •  眼角桃花
    2020-12-13 02:35

    Minor addition to Chintan's answer - such (and other) combination is also allowed:
    android:inputType="textCapSentences|textNoSuggestions"

提交回复
热议问题