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
In my case, editText.setBackgroundResource(R.color.transparent); is best.
editText.setBackgroundResource(R.color.transparent);
It doesn't remove default padding, just under bar.
R.color.transparent = #00000000