Hi everyone! Its a good enough usable Seekbar , if...
# compose
w
Hi everyone! Its a good enough usable Seekbar , if you would like to use in your project https://gist.github.com/wakaztahir/f1421f45ebe7fea1bb27ca51034fe5d1
z
Is it publishing semantics actions too?
(which is what it is called in material: https://material.io/components/sliders
w
It's a linear progress indicator but has a thumb by which user can use to change progress yup like a slider also detects click events on slider to change progress
But in material it can have two thumbs for a range , I didn't implement that !
I don't know What semantics actions are
i
There's already a Slider implementation - that's what I linked to above? Is that the same thing you've implemented? If so, neat 🙂
🤭 1
z
Semantics actions are how accessibility services interact with the ui. Eg the
clickable
modifier defines a click semantics action so accessibility services can trigger the click event handler.
👍 1