I\'m trying to write new custom style for my android application. I need to give style to errorText which appears after setting setError in EditText
I've seen the accepted answer but i don't like the proposed library
I think this is a bug in the Android framework and I filed a bug here: https://code.google.com/p/android/issues/detail?id=158590
EDIT: the android design library TextInputLayout widget can be used to obtain a better error handling on EditText.
See how it looks like here: https://www.youtube.com/watch?v=YnQHb0fNtF8
And how to implement here: http://code.tutsplus.com/tutorials/creating-a-login-screen-using-textinputlayout--cms-24168