Android Question How to Change CreditCardView Dimensions

swabygw

Active Member
Licensed User
Longtime User
Hi, I'm using this library: https://www.b4x.com/android/forum/threads/creditcardview.55417/

It looks like a pretty cool app - is there any way to make the credit card bigger so it's more easily readable? The credit card, though, shows up quite small in the top-left corner (see attached screenshot). Changing the .Top, .Left, .Height, .Width properties of the card object, and enlarging the design in the Designer, doesn't seem to have any effect.

Screenshot_1519567898.png
 

swabygw

Active Member
Licensed User
Longtime User
I was hoping to just use this as-is....but, I suppose that you're right - I could use a blank card graphic template from the internet, put into a layout, add some Labels on top of it, and reproduce the what was done in this project. I think that's what you meant, right?
 
Upvote 0

jahswant

Well-Known Member
Licensed User
Longtime User
I was hoping to just use this as-is....but, I suppose that you're right - I could use a blank card graphic template from the internet, put into a layout, add some Labels on top of it, and reproduce the what was done in this project. I think that's what you meant, right?
A new wrapper is available if you still need it. PM me.
 
Upvote 0
Top