I have an editText and i want to set its background color to red like this:
RegistrationCountry.setBackgroundColor(Color.RED);
Now i yould
try to set background by : RegistrationCountry.setBackgroundResource(0);
RegistrationCountry.setBackgroundResource(0);