I have a RecyclerView in which i have an image ,a few TextViews and 2 ImageButtons. I have 7-8 such rows to display in my Activity>
RecyclerView
TextView
ImageButton
Activity>
to control your recycler view's scroll speed See this SO post: Snappy scrolling in RecyclerView
Basically you could override recyclerviews smoothScroll, or implement your own onGestureListener and attach it to the recyclerView