views-widgets-samples icon indicating copy to clipboard operation
views-widgets-samples copied to clipboard

[RecyclerView] like compose LazyColumn append item space

Open 309152665 opened this issue 3 years ago • 0 comments

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.

309152665 avatar Jan 04 '23 07:01 309152665