RecyclerView防止item刷新产生闪烁

//取消item的动画,防止item刷新产生闪烁
        ((DefaultItemAnimator)recyclerView.getItemAnimator()).setSupportsChangeAnimations(false);

你可能感兴趣的:(RecyclerView防止item刷新产生闪烁)