2
votes

I am not able to change style of span label such as color,font.whenever I change style with codename one designer it doesn't reflect on app. Is there any other way to change style of span label in codename one using codename one designer? Thanks in advance.

1

1 Answers

2
votes

Use

.getTextAllStyles()

instead of

.getAllStyles()

to modify the style of the text.

Edit

Sorry, I might have misunderstood you. In designer I guess you should modify the "Label" UIID.