whilu / AndroidTagView

A TagView library for Android. Customize your own & Drag effect.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot Click TagContainerLayout

win-than-htike opened this issue · comments

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()