Android Question EditText Display Problem

Startup

Active Member
Licensed User
Longtime User
The left screenshot shows my EditText properly displaying in a Samsung Note 3 phone. The right screenshot shows it displaying in a Samsung Tab 3 where it is not readable. The same EditText displays properly in all the 10 different devices in the UI Cloud test. What do I do to fix this so it will display readable in all devices it encounters?


SamsungNote3.png
ScreenshotSamsungTab3.png
 

lemonisdead

Well-Known Member
Licensed User
Longtime User
What do I do to fix this so it will display readable in all devices it encounters?
This comes from the theme used by Samsung (or the Android version itself). Have you tried to set the EditText.Color and EditText.TextColor ?
 
Upvote 0

Startup

Active Member
Licensed User
Longtime User
This comes from the theme used by Samsung (or the Android version itself). Have you tried to set the EditText.Color and EditText.TextColor ?
I hadn't tried that but I find it works. I could not change the color in the Designer or Designer Scripts but was able to change the color by EditText.Color=(Inserting Hex Text for White) in the code in the IDE. So thanks!
 
Upvote 0
Top