Hello, I'm here to report a bug that has been happening to me and other developers.
When using this code, together with the script designer, a visual bug happens.
B4X:
Private cc As ColorDrawable
cc.Initialize2(Colors.RGB(250, 250, 250), 5dip, 2dip, Colors.RGB(214, 214, 214))
EditText1.Background = cc
EditText2.Background = cc