RecyclerView实现滑动菜单,notifyDataSetChanged显示错乱

在adapter中需要重写方法:

@Override
public int getItemViewType(int position) {
    return position;
}

你可能感兴趣的:(RecyclerView实现滑动菜单,notifyDataSetChanged显示错乱)