-1

enter image description here

I want to make a seekbar like the one in the figure for a music player project I'm working on. Searched everywhere could not find anything helpful, any help will be appreciated

Phantômaxx
  • 37,901
  • 21
  • 84
  • 115
Balu B
  • 13
  • 1
  • 2

1 Answers1

0

I think it would be easier to implement with ProgressBar with a horizontal style and not SeekBar. I think the most simple way to implement it is to set the android:progressDrawable xml attribute with a drawable of the pattern above (white background and the bars - invisible).

Hadas
  • 906
  • 12
  • 22