Skip to content

Instantly share code, notes, and snippets.

@JoseAlcerreca
Created May 24, 2019 12:33
Show Gist options
  • Save JoseAlcerreca/dffba5bcf128872f8ab80032de8054c1 to your computer and use it in GitHub Desktop.
Save JoseAlcerreca/dffba5bcf128872f8ab80032de8054c1 to your computer and use it in GitHub Desktop.
fun View.showSnackbar(snackbarText: String, timeLength: Int) {
Snackbar.make(this, snackbarText, timeLength).show()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment