Android Question b4xview rounded corners

epiCode

Active Member
Licensed User
I have changed my labels to b4xview for compatibility with b4j and b4i,
some of the code used label.background = colordrawable.

However b4xview has only color attribute (which only changes background color).

I need colordrawable since it also makes the label have rounded corners.

How can I do that for B4XView (change bg color and rounded corners) programmatically ?
 
Top