0

I need to recreate something exactly like this. A bar with a slider and with various colors, exactly the same. I was looking for a bit 'but I can not find a way to do it or anything like that. Can anyone give me a track to work on? Thank you!

enter image description here

Nicola Chiari
  • 259
  • 2
  • 5
  • 18

1 Answers1

1

What you're looking for is

Android seekbar

And then to style it you would probably end up doing like this so answer

https://stackoverflow.com/a/27035469/2880747

or this one

Custom seekbar (thumb size, color and background)

I personally used the latter, and it was working great :)

Community
  • 1
  • 1
WilomGfx
  • 1,868
  • 1
  • 18
  • 26
  • Thank you for the reply! Tomorrow I look good links that you left me! Thank you very much! – Nicola Chiari Apr 13 '17 at 20:34
  • No problems. If it helped you, give it a +1 ;) and if it answered your answer accept it as your solution :)! – WilomGfx Apr 13 '17 at 20:38
  • Adding to the Wilom answer: http://stackoverflow.com/questions/16413633/seekbar-or-progress-bar-with-multiple-colors and https://github.com/apptik/MultiSlider – Walter Palladino Apr 13 '17 at 21:54