Lukas
03/22/2021, 11:40 AMConstraintLayout . How can I prevent the text from getting out of bounds as in the screenshot? Constraining the the textend to parent.end doesn't seem to work in this case.Filip Wiesner
03/22/2021, 11:42 AMwidth = Dimension.fillToConstraints on in the constrainAs DSLLukas
03/22/2021, 12:25 PMDimension.fillToConstraints.jim
03/22/2021, 4:13 PMConstraintLayout is not compatible with other platforms like Desktop, so keep that in mind, it might be desirable to do layout via pure Compose thus making your widget more reusable.Colton Idle
03/22/2021, 4:54 PMjim
03/22/2021, 5:17 PM