SwipeDelMenuLayout icon indicating copy to clipboard operation
SwipeDelMenuLayout copied to clipboard

The most simple SwipeMenu in the history, 0 coupling, support any ViewGroup. Step integration swipe (delete) menu, high imitation QQ, iOS. ~史上最简单侧滑菜单,0耦合,支持任意ViewGroup。一步集成侧滑(...

Results 53 SwipeDelMenuLayout issues
Sort by recently updated
recently updated
newest added

请问怎样同时设置左滑和右滑菜单呢?

viewPage中使用recyclerView再使用这个时冲突,只有最后一页可以打开侧滑,前面的都会执行viewpage切换,我用的是CstViewpager

可不可以升级下你的项目gradle编译版本,现在都是gradle 5.x以上,还有项目的依赖报错比较多

ERROR: Failed to resolve: com.github.mcxtzhang:SwipeDelMenuLayout:V1.3.0

删除第一个和第二个会出现,留白情况,就是剩下的item会一直往页面中心靠拢,而不是正常的顶替被删除的item的位置,但是删除第三个后面的item就不会出现这个问题,请问是怎么回事?是我使用哪里不对吗?请帮助我。 这是frgament代码 ` public class UploadingFragment extends BaseFragment implements MainActivity.PassingDataToUploadingFragment, UploadingAdapter.onSwipeListener { @BindView(R.id.uploading_tv) TextView mTextView; @BindView(R.id.uploading_recyclerview) RecyclerView mRecyclerView; private UploadingAdapter adapter; //实时传递过来的数据集合 List photoBeanList = new ArrayList(); public UploadingFragment() {...

直接给代码, 之前这样用好像没问题 布局文件 -------------- --------------------Adapter-------- public class HistoryAdapter extends BaseAdapter { private LayoutInflater mInflater; private List dataList; public HistoryAdapter(Context context, List dataList) { mInflater = LayoutInflater.from(context); this.dataList = dataList; }...