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
Asked
Active
Viewed 332 times
-1
-
did you find an answer? – a7d.24_ Sep 30 '21 at 18:54
1 Answers
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