StepView
Step by step,just use HorizontalStepView,VerticalStepView. step indicator,flow indicator,timeline,order process,express status
Install / Use
/learn @shadowsong91/StepViewREADME
StepView
Step by step,just use HorizontalStepDecoration,VerticalStepDecoration. step indicator,flow indicator,timeline,order process,express status
ATTENTION
This library is NOT a view, but a ItemDecoration for RecyclerView. It's easier to use, and can do the same as StepView and Android-StepsView
How to use
// get a RecyclerView
recyclerView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL, false));
HorizontalStepDecoration stepDecoration = new HorizontalStepDecoration.Builder(this)//or VerticalStepDecoration
.currentRes(R.drawable.step_current)
.doneRes(R.drawable.step_done)
.undoneRes(R.drawable.step_undone)
.height(200)
.lineWidth(3)
.lineColor(0xff11cd6e)
.dashColor(0xff11cd6e)
.currentStep(25)
.build();
recyclerView.addItemDecoration(stepDecoration);
That's all code! You can run the example to see more.
Screen shot

Thanks
Idea from StepView and Android-StepsView
Icons from iconfont
Related Skills
node-connect
345.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
106.4kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
345.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
345.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
