Skip to content

Instantly share code, notes, and snippets.

@jrejaud
Last active May 2, 2017 22:08
Show Gist options
  • Save jrejaud/569dc86b436773666241563d616bda00 to your computer and use it in GitHub Desktop.
Save jrejaud/569dc86b436773666241563d616bda00 to your computer and use it in GitHub Desktop.
Snackbar
Snackbar.make(view, "Replace with your own action", Snackbar.LENGTH_LONG).setAction("Action", null).show();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment