dora4 / dview-flexible-scrollview

一个带有回弹效果的ScrollView容器

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dview-flexible-scrollview Release

Gradle依赖配置

// 添加以下代码到项目根目录下的build.gradle
allprojects {
    repositories {
        maven { url "https://jitpack.io" }
    }
}
// 添加以下代码到app模块的build.gradle
dependencies {
    implementation 'com.github.dora4:dview-flexible-scrollview:1.0'
}

About

一个带有回弹效果的ScrollView容器


Languages

Language:Kotlin 100.0%