/ListPicker

Like NumberPicker, but shows more than 3 items at a time

Primary LanguageJavaMIT LicenseMIT

ListPicker

Build Status jitpack

It's like a NumberPicker, but shows a selectable number of items at a time.

screenshot

Use It

Add JitPack as a repository:

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

and include ListPicker as a dependency:

dependencies {
    compile 'com.github.michiganlabs:listpicker:v0.2.1'
}