It\'s possible to snap a RecyclerView to its center using :
LinearSnapHelper().attachToRecyclerView(recyclerView)
Example
I would do something like that
Block scrolling inside RecyclerView (e.g How to disable RecyclerView scrolling?)
Create Gesture Fling Detecor and attach it to RecyclerView
should work :)