Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

Last synced: about 2 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/567c3f05-ec88-4fd5-a6c0-ffeb64fb459f)

#### Gradle依赖配置

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