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

Use text colors from application theme #26

Closed kojustin closed 9 years ago

kojustin commented 9 years ago

Add the new attribute 'default_text_colors'. When true, the cursor color, text color, and text hint colors come from the application Theme.

This is a possible solution to https://github.com/dbachelder/CreditCardEntry/issues/25

dbachelder commented 9 years ago

Awesome... thanks for the PR! I will review as soon as I can and merge if it works with my projects :)

kojustin commented 9 years ago

hey @dbachelder have you had a chance to take a look?

dbachelder commented 9 years ago

merged. thanks!