Ti.UI.currentWindow的透明背景颜色

时间:2015-04-09 13:59:39

标签: android titanium

如何为Ti.UI.currentWindow设置背景颜色?

我使用了这段代码,但它不起作用:

var curtWind = Ti.UI.currentWindow;
curtWind.backgroundColor = '#00FFFFFF';

我还用过:

curtWind.backgroundColor= 'transparent';

同样使用函数setBackground它也不起作用。

任何想法

1 个答案:

答案 0 :(得分:0)

尝试将backgroundColor属性设置为null