Is it possible to show a Snackbar message inside a layout, like show it inside a RelativeLayout instead of show it at the bottom of the screen?
I've tried to use a referenced view to a RelativeLayout but it doesn't work.
Snackbar.make(relativeLayoutView, snackbarText, Snackbar.LENGTH_LONG).show();