/dview-flexible-scrollview

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

Primary LanguageKotlinApache License 2.0Apache-2.0

dview-flexible-scrollview Release

卡片

Dora视图_弹性容器-

Gradle依赖配置

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