Android Edittext Text Color Is Always White
Good day all, I have an issue that's truly maddening. For some reason the textColor attribute for the EditText component in my custom theme is not taking effect. Please note that e
Solution 1:
Based on a comment by youzking asking for a copy of the activity layout. I saw that I was setting the 'textColor' to white in the layout xml for the Activity. Hence, that was the issue as it was overriding the theme 'textColor'.
Post a Comment for "Android Edittext Text Color Is Always White"