Devlight / InfiniteCycleViewPager

Infinite cycle ViewPager with two-way orientation and interactive effect.
Apache License 2.0
5.75k stars 827 forks source link

Is there a way to show 5 items at same time in a screen? #50

Open shirensong opened 7 years ago

elod91 commented 6 years ago

I would like to know as well.

gloryzgh commented 6 years ago

I would like to know as well.

roopeshn28 commented 6 years ago

Hey buddy did you get?

DemonofMaxwells commented 6 years ago

Have any of you figured out the solutions of this problem??I am kind of hurry!

wassimgauss commented 5 years ago

the some problems :/

nhatbui23988 commented 4 years ago

I just know one way that is on HorizontalPagerAdapter, add method @Override public float getPageWidth(int position) { return (0.8f); } and setOffscreenPageLimit(4). But I have a problem, items in viewpager move to left screen. I have tried many ways but coundn't solve it.