vekexasia/android-edittext-validator

Custom colors

Closed this issue · 6 comments

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!

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

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

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

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

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
#21 (comment)
.

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.