PodSlider v1.2.0 Release Notes
Release Date: 2016-07-19 // almost 9 years ago-
๐ Changes:
- Major enhancements in how animations are done.
- โ Added a ease out elastic effect(a wobble effect just before the circles stop).
Previous changes from v1.1.6
-
- โ Added support for custom text via the
setPodTexts(String[] texts)
method.
๐ Use this after setting number of pods and make sure the length of texts
array is equal to or greater thannumberOfPods
- By default the numbering in the pods start from 1.
- Added support for passing in drawables via the
setPodDrawables(Drawables[] drawables)
method. Use this after setting number of pods and make sure the length
of drawables array is equal to or greater thannumberOfPods
- Also you can specify 3 sizes for the drawables i.e
FIT_POD_CIRCLE
FIT_MEDIUM_CIRCLE
FIT_LARGE_CIRCLE
- For code examples look below
- โ Added support for custom text via the