Skip to content

prihoada/MultiSeekBar

Repository files navigation

MultiSeekBar

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

##Screenshots Screenshot of the view

About

2D SeekBar with multiple selectable values.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages