braintree / android-card-form

A ready-made card form layout that can be included in your Android app, making it easy to accept credit and debit cards.
MIT License
366 stars 127 forks source link

Font size for year selector. #16

Closed teddywilson closed 8 years ago

teddywilson commented 8 years ago

Any way you could modify the font size on the expiration keyboard so that the yearly dates don't overflow into two lines?

lkorth commented 8 years ago

@teddywilson are you talking about in landscape? Do you have a screenshot to show as an example?

teddywilson commented 8 years ago
screen shot 2016-10-27 at 3 41 36 pm

So I can't do it on my phone because it says it's a DRM protected image, but imagine the year column in this screenshot but the text overlapping into two rows-- to clarify, it IS working in this screenshot.

So the entries look like this:

201 4 201 5 201 6 ...

I'm using a samsung galaxy s4, which isn't too small. I hope this helps!

lkorth commented 8 years ago

Just a note: the card form sets FLAG_SECURE to prevent screenshots by malicious apps of the user's card information. The sample app in this repo does disable it for testing purposes however.

Thanks for the example, I know exactly what you mean. We'll take a look at fixing this.

teddywilson commented 8 years ago

Thank you!