Home

Awesome

#FlycoPageIndicator

A Page Indicator Lib is realized in a different way. Support for Android 2.2 and up.

##Demo

####Here is a DemoApk download

##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 Attributes

nameformatdescription
fpi_widthdimensionindicator width, unit dp,default 6dp
fpi_heightdimensionindicator height,unit dp,default 6dp
fpi_gapdimensionindicator space between two indicators,unit dp,default 6dp
fpi_strokeWidthdimensionwidth of the stroke used to draw the indicators,default 0dp
fpi_strokeColorcolorcolor of the stroke used to draw the indicators,default "#ffffff"
fpi_isSnapbooleanWhether or not the selected indicator snaps to the indicators,default false
fpi_selectColorcolorindicator select color ,default "#ffffff"
fpi_unselectColorcolorindicator unselect color ,default "#88ffffff"
fpi_cornerRadiusdimensionindicator corner raduis ,unit dp,default 3dp
fpi_selectResreferenceindicator select drawable resource
fpi_unselectResreferenceindicator unselect drawable resource

##Thanks