In my form I use setError(\"\") on an EditText field. My Application-Theme extends android:Theme.Holo. I have manually set an imag
setError(\"\")
EditText
android:Theme.Holo
You can try this one:
editText.setError(Html.fromHtml("Error Message!"));