I upgraded to CMP 1.7.0-rc01 and now i see that th...
# compose
v
I upgraded to CMP 1.7.0-rc01 and now i see that the
LinearProgressIndicator
has a rounded shape I tried to change the shape using
Copy code
Modifier.clip(RoundedCornerShape(8.dp))
but it does not affect the composable, LinearProgressIndicator is still round in shape
v
I believe this is due to a change in
LinearProgressIndicator
which now has 2 new properties:
gapSize
and
drawStopIndicator
: https://composables.com/material3/linearprogressindicator