mRecycleViewsmoothScrollBy(distance,duration);
第二种方法:
mRecycleViewsmoothScrollOffset(offset);
第三种方法:
mRecycleViewsmoothToPosition(index);
以上三种方法都可以,希望对题注有帮助recyclerView恢复到上次滚动到的位置的方法: 第一种方法: mRecycleViewsmoothScrollBy(distance,duration); 第二种方法: mRecycleViewsmoothScrollOffset(offset); 第三种方法: mRecycleViewsmoothToPosition(index); 以上三种方法都可以
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)