Triangle Seekbar
--
Couple days ago I received the task to make triangle progress bar in Android. I had some research to found any library which has functionality like this, but did not find anything. So I decided to write my own triangle seekbar which will has all features that I need. For example to show percentage on the triangle, or to change progress and background colors of it.
And here it is, TriangleSeekbar .
To add library add this to dependencies:
implementation 'com.github.agarasul:TriangleSeekbar:1.0.12'
Here attributes that you can customize easily.
The final result of this library:
Hope it will be useful for people. Please feel free to comment and suggest your features that you want to see in library. Have a great day!