HI.
I use the TextColor method of EditText in Design mode and it works. But when I build it in Runtime mode it doesn't work.
I use the TextColor method of EditText in Design mode and it works. But when I build it in Runtime mode it doesn't work.
B4X:
mEdit.Initialize("Edit")
mEdit.TextColor = Colors.Black '<--- not work display Colors.White'
mEdit.Hint = "Enter Data"
mEdit.HintColor = Colors.Gray
mEdit.TextSize = 14
mEdit.SingleLine = True
mBase.AddView(mEdit, x, y, w, h)