Skip to content Skip to sidebar Skip to footer

Edit Text Showing Red Underline On The Text

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. XML Code

Solution 1:

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

android:inputType="textNoSuggestions"

Post a Comment for "Edit Text Showing Red Underline On The Text"