Android-如何实现Horizo​​ntal Step进度条

时间:2013-01-29 11:14:54

标签: android android-xml android-custom-view android-progressbar

我想使用以下img。

中显示的步骤实现水平进度条

Horizontal Step Progress bar

我在Android中找不到这样的原生组件。任何人都可以指导我如何做到这一点吗?

3 个答案:

答案 0 :(得分:7)

编辑:目前得到良好支持和使用的回购(2016年9月) see result output

https://github.com/baoyachi/StepView

旧答案:

这个答案迟到了,但到目前为止,我发现的最好的是来自Anton46的回购:StepView 设置也很简单。

以下是一个例子:

https://github.com/anton46/Android-StepsView

答案 1 :(得分:7)

我发现Vertical Steper符合Google Material Design准则:

enter image description here

还有另一个记录良好的库Here

enter image description here

我希望它有所帮助。

答案 2 :(得分:1)

我创建了一个同时支持水平和垂直分页的Step View ViewPager。 可以在这里https://github.com/YablokovDmitry/StepViewPager

Sample 1

Sample 2

Sample 3