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

Seprate CC CVV, card number and expirt month in 3 editText? #61

Open MonicaGPH opened 6 years ago

MonicaGPH commented 6 years ago

the credit card validation works fantastic .. BUT i want to separate CC card number, CVV and expiry month in 3 different edit text.

How to do this? Any suggestion will be great helpful for me.