In my Android app, I am trying to show a Snackbar above a toolbar item by using setAnchorView(toolbar). I create and show the Snackbar shortly after launching my Ac
setAnchorView(toolbar)