美文网首页
适配器adapter刷新单个条目notifyItemChange

适配器adapter刷新单个条目notifyItemChange

作者: LegendBMKill | 来源:发表于2017-11-13 09:27 被阅读0次

    给当前的RecyclerView加一行代码去除闪动动画

    //去除刷新条目闪动动画
            ((DefaultItemAnimator)mRecyclerView.getItemAnimator()).setSupportsChangeAnimations(false);
    

    相关文章

      网友评论

          本文标题:适配器adapter刷新单个条目notifyItemChange

          本文链接:https://www.haomeiwen.com/subject/ylmamxtx.html