Toasty icon indicating copy to clipboard operation
Toasty copied to clipboard

Lightweight Android library for a new way to create toasts in Android, similar to Bootstrap alerts. [Deprecated]

Results 1 Toasty issues
Sort by recently updated
recently updated
newest added

Sadly on Android R, you can't set a custom View for a Toast (when targeting API 31) : https://developer.android.com/reference/android/widget/Toast#setView(android.view.View) https://developer.android.com/reference/android/widget/Toast#getView() Please offer something that mimics the standard Toast's look&feel, so...