1.2.0
Pre-release
Pre-release
- Update TextToast Usage and optimize the project structure
- Now users could show Toast directly by
DuckDialog.showToast(this, "Toast Default");
or useToastBuilder
to customize a new Toast.
DuckDialog.showToast(this, "Toast Default");
or use ToastBuilder
to customize a new Toast.