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
I am wondering if there is a way to change the typefaces of all the texts that appear in the dialogs. Thanks in advance.
The text was updated successfully, but these errors were encountered:
For now, there isn't a simple API to approach this if the typeface you want to set isn't the android's built-in typeface.
But your can implement your own dialog layout (You can copy and modify based on this file: https://github.com/fengdai/AlertDialogPro/blob/master/alertdialogpro-theme-material/src/main/res/layout/adp_alert_dialog_material.xml). And replace all TextView/Button to CustomTextView/CustomButton which use your typeface (http://stackoverflow.com/questions/29497464/best-way-to-assign-font-typeface-to-textview). Then apply the layout to AlertDialogPro with adpLayout attribute.
adpLayout
<item name="adpLayout">@layout/your_alert_dialog_layout</item>
Sorry, something went wrong.
ah, I see now 👍 thanks a lot @fengdai for your quick reply.
You're welcome.
No branches or pull requests
I am wondering if there is a way to change the typefaces of all the texts that appear in the dialogs.
Thanks in advance.
The text was updated successfully, but these errors were encountered: