FluentSnackbar icon indicating copy to clipboard operation
FluentSnackbar copied to clipboard

Tiny library that uses Android Design Support Library and lets you create and show snackbars in a fluent manner.

Results 2 FluentSnackbar issues
Sort by recently updated
recently updated
newest added

```show()``` should return the Snackbar instance. Without it it's impossible to dismiss the current Snackbar if the same has a ```LENGTH_INDEFINITE``` duration.

Can't use this in none `Theme.AppCompat`. So, any idea for me?