Android Vertical Stepper View

A vertical stepper implementation of the material design specification

Sample app screenshots

Feature Overview

The library is currently lacking animations between step transitions.

Installation

sbt

resolvers += "jitpack" at "https://jitpack.io"

libraryDependencies += "com.github.liefery" % "android-vertical-stepper-view" % "0.2.1"

Gradle

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}

dependencies {
    compile 'com.github.liefery:android-vertical-stepper-view:0.2.1'
}

Usage

Please take a look at the sample application.