DragSelectRecyclerView 长按滑动多选图像android特效

时间:2015-12-02 12:40:43   收藏:0   阅读:502

高仿Google相册多选效果,长按某一item后然后滑动选择到任意item,效果很不错,适合相册页面多选部分效果。
本例子主要是自定义DragSelectRecyclerView通过如下展示gridview效果
  mList = (DragSelectRecyclerView) findViewById(R.id.list);
        mList.setLayoutManager(new GridLayoutManager(this, getResources().getInteger(R.integer.grid_width)));
        mList.setAdapter(mAdapter);
 

运行效果:


效果源码:http://www.itlanbao.com/code/20151201/10000/100670.html


原文:http://10716910.blog.51cto.com/10706910/1718754

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!