0

I want to create horizontal Recycler view with left right pagination like below image :

Thanks in advance

1 Answers1

0

using Linear Layout Manager You can manage the gravity of recyclerview

 recyclerView.setLayoutManager(new LinearLayoutManager(this,LinearLayoutManager.HORIZONTAL, false));