How can I hide the EditText underbar (the prompt line with little serifs at the ends)?
There might be a better way to do what I want: I have a layout with an EditTe
If you are using the EditText inside TextInputLayout use app:boxBackgroundMode="none" as following:
app:boxBackgroundMode="none"