How would I draw a seekbar similar to that in the ...
# compose
z
How would I draw a seekbar similar to that in the android YouTube app? The one included with the material 3 package has padding which I dont want
s
Probably look at the internal code of the material3 component, copy paste it all in your project and adjust according to your needs.