BAR style buttons can be given a color or inherit from their ButtonBar.No matter what I do (setting barColor of buttonBar, backgroundColor of button, barColor of window, and more), buttons in a buttonBar with style: Ti.UI.iPhone.SystemButtonStyle.PLAIN always appear as light gray. I want their shape, font, and click behavior but I need to be able to give them a different color. Is this possible?
1 Answer
Hi Jeremy,
you can not set the backgroundColor of the buttonBar but you can set style as you mentioned in your question..
but you can set the backgroundImage with the color of you want to set...
thnx
Your Answer
Think you can help? Login to answer this question!