lishide / ImgCoverFlow

参考 ImageCoverFlow-master 修改的,使用 ImageView 来实现,可加载本地图片和网络图片等,使用方法与 LIST 一样,设置相应的控件、修改 imageCoverFlow 布局的参数即可。
14 stars 0 forks source link

您好大神,帮忙看看CoverFlowView.OnTopViewClickListener触发不够灵敏的问题,谢谢 #1

Open Zpsgithub opened 7 years ago

lishide commented 7 years ago

手机上好像确实有点不灵敏,可能是焦点计算的问题。当时主要用于TV端,未发现有此问题,我抽时间找找原因。谢谢!

Zpsgithub commented 7 years ago

哈喽,大神 有空帮忙看看上述的问题 最近有点急用功能

yoonusc commented 4 years ago

its simple please just add a condition CoverFlowView case MotionEvent.ACTION_MOVE: dx=event.getX()-oldx; if(dx>10||dx<-10) { touchMoved(event); removeLongClickAction(); touchViewItem = null; isOnTopView = false; } return true;