YASAN
04/16/2021, 7:10 AMYASAN
04/16/2021, 7:11 AMPiotr Prus
04/16/2021, 7:12 AMverticalAlignment
Row(modifier = Modifier.fillMaxWidth(), horizontalArrangement = Arrangement.SpaceAround, verticalAlignment = Alignment.CenterVertically)
YASAN
04/16/2021, 7:14 AMJohan Reitan
04/16/2021, 7:16 AMModifier.align()
Chris Sinco [G]
04/16/2021, 7:28 PMalign
modifiers and the alignment/arrangement parameters, it gives you a lot of flexibility. And then if things get really complex, we do have ConstraintLayout also.Chris Sinco [G]
04/16/2021, 7:29 PMArrangement.spacedBy
- always hated the fence-post problem in a loop in the HTML days before CSS Grid. Glad Compose has this right out the gate.Colton Idle
04/17/2021, 2:01 AMChris Sinco [G]
04/19/2021, 4:25 PMColton Idle
04/19/2021, 4:26 PMChris Sinco [G]
04/19/2021, 4:26 PM