Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local switch = widget.newTabBar{
- -- blah, blah, blah
- }
- do
- local tabs = switch[2]
- for i=1,tabs.numChildren do
- tabs[i].overlay:setFillColor(0x00, 0x00)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement