2D SeekBar with multiple selectable values.
Notice: This project is intended as a study material for creating custom views with touch support.
To use it in an android project, add the following to your build.gradle file.
repositories {
jcenter()
maven { url "https://jitpack.io" }
}and
dependencies {
compile 'com.github.prihoada:MultiSeekBar:0.1'
}