What is StepProgressBar?
StepProgressBar
is progressBar for easy display steps- You can display your step progressbar
- For example, You can show customer's current trade step.
StepProgressBar
is progressBar for easy display stepsIf you think this library is useful, please press star button at upside.
<kr.co.prnd.StepProgressBar
android:layout_width="match_parent"
android:layout_height="8dp"
android:layout_marginTop="24dp"
app:max="10"
app:step="6"
app:stepDoneColor="#ff0000"
app:stepMargin="8dp"
app:stepUndoneColor="#dedede" />