登录 注册
当前位置:主页 > 资源下载 > 8 > TapBarMenu的Android代码

TapBarMenu的Android代码

  • 更新:2024-12-11 17:51:02
  • 大小:110KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

TapBar Menu Simple library that helps creating a "Tap Bar" menu layout. Demo 1: https://youtu.be/DjY0cTWWtao Demo 2: https://youtu.be/dWuPMN6WTOY Install Since version 1.0.6 this library is being distributed via JitPack Step 1: Add it in your root build.gradle at the end of repositories: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } Step 2: Add the dependency: dependencies { implementation 'com.github.michaldrabik:TapBarMenu:1.0.6' } For v