2

How center items in recyclerview when user scrolling,in this case in mode horizontal and show same items in the recyclerview and center items in scroll, how next examples:

enter image description here

1 Answers1

1
new LinearSnapHelper().attachToRecyclerView(recyclerView);
Petrus
  • 2,611
  • 3
  • 21
  • 21