Good day developers
Mi pregunta es la siguien te como puedo poner un fondo a un “Widget.newTabBar”
try with the characteristic “backgroundFile” but didn’t work.
– create the actual tabBar widget
tabBar = widget.newTabBar{
top = display.contentHeight - 100, – 50 is default height for tabBar widget
backgroundFile = “tabBarBack.png”, — It did not work
buttons = tabButtons
}
tabBar:setSelected( false )
Talent wins games, but teamwork and intelligence WINS Championships.-Michael Jordan