android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[RecyclerView] like compose LazyColumn append item space

309152665 opened this issue · 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.