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

amex has its own back image #11

Closed dbachelder closed 9 years ago

dbachelder commented 9 years ago

@wikichen do you have a good way to show the distinction between the standard "here is where the CVN is" image and the amex way (it's always on the front of the card)

https://github.com/dbachelder/CreditCardEntry/blob/master/CreditCardEntry/res/drawable-xhdpi/amex_back.png

Right now I'm using the standard back of the card for everything..

dbachelder commented 9 years ago

I think this concept is pretty well known.. I'm not interested in changing it.