# SwipeDrawer-main **Repository Path**: mengrunanke/swipe-drawer-main ## Basic Information - **Project Name**: SwipeDrawer-main - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-10-22 - **Last Updated**: 2025-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SwipeDrawer · [![Star](https://img.shields.io/github/stars/Leaqi/SwipeDrawer?color=fb6698&label=Star "Star")](https://github.com/Leaqi/SwipeDrawer/stargazers "Star") [![Fork](https://img.shields.io/github/forks/Leaqi/SwipeDrawer?color=2196f3&label=Fork "Fork")](https://github.com/Leaqi/SwipeDrawer/network/members "Fork") [![API](https://img.shields.io/badge/API-14%2B-04d8bb "API")](https://github.com/Leaqi/SwipeDrawer/ "API") [![JitPack](https://jitpack.io/v/Leaqi/SwipeDrawer.svg "JitPack")](https://jitpack.io/#cn.Leaqi/SwipeDrawer "JitPack") [![Release](https://img.shields.io/github/v/release/Leaqi/SwipeDrawer?label=Release&color=06da47 "Release")](https://github.com/Leaqi/SwipeDrawer/releases "Release") [![License](https://img.shields.io/badge/License-Apache--2.0-e0b003 "License")](https://github.com/Leaqi/SwipeDrawer/blob/main/LICENSE "License") [![Download Demo Apk](https://img.shields.io/badge/Download-Demo%20Apk-45c703 "Download Demo Apk")](https://github.com/Leaqi/SwipeDrawer/releases/download/1.6/demo.apk "Download Demo Apk") #### 中文 README | [English README](https://github.com/Leaqi/SwipeDrawer/blob/main/README_en.md "English README") Android SwipeDrawer滑动抽屉库,可同时添加上下左右四个方向抽屉布局,抽屉打开模式有抽屉模式、覆盖模式、固定模式三种,支持无限嵌套,支持边缘滑动打开等,SwipeDrawer还可以当做下拉刷新布局使用,支持ListView、RecyclerView、GridView、ScrollView等。 #### 中文: [![点击查看使用文档](https://img.shields.io/badge/SwipeDrawer-%E4%BD%BF%E7%94%A8%E6%96%87%E6%A1%A3-blue "点击查看使用文档")](https://Leaqi.github.io/SwipeDrawer/ "点击查看使用文档") [![点击查看功能详解](https://img.shields.io/badge/SwipeDrawer-%E5%8A%9F%E8%83%BD%E8%AF%A6%E8%A7%A3-orange "点击查看功能详解")](https://Leaqi.github.io/SwipeDrawer/code.html "点击查看功能详解") [![点击查看图片演示](https://img.shields.io/badge/SwipeDrawer-%E5%9B%BE%E7%89%87%E6%BC%94%E7%A4%BA-green "点击查看图片演示")](https://Leaqi.github.io/SwipeDrawer/pics.html "点击查看图片演示") #### English: [![Click to view Use Docs](https://img.shields.io/badge/SwipeDrawer-Use%20Docs-blue "Click to view Use Docs")](https://Leaqi.github.io/SwipeDrawer_en/ "Click to view Use Docs") [![Click to view Detailed Docs](https://img.shields.io/badge/SwipeDrawer-Detailed%20Docs-orange "Click to view Detailed Docs")](https://Leaqi.github.io/SwipeDrawer_en/code.html "Click to view Detailed Docs") [![Click to view Picture Preview](https://img.shields.io/badge/SwipeDrawer-Picture%20Preview-green "Click to view Picture Preview")](https://Leaqi.github.io/SwipeDrawer_en/pics.html "Click to view Picture Preview") ## 开始使用 添加 `jitpack` 仓库地址: allprojects { repositories { ... maven { url "https://jitpack.io" } } } 添加 `SwipeDrawer` 依赖: dependencies { ... implementation 'cn.Leaqi:SwipeDrawer:1.6' } 在布局文件中加入 `SwipeDrawer` : ## 图片预览 · [![查看更多](https://img.shields.io/badge/More-%E6%9F%A5%E7%9C%8B%E6%9B%B4%E5%A4%9A-blue "查看更多")](https://Leaqi.github.io/SwipeDrawer/pics.html "查看更多") [![Demo](https://p.ssl.qhimg.com/t0127d8ad395f6aff6f.jpg "Demo")](https://Leaqi.github.io/SwipeDrawer/pics.html "Demo") [![Demo](https://p.ssl.qhimg.com/t017c6a31eaa1242d0a.jpg "Demo")](https://Leaqi.github.io/SwipeDrawer/pics.html "Demo") [![Demo](https://p.ssl.qhimg.com/t0131cdd3e8c2ca7d41.jpg "Demo")](https://Leaqi.github.io/SwipeDrawer/pics.html "Demo") [![Demo](https://p.ssl.qhimg.com/t019aa5b68b427443c9.jpg "Demo")](https://Leaqi.github.io/SwipeDrawer/pics.html "Demo") ## License [Apache-2.0 License](https://github.com/Leaqi/SwipeDrawer/blob/main/LICENSE "Apache-2.0 License") Copyright (c) 2022 Leaqi