# 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
[](https://opensource.org/licenses/Apache-2.0)

## 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
}
```