Edit text showing red underLine on the Text

前端 未结 1 796
情歌与酒
情歌与酒 2021-02-12 08:43

I am using a EditText to take date from the user. So when I am running my application on the default value that I have given it is underlining the text in red.

相关标签:
1条回答
  • 2021-02-12 09:39

    I assume, that this is your spell check, so add:

    android:inputType="textNoSuggestions"
    
    0 讨论(0)
提交回复
热议问题