Android L: Fast scroll for the RecyclerView
问题 I'm trying to use RecyclerView in my application with lots of data in it and would like to make a fast scroll for it, just like for the ListView . Approach from this answer worked for me with ListView , but does not work for the RecyclerView . Even if I set fast scroll to true in RecyclerView layout, it still does not work: <android.support.v7.widget.RecyclerView android:id="@+id/recycler_view" android:scrollbars="vertical" android:layout_width="match_parent" android:layout_height="match