Horizontally center first item of RecyclerView
I want to use a RecyclerView to emulate the behavior of a MultiViewPager , in particular I'd like to have the selected item at the center of the screen, including the first and the last element . As you can see in this image, the first item is centered and this would be my expected result. What I did was to setup a RecyclerView with an horizontal LinearLayoutManager and a LinearSnapHelper . The problem with this solution is that the first and the last item will never be horizontally centered as selection. Should I switch my code so that it uses a MultiViewPager or is it possible to achieve a