I need to removed underline when type in edit text field in Android. For the first name edit text first letter should be capital so that I have given textCapSentences<
textCapSentences<
It's the suggestions that are underlining each word. Try this:
android:inputType="textNoSuggestions"