登录 注册
当前位置:主页 > 资源下载 > 33 > 一个支持加载多个Panel的竖直方向SlidingPanelLayout,能够灵活地实现美观的交互效果,适用于Android开发

一个支持加载多个Panel的竖直方向SlidingPanelLayout,能够灵活地实现美观的交互效果,适用于Android开发

  • 更新:2024-09-02 12:20:20
  • 大小:5.41MB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

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