We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a way to increase the size of the font? I'm on a tablet and it seems too small.
The text was updated successfully, but these errors were encountered:
Adding style="@style/TextAppearance.AppCompat.Headline" to the layout XML gets me half the way there, the help messages are still pretty small.
style="@style/TextAppearance.AppCompat.Headline"
Sorry, something went wrong.
i edit by find view id like this creditCardForm.findViewById(R.id.cc_form_layout).getLayoutParams().height= ViewGroup.LayoutParams.MATCH_PARENT;
creditCardForm.findViewById(R.id.cc_form_layout).getLayoutParams().height= ViewGroup.LayoutParams.MATCH_PARENT;
No branches or pull requests
Is there a way to increase the size of the font? I'm on a tablet and it seems too small.
The text was updated successfully, but these errors were encountered: