D dreamworld Active Member Licensed User Longtime User Jun 21, 2013 #1 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.
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 Jun 21, 2013 #2 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
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...)
mangojack Expert Licensed User Longtime User Jun 21, 2013 #3 Also .. If EditText text style > horizontal alignment property is set to anything other than Left .. Hint text will not display .. Cheers mj Upvote 0
Also .. If EditText text style > horizontal alignment property is set to anything other than Left .. Hint text will not display .. Cheers mj
D dreamworld Active Member Licensed User Longtime User Jun 21, 2013 #4 I have discovered that when SingleLine is set to true, hint text is invisible. Upvote 0
stevel05 Expert Licensed User Longtime User Jun 21, 2013 #5 What are you testing on? I don't see this on either Bluestacks or the Emulator running 4.2.2. Upvote 0