2012-08-31 2 views

답변

8

간단히 말해서 텍스트 필드의 backgroundColor 속성을 설정하면됩니다. 당신은 white 또는 여기

enter image description here

transparent 중 하나로 설정할 수있는 것은 예를 들어

var txtSome = Ti.UI.createTextField({ 
    hintText : 'My hint text', 
    width  : '75%', 
    top : '5%', 
    backgroundColor : 'transparent'//or backgroundColor : 'white' 
}); 

내가 너무 늦기 알고에게 있습니다. 그러나 다른 사람을 도울 것입니다.