Which theme attribute changes the text color of an EditText's error message
问题 In my form I use setError("") on an EditText field. My Application-Theme extends android:Theme.Holo . I have manually set an image with a dark background for android:errorMessageBackground and android:errorMessageBackgroundAbove . And now here's the problem: The text color of the error message is also very dark and not readable. I tried changing different textColor attributes in my Theme, but I wasn't able to find the correct one. May anyone could help me, please? Thank you! Chris 回答1: You