If "Handle Resize Event" = false in the designer, then when filling a regular label with color, I get the following defects:
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 ...
This is a simple label view, in IOS roundings are removed when resizing or colors are not displayed properly. This can be fixed by placing a panel under the label, this view does the work for you. Just set the properties you want in the designer like in a normal label. ASLabel Author: Alexander...