-
一个支持加载多个Panel的竖直方向SlidingPanelLayout,能够灵活地实现美观的交互效果,适用于Android开发
资源介绍
SlidingUpPanelLayout
中文说明
A powerful and flexible SlidingPanelLayout, which can support multiple panels in the vertical direction.
Screenshot
Download
1. sample apk
2. Gradle
root project:build.gradle
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}
app:build.gradle
dependencies {
// e.g. compile 'com.github.woxingxiao:SlidingUpPanelLayout:1.1.0'
compile 'com.github.woxingxiao:SlidingUpPanelLayout:${LATEST_VERSION}'
}
Usage
- 上一篇: SlidingPanelLayout
- 下一篇: android Tab界面切换