Skip to content

Releases: TutorialsAndroid/Toast-Library

New Release

28 Apr 10:38

Choose a tag to compare

Update ToastLib to v2.0.0 with themed toast support

  • Added success, error, and info toast variants with custom layouts, icons, and background colors.
  • Updated ToastLib API to include an internal ToastType enum and static helper methods for styled toasts.
  • Implemented a custom XML layout for toasts featuring a horizontal orientation with an ImageView and TextView.
  • Enhanced the sample app with a interactive UI to demonstrate all toast types.
  • Bumped library and app versions to 2.0.0 and added JitPack repository configuration.
  • Updated application themes to use NoActionBar variants.

New Release

23 Apr 13:22

Choose a tag to compare

v1.0.0

First Commit