StyleableToast icon indicating copy to clipboard operation
StyleableToast copied to clipboard

[Moved to MavenCentral] An Android library that takes the standard toast to the next level with many styling options. Works on all Android versions.

Results 3 StyleableToast issues
Sort by recently updated
recently updated
newest added

https://github.com/Muddz/StyleableToast/blob/48883c4ec1addba90e061b9a3699ca6680559a23/styleabletoast/src/main/java/io/github/muddz/styleabletoast/StyleableToast.java#L222 I'd suggest replacing '0' with 'length' since it's zero by default. `length = typedArray.getInt(R.styleable.StyleableToast_stLength, length);`

Updated dependencies; Optimized some code; Using ImageView instead of TextView compound drawable to show icons to control icon size.

Hello, First of all, thank you for making good library. I'm migrating android api34. I used com.muddzdev:styleabletoast:1.0.6. It can be downloaded in Windows11, but it can not be downloaded in...