https://github.com/junixapp/dragpanel
A nice vertical drag layout, a bit like BottomSheet, but with strong customization!
https://github.com/junixapp/dragpanel
android drag drag-layout layout panel
Last synced: about 1 year ago
JSON representation
A nice vertical drag layout, a bit like BottomSheet, but with strong customization!
- Host: GitHub
- URL: https://github.com/junixapp/dragpanel
- Owner: junixapp
- Created: 2018-08-18T09:02:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T09:52:09.000Z (about 7 years ago)
- Last Synced: 2025-04-02T14:02:14.850Z (about 1 year ago)
- Topics: android, drag, drag-layout, layout, panel
- Language: Java
- Homepage:
- Size: 6.11 MB
- Stars: 22
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DragPanel
A nice vertical drag layout, a bit like BottomSheet!
# Screenshot

# Gradle
[]()
```groovy
implementation 'com.lxj:dragpanel:latest release'
```
# Description
The code is simple, all is ViewDragHelper, you can custom it for your needs!