dynamic-toasts
dynamic-toasts copied to clipboard
Custom toasts with color and icon on Android.
Hi, How to make it show with infinite duration and only hide when i want? Thanks.
Hi developer can you make such toast and custom toast style Xposed Module.. Xposed framework work on system to change any thing without touching apk.. You can use as LSposed...
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...