# FlycoPageIndicator **Repository Path**: HarmonyOS-tpc/FlycoPageIndicator ## Basic Information - **Project Name**: FlycoPageIndicator - **Description**: A Page Indicator Lib. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2021-04-01 - **Last Updated**: 2023-04-17 ## Categories & Tags **Categories**: harmonyos-view-transition **Tags**: None ## README ## FlycoPageIndicator A Page Indicator Lib. ## Preview ## Gradle ``` allprojects{ repositories{ mavenCentral() } } implementation 'io.openharmony.tpc.thirdlib:FlycoPageIndicator:1.0.2' ``` ## Attributes |name|format|description| |:---:|:---:|:---:| | fpi_width | dimension | indicator width, unit vp,default 16vp| | fpi_height | dimension | indicator height,unit vp,default 16vp| | fpi_gap | dimension | indicator space between two indicators,unit vp,default 20vp| | fpi_strokeWidth | dimension | width of the stroke used to draw the indicators,default 0vp| | fpi_strokeColor | color | color of the stroke used to draw the indicators,default "#FFFFFFFF"| | fpi_isSnap | boolean | Whether or not the selected indicator snaps to the indicators,default false| | fpi_selectColor | color | indicator select color ,default "#FFFFFFFF"| | fpi_unselectColor | color | indicator unselect color ,default "#FFFFFF88"| | fpi_cornerRadius | dimension | indicator corner raduis ,unit dp,default 8vp| | fpi_selectRes | reference | indicator select drawable resource| | fpi_unselectRes | reference | indicator unselect drawable resource| ## entry运行要求 通过DevEco studio,并下载SDK 将项目中的build.gradle文件中dependencies→classpath版本改为对应的版本(即你的IDE新建项目中所用的版本)