Nabeel
04/21/2022, 12:40 PMLazyColumn() {
Card() {
item{
//Some ui
}
items(myItems) { item ->
// item here
}
}
}
Nabeel
04/21/2022, 12:41 PMagrosner
04/21/2022, 1:08 PMitems
cant go within a card container - lazy column is single level item
list. you would have to put those inside a singular Column
within the Card
agrosner
04/21/2022, 1:08 PMNabeel
04/21/2022, 1:32 PMStylianos Gakis
04/21/2022, 2:28 PMNabeel
04/21/2022, 6:02 PMNabeel
04/21/2022, 6:20 PMStylianos Gakis
04/21/2022, 6:49 PMChris Sinco [G]
04/21/2022, 10:44 PMChris Sinco [G]
04/21/2022, 10:49 PM