views-widgets-samples
views-widgets-samples copied to clipboard
[RecyclerView] like compose LazyColumn append item space
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.