How can I implement a custom Item decore for recycler view with grid layout manager. I am using a recycler view with grid layout manager.
I want to implement the item decore like this,
found these results from stackoverflow, but want to implement custom Decorating RecyclerView (with GridLayoutManager) to display divider between items