InfiniteCycleViewPager icon indicating copy to clipboard operation
InfiniteCycleViewPager copied to clipboard

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

Open shirensong opened this issue 7 years ago • 6 comments

shirensong avatar Jul 05 '17 07:07 shirensong

I would like to know as well.

elod91 avatar Sep 13 '17 12:09 elod91

I would like to know as well.

gloryzgh avatar Jan 18 '18 06:01 gloryzgh

Hey buddy did you get?

roopeshn28 avatar Jun 05 '18 12:06 roopeshn28

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

DemonofMaxwells avatar Aug 06 '18 03:08 DemonofMaxwells

the some problems :/

wassimgauss avatar Mar 17 '19 16:03 wassimgauss

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.

nhatbui23988 avatar Oct 22 '19 07:10 nhatbui23988