Hi there,
I've been able to set the titlebar/navbar colour using the following:
var tabGroup = Titanium.UI.createTabGroup( { barColor:'#fff' });Problem is, with a white titlebar, the text becomes hard to read. Is it possible to change the text colour from white to another colour? (say 'black' for contrast)?