You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 than numberOfPods
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 than numberOfPods
Also you can specify 3 sizes for the drawables i.e FIT_POD_CIRCLE FIT_MEDIUM_CIRCLE FIT_LARGE_CIRCLE