Open pixelbendr opened 9 years ago
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 );
Do you have an idea how I can change the position of the new material design snackbar to position at the top?