我正在使用RecyclerView.将项目添加到RecyclerView后,我需要调用:
notifyItemRangeInserted(int positionStart, int itemCount);
但是,这显示了一种"向下滑动"动画.有没有办法可以禁用这个动画?
谢谢.
android android-animation android-recyclerview
android ×1
android-animation ×1
android-recyclerview ×1