Removing the background color of an EditText

前端 未结 3 1806
一个人的身影
一个人的身影 2020-12-19 17:41

I have an editText and i want to set its background color to red like this:

 RegistrationCountry.setBackgroundColor(Color.RED);

Now i yould

3条回答
提交回复
热议问题