https://github.com/dora4/dview-flexible-scrollview
一个带有回弹效果的ScrollView容器
https://github.com/dora4/dview-flexible-scrollview
Last synced: 12 months ago
JSON representation
一个带有回弹效果的ScrollView容器
- Host: GitHub
- URL: https://github.com/dora4/dview-flexible-scrollview
- Owner: dora4
- License: apache-2.0
- Created: 2023-11-04T15:03:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-13T19:42:52.000Z (about 1 year ago)
- Last Synced: 2025-05-13T20:35:08.436Z (about 1 year ago)
- Language: Kotlin
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
dview-flexible-scrollview

--------------------------------
#### 卡片

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