Open bkmalkoc opened 7 years ago
All the set function, none working
CreditCardView creditCardView = (CreditCardView) findViewById(R.id.custom_card_image);
creditCardView.setCardName("Burak");
Yeah none of them work... such a bummer
Had this same issue too. Fixed it by changing the app's build.gradle line to compile 'com.github.vinaygaba:CreditCardView:v1.0.3' and adding maven {url "https://jitpack.io"} to the repositories in the project's build.gradle file.
it is not working for me, i add: 'com.github.vinaygaba:CreditCardView:v1.0.3' and in project's build.gradle maven {url "https://jitpack.io"} big bug:(
Has anyone found a fix for this?
Can you try the latest library version that I just pushed - 1.0.4.
@StillOnMyWay did you get a chance to try the latest version ?
I had to switch to another library which had it working, for timeliness sake. @vinaygaba
@StillOnMyWay which library are you using now for creditcard view ?
@vinaygaba still not working on - 1.0.4 tried to do
override fun onTextChanged(s: CharSequence?, start: Int, before: Int, count: Int) {
creditCardView.cardNumber = s.toString()
}
This setCardName function is not working