whilu / AndroidTagView

A TagView library for Android. Customize your own & Drag effect.
1.71k stars 303 forks source link

Cannot Click TagContainerLayout #108

Open win-than-htike opened 5 years ago

yeon-kyu commented 2 years ago

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