Hi, I want to remove "underline" element in editText. How can I do it?
I'm trying to get a border around the text input, what I did is to have a panel and inside that panel the edit text. Now, my problem is that I can't find how to remove the default line that goes under edit text.
I want something something simialr to the "Name" input field.
Using that method mentioned in that link, you can get access to edit text placeholder color. Then you can change its alpha to 0. Therefore, it gets invisible.