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

https://github.com/dora4/dview-flexible-scrollview

一个带有回弹效果的ScrollView容器
https://github.com/dora4/dview-flexible-scrollview

Last synced: 12 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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

#### 卡片
![DORA视图 弹性容器兽](https://github.com/user-attachments/assets/6fc57b8d-7f4c-4659-935e-4648a53e0fac)

#### Gradle依赖配置

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