MrEngineer13 / SnackBar

toast-like alert pattern for Android inspired by the Google Material Design Spec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Style?

crysan opened this issue · comments

commented

Hi!
I use this:

    new SnackBar.Builder(this)
            .withMessageId(R.string.title_on)
            .withStyle(SnackBar.Style.INFO)
            .withDuration(SnackBar.SHORT_SNACK)
            .show();

Unfortunately, no style is not changed. As displayed by default, and displays in all directions of style.

It is used for the button color, and not the background.

commented

You 've been told that the problem is already solved itself. Thank you!