# DampScrollLayout **Repository Path**: wangyu0523/DampScrollLayout ## Basic Information - **Project Name**: DampScrollLayout - **Description**: RecyclerView 模仿IOS阻尼效果 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-18 - **Last Updated**: 2021-08-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DampScrollLayout #### 介绍 RecyclerView 模仿IOS阻尼效果 #### 使用说明 **Step 1.** Add the JitPack repository to your build file ```java allprojects { repositories { ... maven { url 'https://jitpack.io' } } } ``` **Step 2. ** Add the dependency ```java dependencies { implementation 'com.gitee.wangyu0523:DampScrollLayout:v1.0.1' } ``` **Step 3. ** XML 中配置 ```java ``` XML中如此配置之后RecyclerVIew 就具备了像IOS一样的阻尼效果。