Hi
I use below code for change colordrawable of Edittext
But when i click one of Edittexts,border destroy look like attachment picture
What's happen?
Note: As long as I did not click on any Edittext,this problems dont exist
I use below code for change colordrawable of Edittext
B4X:
Private normal As ColorDrawable
normal.Initialize2(Colors.Transparent,4dip,1dip,Colors.Gray)
txtaddress.Background = normal
What's happen?
Note: As long as I did not click on any Edittext,this problems dont exist