If "Handle Resize Event" = false in the designer, then when filling a regular label with color, I get the following defects:
How with "Handle Resize Event" = false, to get the normal fill?
I tried setting up the label as B4XView and filling it color, but still got the same result ...
B4X:
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 still got the same result ...
B4X:
lbl1.SetColorAndBorder(Colors.ARGB(255,198,50,36),5,Colors.White,20)