Android Question setting background of an edittext

renzino

Member
Licensed User
Longtime User
Hi, I have an edittext control in my app, but when I run in the backgrond is different and seems it changes from white to black (or transparent, so the background of my app), depending on the device in which i have installed it.
Is there a simple way to set a unique background to this control? thanks
 

renzino

Member
Licensed User
Longtime User
Thanks a lot JonPm! My problem was the link between the integer number representing the colour and its sintax (i.e. red= colors.red).
 
Upvote 0
Top