https://kotlinlang.org logo
#compose
Title
# compose
m

Mohamed Elfiky

07/24/2020, 3:18 PM
is there a way to modfiy CircularProgressIndicator innerPadding and the color of the remaining progress?
a

Andrey Kulikov

07/24/2020, 4:53 PM
@Louis Pullen-Freilich [G] feature request for you!
h

Halil Ozercan

07/24/2020, 5:11 PM
While on the subject, LinearProgressIndicator's stroke width does not change according to the height of indicator as the docs suggest. It still uses default size
Copy code
val strokeWidth = ProgressIndicatorConstants.DefaultStrokeWidth.toPx()
a

andbapps

07/26/2020, 11:09 PM
I use
Modifier.offset()
right now to fix alignment issues with the inner padding of CircularProgressIndicator though that might not fix all issues
2 Views