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

Custom colors #21

Closed iamkingalvarado closed 9 years ago

iamkingalvarado commented 10 years ago

Hi, I was looking for where can I change the color and I couldn't find the file. Is possible change the red color?. Thanks for the library. It's awesome!

goniex commented 9 years ago

I would like to also change the colors. Is there a way to do that?

GrayaMax commented 9 years ago

Same here, is it possible to change color and error ico ?

vekexasia commented 9 years ago

Hello there, even if this is possible by modifying your app theme i suggest to use the library coupled with http://developer.android.com/reference/android/support/design/widget/TextInputLayout.html

iamkingalvarado commented 9 years ago

So Is this fully compatible? I mean, If I do .validate() the will the error be shown in textinputlayout?

vekexasia commented 9 years ago

Yes! Il 05/set/2015 09:56 PM, "Daniel García Alvarado" notifications@github.com ha scritto:

So Is this fully compatible? I mean, If I do .validate() the will the error be shown in textinputlayout?

— Reply to this email directly or view it on GitHub https://github.com/vekexasia/android-edittext-validator/issues/21#issuecomment-137989410 .

BJKarper commented 9 years ago

I ran into this problem. http://stackoverflow.com/questions/28081900/how-to-customize-edittext-field-in-android-using-appcompat-v721 I'm working on a fix for it, will probably take me a couple days before I can get to it though. Thought I'd bring it to your attention.