loloof64
07/30/2021, 2:44 PMFlowLayout using the Layout composable. But for this to work, I need the available width.Tin Tran
07/30/2021, 2:49 PMFlowRow and FlowColumn in Accompanist. You can give them a try.loloof64
07/30/2021, 2:50 PMZach Klippenstein (he/him) [MOD]
07/30/2021, 4:27 PMLayout composable is for. Also fillMaxSize() is shorter than fillMaxWidth().fillMaxHeight().loloof64
07/31/2021, 8:23 AMfillMaxSize() instead of fillMaxWidth().fillMaxHeight() . I just forgot to check that 🙂 Thank you 🙂