https://kotlinlang.org logo
k

Kevin Hester

02/29/2020, 3:28 AM
Re
Copy code
CircularProgressIndicator
I notice it doesn't take a modifiers parameter. What is the recommended way to be able to change the layout of this component when it is underneath a Column{}. I want to be able to set LayoutGravity.center
l

Leland Richardson [G]

02/29/2020, 4:03 AM
Unfortunately right now it's "wait until we refactor it" or "copy paste and use your own"
k

Kevin Hester

02/29/2020, 4:57 AM
No problem!
z

Zach Klippenstein (he/him) [MOD]

02/29/2020, 8:53 PM
Can't you just wrap it in a
Box
and give your modifiers there?
👌 1