Hi,
I used titanium to developed an android mobile ....after i uploaded the to google play Store the text in textfield appear fainted and The Picker text too. i.e is not showing .these are the properties of my TextField.
pls Any help
//////////////////////////////////////////////////////////////////////////////
width:Ti.UI.FILL,
hintText:'New Password:',
left:10,
right:10,
height:'40dp',
top:60,
borderRadius:5,
borderColor:'#007F00',
borderWidth:1,
backgroundGradient:{
type:'linear',
colors:[{color:'#F2F2F2',position:0.0},{color:'#FFFFFF',position:0.50},{color:'#FFFFFF',position:1.0}],
backFillStart: false
},
passwordMask:true,
borderStyle:Titanium.UI.INPUT_BORDERSTYLE_ROUNDED,
returnKeyType:Titanium.UI.RETURNKEY_NEXT,
keyboardType:Titanium.UI.KEYBOARD_NUMBER_PAD,
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
↧
text in TextField Appear Faint
↧