MaterialStepperView
Material Design Stepper Widgets on Android (SDK 17+).
Import (Gradle)
First, add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
Add the dependency to your app modules:
dependencies {
compile 'moe.feng:MaterialStepperView:latest-version'
}
Styles
Currently, we have only made Vertical style stepper view.
There will be more styles in the future.
You can customize normal/activated point color, done icon, animation duration and animation enabled also. How to?