nispok/snackbar

Change Position

Opened this issue · 1 comments

Do you have an idea how I can change the position of the new material design snackbar to position at the top?

Snackbar snackbar = Snackbar.with( getActivity() );
snackbar.position(Snackbar.SnackbarPosition.TOP );
snackbar.text("My text here");
SnackbarManager.show( snackbar );

See the snackbar.position(Snackbar.SnackbarPosition.TOP );