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

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!

Awesome Lists containing this project

README

          

# DragPanel
A nice vertical drag layout, a bit like BottomSheet!

# Screenshot
![DragPanel](/screenshot/1.gif)

# Gradle

[![Download](https://api.bintray.com/packages/li-xiaojun/jrepo/dragpanel/images/download.svg)]()

```groovy
implementation 'com.lxj:dragpanel:latest release'
```

# Description
The code is simple, all is ViewDragHelper, you can custom it for your needs!