siralam / LoopingViewPager

A ViewPager and PagerAdapter combination that support auto scroll, infinite loop and page indicators.
532 stars 64 forks source link

LoopingViewPager margins are ignored #16

Closed dfbarone closed 5 years ago

dfbarone commented 5 years ago

I have an issue with setting a margin. It is ignored if wrap_content is set to true. I want to be able to view (peek) items to the left and right of the currently selected item. I have made a pull request with a fix for this issue. https://github.com/siralam/LoopingViewPager/pull/11

siralam commented 5 years ago

Merged #11.