use in item of RecyclerView
I'm using your TagContainerLayout in the item of RecyclerView. I observed that the width of TagContainerLayout will always fill parent, it caused my trigger of item's onclick listener be overlapped.
I had tried to set layout_width="wrap_content" and set onclick listener to TagContainerLayout, both failed.
Thanks, I tested and this bug is exist. The TagContainerLayout will intercept the click event, now the way to fix this bug is to add a frame on the top of the item and set a listener for the frame(look here), but this will cause other issues. So , I think I need to refactor the code here.
Hi, I'm using this library too in my RecyclerView and I wonder when this bug will be fixed?
I use this library in RecyclerView too. when this bug will be fixed??