Releases: bhargavms/PodSLider
Releases · bhargavms/PodSLider
1.2.0
1.1.6 custom texts, Drawables and more!
- 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
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
Jitpack release
1.1.0 Deployed to jitpack