item-decoration Questions
4
In JetpackCompose, we can use LazyColumnFor as RecyclerView.
In RecyclerView, to have a proper margin/padding between items, we need to use ItemDecoration, as per this article
Like below
class Marg...
Bruckner asked 12/12, 2020 at 3:12
1
Solved
I have different types of items being rendered in a RecyclerView using a GridLayoutManager with dynamic column number. The problem is, I have an RecyclerView.ItemDecoration which is to be applied f...
Rosenfeld asked 26/6, 2019 at 14:54
1
© 2022 - 2024 — McMap. All rights reserved.