Detect Click Event On ItemDecoration In RecyclerView

186 Views Asked by At

I'm using itemdecorations to draw header in my recyclerview.

Is there a way to detect click event on itemdecorations in recyclerview.

P.S: I don't want to make a multiview type adapter.

0

There are 0 best solutions below