I use RecyclerView
with GridLayoutManager
and have each item as CardView
.
Unfortunately, the CardView
here does not seem to change its background color. I tried in layout and programmatically as well but I have tried nothing seems to work.
I have been struggling for quite a while. I would appreciate it if someone could help me out with this issue.