I have a screen with a RecyclerView with vertical orientation.
I have derived PagerSnapHelper to allow smooth-scrolling vertically, one item at a time. The problem is that the RecyclerView scrolls putting the current page in the center. I need it at the top.
Is that possible?