How come hint text of edittext view is invisible?

dreamworld

Active Member
Licensed User
Longtime User
Hint text of edittext view is invisible!
What's wrong?

I did have set the hint and hintcolor of the edittext view, but I did not see the hint text when I run it on a real device.

I have a sample named MyFirstProgram, which was downloaded from this website. When I run the sample on a real device, its hint text was visible.
 

NFOBoy

Active Member
Licensed User
Longtime User
Have you tried to change the EditText.TextColor? Sometimes, based on themes, the color will be something so close(if not identical) to the background color, that it is invisible(I went nutty looking for something like that... once...)
 
Upvote 0

mangojack

Expert
Licensed User
Longtime User
Also .. If EditText text style > horizontal alignment property is set to anything other than Left .. Hint text will not display ..

Cheers mj
 
Upvote 0
Top