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

show error icon on left #39

Closed masoud-c closed 9 years ago

masoud-c commented 9 years ago

how can I show the error icon on the left of a FormEditText??

vekexasia commented 9 years ago

Hello, As far as I know this is not possible. You might want to write your own extension of my EditText and override showError to do your own logic.

The desired behavior is not available out of the box AFAIK.