Skip to content

New Release

Latest

Choose a tag to compare

@TutorialsAndroid TutorialsAndroid released this 28 Apr 10:38
· 4 commits to main since this release

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.