문제

I'm currently building an app in Appcelerator Titanium 1.2.1.

I've been able to set the apps' 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)?

도움이 되었습니까?

해결책

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top