Kirill Langer
09/28/2021, 6:36 PMNesting scrollable in the same direction layouts like LazyColumn and Column(Modifier.verticalScroll()) is not allowed. If you want to add a header before the list of items please take a look on LazyColumn component which has a DSL api which allows to first add a header via item() function and then the list of items via items()
Anyone have an idea for how I can add the grid pressure display inside a column of rows that arranges the displays?Ravi
09/28/2021, 6:47 PMKirill Langer
09/28/2021, 7:22 PMLuis
09/28/2021, 11:29 PMKirill Langer
09/30/2021, 6:18 AM