# SuperSlidingPaneLayout
**Repository Path**: jenly1314/SuperSlidingPaneLayout
## Basic Information
- **Project Name**: SuperSlidingPaneLayout
- **Description**: SuperSlidingPaneLayout 是基于SlidingPaneLayout扩展修改,新增几种不同的侧滑效果。
- **Primary Language**: Android
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2018-11-20
- **Last Updated**: 2024-11-22
## Categories & Tags
**Categories**: android-modules
**Tags**: SlidingPaneLayout, 侧滑菜单, 动画菜单, 侧滑视图, 侧滑动画
## README
# SuperSlidingPaneLayout
[](https://raw.githubusercontent.com/jenly1314/SuperSlidingPaneLayout/master/app/app-release.apk)
[](https://jitpack.io/#jenly1314/SuperSlidingPaneLayout)
[](https://android-arsenal.com/api?level=11)
[](http://www.apache.org/licenses/LICENSE-2.0)
[](http://blog.csdn.net/jenly121)
SuperSlidingPaneLayout是在SlidingPaneLayout的基础之上扩展修改,新增几种不同的侧滑效果,基本用法与SlidingPaneLayout一致。
## GIF展示

> 你也可以直接下载 [演示App](https://raw.githubusercontent.com/jenly1314/SuperSlidingPaneLayout/master/app/app-release.apk) 体验效果
## 引入
### Gradle:
1. 在Project的 **build.gradle** 或 **setting.gradle** 中添加远程仓库
```gradle
repositories {
//...
mavenCentral()
maven { url 'https://jitpack.io' }
}
```
2. 在Module的 **build.gradle** 里面添加引入依赖项
```gradle
implementation 'com.github.jenly1314:SuperSlidingPaneLayout:1.1.0'
```
## 使用
使用布局示例:
```Xml
您也可以扫描下面的二维码,请作者喝杯咖啡 :coffee: