CustomToastLibrary
CustomToastLibrary copied to clipboard
Android Custom Toast
Results
1
CustomToastLibrary 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...