android / views-widgets-samples

Multiple samples showing the best practices in views-widgets on Android.
Apache License 2.0
5.03k stars 3.01k forks source link

[RecyclerView] like compose LazyColumn append item space #251

Open 309152665 opened 1 year ago

309152665 commented 1 year ago

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.