snackbar is behind bottom bar,how to move it to front
FloatingActionButton fab = findViewById(R.id.fab); Snackbar snackbar = Snackbar.make(view, "Snackbar is in front of BottomAppBar", Snackbar.LENGTH_LONG); snackbar.setAnchorView(fab);