# WaveProgressView
**Repository Path**: fzwooo/WaveProgressView
## Basic Information
- **Project Name**: WaveProgressView
- **Description**: 水流水滴进度条,a water drop progress
- **Primary Language**: Java
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2021-03-20
- **Last Updated**: 2021-03-20
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 水滴落水波进度
## 效果如下:视频录制比较卡顿,实际很流畅
## 使用方法:
## Step 1. Add the JitPack repository to your build file
## Add it in your root build.gradle at the end of repositories:
```
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
```
## Step 2. Add the dependency
```
dependencies {
implementation 'com.github.yhongm:WaveProgressView:master'
}
```
### 1,布局文件添加以下属性
```xml
```
***
### 属性说明
#### app:circleColor 圆环颜色
#### app:progress 初始进度
#### app:waterColor 水滴和水波的颜色
### 2,setProgress() 方法设置当前的进度