Chris Johnson
08/05/2021, 7:46 PMIntrinsics
in a custom layout because I want all my children to be the height of the largest child. Is there an easier way to solve this? I could potentially just use out of the box Layouts + Intrinsics but I'd like to try and solve it with a custom layout.Dominaezzz
08/05/2021, 7:54 PMmuthuraj
08/05/2021, 7:57 PMFrancesc
08/05/2021, 8:35 PMChris Johnson
08/05/2021, 9:04 PMYou want to use the size of one child during the composition of the second child.
Perfect.Francesc
08/05/2021, 9:09 PMSubcomposeLayout
comes (came) with some performance caveatsChris Johnson
08/05/2021, 9:22 PM