如何为Ti.UI.currentWindow设置背景颜色?
我使用了这段代码,但它不起作用:
var curtWind = Ti.UI.currentWindow;
curtWind.backgroundColor = '#00FFFFFF';
我还用过:
curtWind.backgroundColor= 'transparent';
同样使用函数setBackground它也不起作用。
任何想法
答案 0 :(得分:0)
尝试将backgroundColor属性设置为null