Adding Drawable To Circlepageindicator
How to add image to circle pageindicator instead of adding color.. I have tried to add iconpage indicator but on click method is not working but i can add Image.. In circlepageInd
Solution 1:
You an use CirclePageIndicator object to customize page-indicator. you can set image or customize color. you can also customize these indicators using XML and you can find example from given link Android-ViewPagerIndicator's GitHub. If you want to use icon or image then you can use following class SampleIconsDefault.java. from given sample
Solution 2:
I had the same problem and the only solution was to create my own library to do that.
https://github.com/augustopicciani/DrawablePageIndicator
Post a Comment for "Adding Drawable To Circlepageindicator"