I want to remove the underlines from texts inside edittext fields.
Minor addition to Chintan's answer - such (and other) combination is also allowed: android:inputType="textCapSentences|textNoSuggestions"
android:inputType="textCapSentences|textNoSuggestions"