Mehdi Haghgoo
Row(Modifier.fillMaxSize().background(Color.Yellow)) { val pics = listOf(R.drawable.professor, R.drawable.woman, R.drawable.daughter, R.drawable.son) for (pic in pics) Image(painterResource(id = pic), null, Modifier.fillMaxWidth(0.25f).align(Alignment.Bottom)) }
Albert Chang
Modifier.fillMaxWidth()
Modifier.weight(1f)
A modern programming language that makes developers happier.