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

Message is centered

tomrozb opened this issue · comments

commented

I'm using it like this:

new SnackBar.Builder(this)
    .withMessageId(messageId)
    .show();

In my case message is displayed centered in the snackbar box. Isn't it a bug?

This has now been fixed in version 1.0.0