Skip to content
New issue

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

In Android version 7 the header icon is not working correctly . #38

Open
nithinlal191 opened this issue Jan 10, 2017 · 0 comments
Open
Labels
possible bug It may be a bug, but it hasn't been reproduced yet

Comments

@nithinlal191
Copy link

nithinlal191 commented Jan 10, 2017

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();
}
@javiersantos javiersantos added the possible bug It may be a bug, but it hasn't been reproduced yet label Mar 15, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible bug It may be a bug, but it hasn't been reproduced yet
Projects
None yet
Development

No branches or pull requests

2 participants