AndroidTagView icon indicating copy to clipboard operation
AndroidTagView copied to clipboard

use in item of RecyclerView

Open YudBet opened this issue 9 years ago • 3 comments

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.

YudBet avatar Jul 06 '16 10:07 YudBet

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.

whilu avatar Jul 10 '16 15:07 whilu

Hi, I'm using this library too in my RecyclerView and I wonder when this bug will be fixed?

Devofure avatar Sep 09 '17 20:09 Devofure

I use this library in RecyclerView too. when this bug will be fixed??

Erica1217 avatar Sep 14 '17 10:09 Erica1217