AndroidTagView icon indicating copy to clipboard operation
AndroidTagView copied to clipboard

Cannot Click TagContainerLayout

Open win-than-htike opened this issue 5 years ago • 1 comments

win-than-htike avatar Sep 25 '19 04:09 win-than-htike

I edited TagContainerLayout source code. and made it clickable

  1. onInterceptTouchEvent() -> to return super.onInterceptTouchEvent()
  2. onTouchEvent() -> to return super.onTouchEvent()

or you can just handle with setOnTouchListener() rather than setOnClickListener()

yeon-kyu avatar Mar 29 '22 17:03 yeon-kyu