In ICS, when using a theme based on android:Theme.Light , the text of the popup when using setError(...) is white, like the background.
I can fix this problem by adding <item name="android:textColorPrimaryInverse">#ff000000</item> to my topic. While this helps, I'm a little worried that by changing some other text that uses textColorPrimaryInverse , it will turn from white to black and may not be visible. I would rather just change this attribute for EditText , which displays a popup , or just for this activity.
Lightening
I would like to change a property, preferably a text color, a popup that displays an error message when the user types something wrong in the EditText .
android android-edittext
Robert HΓΆglund
source share