vekexasia / android-edittext-validator

Android form edit text is an extension of EditText that brings data validation facilities to the edittext.
MIT License
1.45k stars 378 forks source link

Missing error icon in ON 4.2.1 #7

Closed renclav closed 11 years ago

renclav commented 11 years ago

This is a fix for the missing error icon bug, explained in

Android OS bug with some devices running Jelly Bean/4.2.1 - TextView.setError(CharSequence error) Missing icon

Please note that this is fix is copied from Oleg Vaskevich and I claim no credit or responsibility.

vekexasia commented 11 years ago

Thanks renclav :+1: I assume you did test this :)