Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 723 Bytes

File metadata and controls

27 lines (23 loc) · 723 Bytes

简介

  

步骤条view,可以用于步骤引导/物流/快递信息等场景

  • 支持多方向
  • 支持动态增减节点

效果

snapshot

引入

添加jitpack仓库

repositories {
    ...
    maven { url 'https://jitpack.io' }
}

添加依赖

dependencies {
    implementation 'com.github.SMAXLYB:StepView:v1.0.0'
}

使用

使用方法参考demo,源码中有注释,如果不满足您的需求可以fork代码自行修改或者提issue