I want to remove the underlines from texts inside edittext fields.
You can do it with following code. Just paste it in layout of EditText.
EditText
android:inputType="textNoSuggestions"