Reputation: 1035
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.
Upvotes: 2
Views: 116
Reputation: 421
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.
Upvotes: 2