I want to remove the underlines from texts inside edittext fields.
How can I do that?
You can do it with following code. Just paste it in layout of EditText.
EditText
android:inputType="textNoSuggestions"
1.4m articles
1.4m replys
5 comments
57.0k users