I'm looking to achieve something like this:
Where the RecyclerView shows a list of endless repeating (Circular) items, but only shows 5 items at any given time. The endless scrolling part is done, but the sizing can't seem to work right. There is also the fact that the center item has to be larger, so I can't grab the width of the screen and make the item 1/5 of the screen.
Is it possible to achieve this on all screens?