Android- How to implement Horizontal Step Progress Bar
问题 I want to implement horizontal progress bar with steps like shown in following img. I could not find such native component in Android. Can anyone guide me on how to do it ? 回答1: EDIT: A repo which seems to currently be well supported and used (Sep 2016) https://github.com/baoyachi/StepView Old Answer: This answer is late to the party, but so far the best I've found is this repo from Anton46: https://github.com/anton46/Android-StepsView It's quite simple to setup too. Heres an example: 回答2: I