such as : LazyColumn( verticalArrangement = Arrangement.spacedBy(4.dp), ) { // ... } RecyclerView can't add item space , only in layout.xml to set marginLeft marginRight , some times it's to hard.
such as :
LazyColumn(
verticalArrangement = Arrangement.spacedBy(4.dp),
) { // ... }
RecyclerView can't add item space , only in layout.xml to set marginLeft marginRight , some times it's to hard.