# IndicatorView **Repository Path**: lnfg/IndicatorView ## Basic Information - **Project Name**: IndicatorView - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-14 - **Last Updated**: 2021-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # IndicatorView [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Maven Central](https://img.shields.io/maven-central/v/com.github.sasakitomohiro/indicatorview) ## Usage ### dependency ```build.gradle dependencies { implementation 'com.github.sasakitomohiro:indicatorview:latest' } ``` ### sample ```xml ``` ```kt binding.root.doOnLayout { binding.indicator.count = 5 binding.indicator.selectedIndex = 0 } ```