-
Notifications
You must be signed in to change notification settings - Fork 152
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
请添加item的点击事件 #3
Comments
你好,item点击事件和Recyclerview的添加方式是一样的,在Adapter中添加接口回调即可。 |
你好, |
不好意思 是我理解错了 原来你加了viewpager 我进入MainActivity就OK 了 效果很好 赞。。。 |
另外有个 功能希望添加一下, 就是用户点击两边的item, 能不能让这个item 滑动到中间来, 还有能不能 添加setCurrentItem(int position) 方法 谢谢 |
@klower 调用RecyclerCoverFlow的smoothScrollToPosition方法就可以了 |
这个方法可行 |
拉取最新代码可以设置灰度渐变和半透明渐变 |
最新代码已经添加了改变Item灰度的功能,如果需要修改效果的话,可以修改CoverFlowLayoutManager中greyItem方法里面的颜色矩阵参数来调整 |
太感谢 效果杠杠滴 大神 厉害 威武 |
你好,我通过这个方法getIntervalDistance修改item的间隔的时候,如果里面小于0.5就会出现后面的一张将前面的一张给覆盖了,怎么回事? |
请添加item的点击事件 谢谢
The text was updated successfully, but these errors were encountered: