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.
What is solution to get following design with CardInputView ?
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 createCard
as it is package private.What is solution to get following design with
CardInputView
?Thanks in advice!