Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

How to change titlebar text/font colour.

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)?

— asked November 3rd 2010 by Glen McPherson
  • color
  • colour
  • createtabgroup
  • navbar
  • titlebar
0 Comments

1 Answer

  • Accepted Answer

    posted solution below, basically create a label and set the window title with the control

    — answered November 5th 2010 by Aaron Saunders
    permalink
    0 Comments
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.