Toasty icon indicating copy to clipboard operation
Toasty copied to clipboard

The usual Toast, but with steroids 💪

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

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

![WechatIMG235](https://user-images.githubusercontent.com/16281983/165699894-3999fae6-015e-44c5-9181-993149b50e6e.jpeg) ![WechatIMG234](https://user-images.githubusercontent.com/16281983/165699937-32189be9-8844-4fc8-b0f4-34a562ba90c5.jpeg)

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

![image](https://user-images.githubusercontent.com/15610012/159656347-35a33372-4a0f-4875-a85b-e8dde8f57273.png)

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....