Hello,
I am creating a button as follows:
playBtn = widget.newButton{ label="Play Now", labelColor = { default={255}, over={128} }, width=154, height=40, onRelease = onPlayBtnRelease } playBtn:setFillColor( 34, 140, 35 )
On the Corona Simulator, the button appears as follows:
However, on a test Android device, it looks as follows:
Does anyone know why the button images (seen in simulator) are not being loaded on the device?
Thank you