PullScrollView icon indicating copy to clipboard operation
PullScrollView copied to clipboard

PullScrollView 点击事件被占用解决办法

Open DzwsGo opened this issue 9 years ago • 3 comments

    @Override
   public boolean onInterceptTouchEvent(MotionEvent ev) {
       onTouchEvent(ev)
       return super.onInterceptTouchEvent(ev);
  }
``

DzwsGo avatar Jun 30 '16 03:06 DzwsGo

nice

namezhouyu avatar Aug 09 '16 07:08 namezhouyu

greate,thanks

ExcellentLife-FeiFan avatar Nov 10 '16 02:11 ExcellentLife-FeiFan

thank you very mach

she1014 avatar Sep 27 '17 06:09 she1014