RecyclerView中获取显示Item位置

if (mRecyclerView != null && mRecyclerView.getChildCount() > 0) { try { int currentPosition = ((RecyclerView.LayoutParams) mRecyclerView.getChildAt(0).getLayoutParams()).getViewAdapterPosi
相关文章
相关标签/搜索