Adding drawable to CirclePageIndicator(将drawable添加到CirclePageIndicator)
问题描述
如何将图像添加到圆形页面指示符而不是添加颜色.. 我尝试添加图标页面指示符,但点击方法不起作用,但我可以添加图像..在 circlepageIndicator 中,onclick 方法有效,但如何将可绘制的图像添加到 CIRCLEPAGE INDICATOR.以下是我的代码.
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 circlepageIndicator onclick method is working but HOW TO ADD DRAWABLE, IMAGE TO CIRCLEPAGE INDICATOR. BELOW IS MY CODE.
使用圆形页面指示符
使用的图标页面指示器
推荐答案
我遇到了同样的问题,唯一的解决方案是创建自己的库来解决这个问题.
I had the same problem and the only solution was to create my own library to do that.
https://github.com/augustopicciani/DrawablePageIndicator
这篇关于将drawable添加到CirclePageIndicator的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!