dbachelder / CreditCardEntry

Smooth UI for Credit Card Entry on Android device, regex check for supported credit card types and luhn check. Inspired by Square credit card entry interface
MIT License
503 stars 166 forks source link

Added property to disable default animation on input error #37

Closed josefernand closed 8 years ago

josefernand commented 8 years ago

I just added boolean xml attribute to disable the default 'shake' animation on the card validation error.

dbachelder commented 8 years ago

Thanks!