I am using the Tab Bar Application template and I want to change the color of the bar.
See the documentation for the tabBar widget:
https://docs.coronalabs.com/api/library/widget/newTabBar.html
There will be examples on various ways to change the visuals for a tabBar.
Rob
Adding to this thread because I think it will come up in searches… The docs do not address explicitly setting the background color of a tabbar widget, and :setFillColor doesn’t work. It appears that the only available method is using images
Correct, you need an image to set the background of the tabBar.
Rob
See the documentation for the tabBar widget:
https://docs.coronalabs.com/api/library/widget/newTabBar.html
There will be examples on various ways to change the visuals for a tabBar.
Rob
Adding to this thread because I think it will come up in searches… The docs do not address explicitly setting the background color of a tabbar widget, and :setFillColor doesn’t work. It appears that the only available method is using images
Correct, you need an image to set the background of the tabBar.
Rob