AndroidTagView
AndroidTagView copied to clipboard
Cannot Click TagContainerLayout
I edited TagContainerLayout source code. and made it clickable
- onInterceptTouchEvent() -> to return super.onInterceptTouchEvent()
- onTouchEvent() -> to return super.onTouchEvent()
or you can just handle with setOnTouchListener()
rather than setOnClickListener()