Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dora4/dview-progress-view

可仿抖音极速版领现金进度条动画
https://github.com/dora4/dview-progress-view

Last synced: about 2 months ago
JSON representation

可仿抖音极速版领现金进度条动画

Awesome Lists containing this project

README

        

dview-progress-view
![Release](https://jitpack.io/v/dora4/dview-progress-view.svg)
--------------------------------

#### Gradle依赖配置

```kotlin
// 添加以下代码到项目根目录下的build.gradle.kts
allprojects {
repositories {
maven { setUrl("https://jitpack.io") }
}
}
// 添加以下代码到app模块的build.gradle.kts
dependencies {
implementation("com.github.dora4:dview-progress-view:1.0")
}
```