FlycoPageIndicator
介绍:
PageIndicator其他的实现方式,支持圆角矩形,图片资源以及切换动画
运行效果:
使用说明:
Gradle
dependencies{
compile 'com.android.support:support-v4:22.2.1'
compile 'com.nineoldandroids:library:2.4.0'
compile 'com.flyco.pageindicator:FlycoPageIndicator_Lib:1.0.0@aar'
}
FlycoPageIndicaor 属性
名称 | 单位 | 描述 |
fpi_width | dimension | indicator 宽度, 单位 dp,默认 6dp |
fpi_height | dimension | indicator 高度,单位 dp,默认 6dp |
fpi_gap | dimension | 两个indicator之间的距离,单位 dp,默认 6dp |
fpi_strokeWidth | dimension | 绘制indicator的线条粗细,默认 0dp |
fpi_strokeColor | color | 绘制indicator的线条颜色,默认 "#ffffff" |
fpi_isSnap | boolean | Whether or not the selected indicator snaps to the indicators,default false |
fpi_selectColor | color | indicator 被选中颜色 ,默认 "#ffffff" |
fpi_unselectColor | color | indicator 未选中颜色 ,默认 "#88ffffff" |
fpi_cornerRadius | dimension | indicator 边角半径 ,单位 dp,默认 3dp |
fpi_selectRes | reference | indicator 选中时 drawable 资源 |
fpi_unselectRes | reference | indicator 未选中时 drawable 资源 |
已下载
0