Sinh Ho
Sinh Ho

Reputation: 430

Customize range seek bar

I am building an custom range seekbar for my app. I want to create the range seekbar same as image below:

Custom Range Seekbar

I researched and found the custom range seekbar at: https://code.google.com/p/range-seek-bar/. But this seekbar only has two thumb for start point and end point. What I need is the new thumb between two thumbs to show progress of video.

I saw many apps use it but I don't know how to customize the range seekbar.

Any suggestion would be appreciated!

Thanks.

Upvotes: 1

Views: 1655

Answers (1)

user3118106
user3118106

Reputation: 48

You can make new thumb by yourself. Draw it same as two thumb in range seekbar too. To show progress video, you need to update new thumb again when progress change.

Upvotes: 1

Related Questions