Toasty
Toasty copied to clipboard
The usual Toast, but with steroids 💪
Fatal Exception: android.content.res.Resources$NotFoundException: Resource ID #0x7f080367 at android.content.res.ResourcesImpl.getValueForDensity(ResourcesImpl.java:224) at android.content.res.Resources.getDrawableForDensity(Resources.java:876) at android.content.res.Resources.getDrawable(Resources.java:819) at android.content.Context.getDrawable(Context.java:618) at androidx.core.content.ContextCompat$Api21Impl.getDrawable(ContextCompat.java:864) at androidx.core.content.ContextCompat.getDrawable(ContextCompat.java:483) at es.dmoral.toasty.ToastyUtils.getDrawable(ToastyUtils.java:54) at es.dmoral.toasty.ToastyUtils.tint9PatchDrawableFrame(ToastyUtils.java:42) at es.dmoral.toasty.Toasty.custom(Toasty.java:305) at es.dmoral.toasty.Toasty.normal(Toasty.java:106) at es.dmoral.toasty.Toasty.normal(Toasty.java:81) at com.rocks.photosgallery.newui.NewUIHomeScreen.onBackPressed(NewUIHomeScreen.java:342)...
Fatal Exception: android.content.res.Resources$NotFoundException Resource ID #0x7f08009d Fatal Exception: android.content.res.Resources$NotFoundException: Resource ID #0x7f08009d at android.content.res.ResourcesImpl.getValue(ResourcesImpl.java:253) at android.content.res.Resources.getValue(Resources.java:1437) at androidx.appcompat.widget.ResourceManagerInternal.c(ResourceManagerInternal.java:18) at androidx.appcompat.widget.ResourceManagerInternal.getDrawable(ResourceManagerInternal.java:3) at androidx.appcompat.widget.ResourceManagerInternal.getDrawable(ResourceManagerInternal.java:2) at androidx.appcompat.content.res.AppCompatResources.getDrawable(AppCompatResources.java:4) at es.dmoral.toasty.ToastyUtils.getDrawable(ToastyUtils.java:1) at es.dmoral.toasty.Toasty.success(Toasty.java:1) at es.dmoral.toasty.Toasty.success(Toasty.java:2)
Hi, @GrenderG Firstly, great work on the library! Loved it! I wanted to raise an issue, as per android documentation, `As of Android 12, android:exported must be set; use true...
Please their is a way to show multiple toast at same time vertical
A memory leak occurred while displaying the Toast message
 
Remove this[ColorHub - Color Palette](https://play.google.com/store/apps/details?id=cheetatech.com.colorhub) from the apps list. It is removed from play store

Small feature request - shadow underneath text (can be used for glow I suppose as well if you're into that kind of thing) Use case: Yellow background with white text,...
project gradle: ``` allprojects { repositories { jcenter() maven { url "https://jitpack.io" } } } ``` added in build: ``` implementation 'com.github.GrenderG:Toasty:1.5.0' ``` i've got: ``` Could not find com.github.GrenderG:Toasty:1.5.0....