cloudipsp / android-sdk

12 stars 12 forks source link

CardInputView customization #16

Closed wandersage closed 3 years ago

wandersage commented 3 years ago

Hello! I'm trying to customise CardInputView to achieve following design. I didn't find ways to customise via styles. So I make same with separate views such us CardNumberEdit, CardExpMmEdit etc. , but faced with no possibility to create Card as it is package private.

image

What is solution to get following design with CardInputView ?

Thanks in advice!

wandersage commented 3 years ago

usage CardInputLayout with nested views in xml layout helped me