loadtoast icon indicating copy to clipboard operation
loadtoast copied to clipboard

Pretty material design toasts with feedback animations

Results 11 loadtoast issues
Sort by recently updated
recently updated
newest added

Hello, JCenter is deprecated. I was wondering if there was a plan to publish the library on some other repositroy like Maven Central.

maybe i have done something wrong please help meπŸ™πŸ™πŸ™ ![Screenshot_20210713-162202](https://user-images.githubusercontent.com/86944710/125436058-a2263a23-3838-45b2-921b-30fd978d2364.png)

On devices having a physical top notch , the loadtoast hides behind the notch and is not visible to the user . The only workaround is to set `loadToast.setTranslationY()` ....

I have imported the library, it works nicely but goes to 0x and 0y and i couldn't change its position by setting translationX or translationY or setX or sety tested...

Hi, Thank you for this fancy toast library. However there is a problem in rendering in RTL devices. The load toast is shown in right side of the screen instead...

I am receiving an error on the latest Android (3.2) that is registering an unescaped apostrophe in the following string. The word don't is enescaped and throwing this issue. Never...

If `.error()` or `.close()` was called before the `.show()`-animation was done (300ms), the opacity would not have a value of 1 and the error or success message might not be...

Currently it's a bit ugly to for example show loadtoast, and on success finish activity - toast's animation plays together with activity's. It would be nice to have `LoadToast#isShowing()` method,...

Would it be possible to show error message with this library when loading fails? Or you consider this a bad UX?