If I use LinearLayoutManager (horizontal in my case) and set left/right paddings with android:clipToPadding="false" in RecyclerView, I can partially see left and right elements of the list
Screenshot from Figma (what I need to achive):

But it doesn't work for LoopingLayoutManager
Looks like it's not a trivial task, but it would be great if you implement it in the LoopingLayoutManager
If I use LinearLayoutManager (horizontal in my case) and set left/right paddings with android:clipToPadding="false" in RecyclerView, I can partially see left and right elements of the list
Screenshot from Figma (what I need to achive):

But it doesn't work for LoopingLayoutManager
Looks like it's not a trivial task, but it would be great if you implement it in the LoopingLayoutManager