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.
EditText
I assume, that this is your spell check, so add:
android:inputType="textNoSuggestions"