leochuan / ViewPagerLayoutManager

ViewPager like LayoutManager which supports some awesome animations and infinite scroll.
Apache License 2.0
1.75k stars 330 forks source link

我把CardView的宽高设置为 300,400的时候,就只有一个 item在中央了,两边的都不见了 #73

Open mrchenmo opened 6 years ago

mrchenmo commented 6 years ago

这个怎么解决啊

leochuan commented 6 years ago

layoutmanager.setMaxVisibleItemCount(count); 设置下可见个数看一下