Android Question Edit Text background color

rayellam

Member
Licensed User
Longtime User
Hi All,
I want to change the background color of a text box in code from it's default color to green so i use txtEditText.Color = Colors.Green. The question is how do i get it back to the default color? if i set it back to white it looks different from it's initial default state (the text box is bigger than default).

Cheers
Ray
 
Top