If "Handle Resize Event" = false in the designer, then when filling a regular label with color, I get the following defects:
lbl1.Color=Colors.ARGB(255,198,50,36)
How with "Handle Resize Event" = false, to get the normal fill?
I tried setting up the label as B4XView and filling it color, but...