登录 注册
当前位置:主页 > 资源下载 > 9 > Android中sequence-layout的代码

Android中sequence-layout的代码

  • 更新:2024-07-30 00:03:14
  • 大小:152KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

sequence-layout A vertical sequence UI component for Android. Animates a progress bar to the first active step in the sequence and then periodically runs a pulse animation on that step. Setup Add the JitPack maven repository to your root build.gradle: allprojects { repositories { maven { url "https://jitpack.io" } } } And then the actual library dependency to your module's build.gradle: dependencies { implementation 'com.github.transferwise:sequence-layout:1.0.7' } Usage Take