Skip to content

1.1.6 custom texts, Drawables and more!

Compare
Choose a tag to compare
@bhargavms bhargavms released this 15 Jul 17:06
· 15 commits to master since this release
  • 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
    • For code examples look below