1

現在、AppceleratorTitanium1.2.1でアプリを作成しています。

次を使用して、アプリのタイトルバー/ナビゲーションバーの色を設定できました。

var tabGroup = Titanium.UI.createTabGroup(
{
    barColor:'#fff'
});

問題は、白いタイトルバーを使用すると、テキストが読みにくくなることです。テキストの色を白から別の色に変更することはできますか?(コントラストのために「黒」と言います)?

4

1 に答える 1

0

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

http://blog.clearlyinnovative.com/post/1484840648/titanium-appcelerator-quickie-change-text-style-in

于 2010-11-05T03:14:11.737 に答える