Azoft / CarouselLayoutManager

Android Carousel LayoutManager for RecyclerView
Apache License 2.0
2.56k stars 367 forks source link

Fixed distance between items while scrolling ? #93

Closed pravinglrm closed 5 years ago

pravinglrm commented 5 years ago

How to make sure that if setMaxVisibleItems=1 then while scrolling items should not overlap each other? There should be at least some distance between items while scrolling and even items are not in moving state. Something like - yarolegovich/DiscreteScrollView

mig35 commented 5 years ago

hey @pravinglrm If I understand you correctly this behaviour is not supported. You will have overlap anyway.