ViewPagerIndicator icon indicating copy to clipboard operation
ViewPagerIndicator copied to clipboard

一个简单好用的ViewPagerIndicator,提供了六种类型,为viewpager添加酷炫效果,并且支持轮播图( A simple, cool, customizable ViewPagerIndicator.show cool indicator for viewpager , it also good for view...

Results 9 ViewPagerIndicator issues
Sort by recently updated
recently updated
newest added

如题 一直用大佬的指示器 所以很希望能大佬能解决这个问题 嘻嘻嘻嘻

申明为成员变量,然后调用set方法,动态修改RectF属性。 public void set(float left, float top, float right, float bottom) { this.left = left; this.top = top; this.right = right; this.bottom = bottom; }

把框架引入到项目中,banner轮播效果失效

能否让选中状态的指示器圆点的直径大于未选中的?

demo里面的BannerViewActivity自动滚动不行,不会自动

在父容器android:clipChildren="false"时,会显示的位置不对,把onDraw()方法里面的获取宽和高改为 int width = getMeasuredWidth(); int height = getMeasuredHeight(); 就行了