Addo Well-Known Member Licensed User Longtime User Aug 13, 2018 #1 Is there a simple way to change the default color of edittext which is transparent to any other color without doing it at runtime ? Like edit something in xml ?
Is there a simple way to change the default color of edittext which is transparent to any other color without doing it at runtime ? Like edit something in xml ?
Erel B4X founder Staff member Licensed User Longtime User Aug 13, 2018 #2 There is no simple way to change the EditText background color as its background is actually a complex layout. It will be simpler to put them inside panels and change the panels color. Upvote 0
There is no simple way to change the EditText background color as its background is actually a complex layout. It will be simpler to put them inside panels and change the panels color.