Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement trackbar like this image - Android?

Please help me implement this view. Clicking circles brings up mouse over of actual value of min/max/target. Bar length don't according to any thing. But bar color's according to target circle. Thanks a lot enter image description here

like image 545
Leo Nguyen Avatar asked Oct 06 '22 20:10

Leo Nguyen


1 Answers

Use a custom SeekBar. Here is a tutorial to get you started.

like image 111
Lazy Ninja Avatar answered Oct 20 '22 11:10

Lazy Ninja