yeon-kyu
Results
1
comments of
yeon-kyu
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...