Is there any way to adjust corner radius on Linear...
# compose
k
Is there any way to adjust corner radius on LinearProgressIndicator?
a
i guess... if you can pass a shape, update the shape with value of indication
k
sure that helps the actual indicator but the background remains a rectangle
can just copy code from the base class and adjust
drawLinearIndicatorBackground
but I would think it could an option like it is in
com.google.andrioid.material.progressindicator.LinearProgressIndicator