I have an EditText box that has the text color set to black in the designer and I also code the color in as well just to make sure. I'm using the following code...
and this works fine on all the various devices that I was able to get my hands on, however a user using the new Galaxy S4 is telling me that the text is blank when he is typing and is unable to see what he is typing in even tho text is actually being typed because when he saves the text field the text is entered and saved into the right place. The background color of the EditText is white so it seems that maybe the text color is also white, making it appear invisible. The new Galaxy S4 is running the most up to date Android OS as far as I know. So is there a special way I need to code the text color or something? Ive tested it on about 5 different devices (None of them are Samsung devices though) and the text is black.:sign0163:
Thank you for any help.
B4X:
EditText.TextColor = Colors.Black
and this works fine on all the various devices that I was able to get my hands on, however a user using the new Galaxy S4 is telling me that the text is blank when he is typing and is unable to see what he is typing in even tho text is actually being typed because when he saves the text field the text is entered and saved into the right place. The background color of the EditText is white so it seems that maybe the text color is also white, making it appear invisible. The new Galaxy S4 is running the most up to date Android OS as far as I know. So is there a special way I need to code the text color or something? Ive tested it on about 5 different devices (None of them are Samsung devices though) and the text is black.:sign0163:
Thank you for any help.
Last edited: