Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 751 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 751 Bytes

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'
}