Indicator
提供了一个水平滚动的Indicator
绑定
在java中绑定监听
1 | viewFlow.setAdapter(new ImageAdapter(this),5); |
自定义属性
- activeColor 选中的颜色
- inactiveColor 未选中的颜色
- activeType 选中模式(fill填充 or stroke描边)
- inactiveType 选中模式(fill填充 or stroke描边)
- fadeOut 淡出时间(0为不淡出)
- radius 半径
1 | <...CircleFlowIndicator |


