CircularSeekBar
Custom circular SeekBar (Circle, Semi-circle, and Ellipse) for Android.
This library is based on CircularSeekBar of Matt Joseph (devadvance).
The reason for create a repositive instead of fork it from Matt's, is that the project structure is different.
I make this library run on Android Studio (Gradle), and fix & add more features to the library.
The features I add
- Support float progress, instead of integer only.
- Refactor the name of the attributes, to avoid conflicts.
- Disable the seek pointer, make it work like a circular progress bar.
- Some other bug fixes for Matt's CircularSeekBar.
- Customize the shape of progress end (butt, round, square)
- Use a arc to represent the pointer, you can custom the arc angle.
- Negative progress support.
How to use
Gradle
Source
Copy sources and attrs.xml
in module circularSeekBar
to your project.
CircularSeekBar support following attributes: