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
The icon will cut to half sometimes, I am using this code
public static void infoDialogue(Context context, String info) { final MaterialStyledDialog.Builder dialogHeader_1 = new MaterialStyledDialog.Builder(context) .setStyle(Style.HEADER_WITH_ICON) .setIcon(new IconicsDrawable(context).icon(MaterialDesignIconic.Icon.gmi_info).color(Color.WHITE)) .withIconAnimation(false) .setTitle("Info") .setDescription(info) .setHeaderColor(R.color.yellow) .setNegativeText("OK"); dialogHeader_1.show(); }
The text was updated successfully, but these errors were encountered:
Possible fix #33 #38 Use AppCompatImageView instead of ImageView
dee18bc
No branches or pull requests
The icon will cut to half sometimes, I am using this code
The text was updated successfully, but these errors were encountered: