Ali Albaali
12/08/2021, 3:48 PMitems
block? I don't want to set a modifier for the whole LazyColumn
.mcpiroman
12/08/2021, 4:04 PMAli Albaali
12/08/2021, 4:07 PMLazyColumn
.mcpiroman
12/08/2021, 4:11 PMAli Albaali
12/08/2021, 4:13 PMColumn
then it defeats the purpose of LazyColumn
.mcpiroman
12/08/2021, 4:16 PMAli Albaali
12/08/2021, 4:21 PMitem
which has a border around it. I want to do the same thing with items
so they also have a single border around them (not on each item but the whole list) so then, they would look separated.mcpiroman
12/08/2021, 4:36 PMAli Albaali
12/08/2021, 4:37 PMmcpiroman
12/08/2021, 4:39 PMAli Albaali
12/08/2021, 4:39 PMmcpiroman
12/08/2021, 4:39 PMmcpiroman
12/08/2021, 4:39 PMmcpiroman
12/08/2021, 4:40 PMAli Albaali
12/08/2021, 4:41 PMmcpiroman
12/08/2021, 4:42 PMColumn {
FirstItem(Modifier.border())
LazyColumn(Modifier.border()) {
items(otherItems)
}
}
Ali Albaali
12/08/2021, 4:44 PMFirstItem
won't be scrollable.Ali Albaali
12/08/2021, 4:45 PMmcpiroman
12/08/2021, 4:45 PMmcpiroman
12/08/2021, 4:47 PMAli Albaali
12/08/2021, 7:04 PMFabio
12/09/2021, 12:18 AMAli Albaali
12/10/2021, 12:10 AM