This library allows to use Material steppers inside Android applications.
- compile 'com.paxcel.stepview:stepview:1.0.5'
<com.paxcel.stepview.StepView
android:id="@+id/stepperView"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
app:noOfSteps="6"
app:stepTextSize="12"
app:separatorWidth="60"
app:separatorHeight="3"
app:separatorColor="@color/colorPrimary"
app:selectedTextColor="@android:color/white"
app:unSelectedTextColor="@color/colorPrimary"
app:selectedBackground="@drawable/bg_circle_blue_solid"
app:unSelectedBackground="@drawable/bg_circle_blue"
/>