dbachelder / CreditCardEntry

Smooth UI for Credit Card Entry on Android device, regex check for supported credit card types and luhn check. Inspired by Square credit card entry interface
MIT License
503 stars 166 forks source link

Larger font for tablet #48

Open WingedToaster opened 8 years ago

WingedToaster commented 8 years ago

Is there a way to increase the size of the font? I'm on a tablet and it seems too small.

WingedToaster commented 8 years ago

Adding style="@style/TextAppearance.AppCompat.Headline" to the layout XML gets me half the way there, the help messages are still pretty small.

amorenew commented 8 years ago

i edit by find view id like this creditCardForm.findViewById(R.id.cc_form_layout).getLayoutParams().height= ViewGroup.LayoutParams.MATCH_PARENT;