Android Question EditText : How to hide the Text Holder Underline?

Cableguy

Expert
Licensed User
Longtime User
Hi guys and Gals

1650125627791.png

How can I hide both lines? I have searched the forum but no luck.

Thanks in advance
 

Mahares

Expert
Licensed User
Longtime User
How can I hide both lines? I have searched the forum but no luck.
See this thread for relevant code:
B4X:
SetBackgroundTintList(EditText1,xui.Color_Transparent, xui.Color_Transparent)
 
Upvote 0

Cableguy

Expert
Licensed User
Longtime User
See this thread for relevant code:
B4X:
SetBackgroundTintList(EditText1,xui.Color_Transparent, xui.Color_Transparent)
I had seen that one but didn't strike me as the one I needed.
Thanks
 
Upvote 0
Top