RecyclerView滑动到指定的position位置不准确解决方案 my_recycler_view.scrollToPosition(i); LinearLayoutManager mLayoutManager = (LinearLayoutManager) my_recycler_view.getLayoutManager(); mLayoutManager.scrollToPositionWithOffset(i, 0);