Colton Idle
04/06/2023, 10:40 PMbinding.root.setContent
but now I'm kinda confused at how to best grab the width and height of my composable. I could just do something pretty rudimentary such as binding.root.height and width, but I'm getting a lot of jumpiness from that. Is there some other recomended way to grab height/width values of a composable so that I can set them to a view thats showing somewhere else on the screen?romainguy
04/06/2023, 10:49 PMComposeView
? Aside from the fact that you’ll have to wait for a full layout passromainguy
04/06/2023, 10:49 PMromainguy
04/06/2023, 10:49 PMColton Idle
04/06/2023, 10:55 PM