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
You have to set a minWidth too, otherwise the cursor will disappear if the text is empty.