Devlight / InfiniteCycleViewPager

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

How to modify item height scale? #71

Open ghost opened 5 years ago

ghost commented 5 years ago

Hi, Im trying to replicate into android an iOS layout made with iCarousel:

ios

And I found this library perfect to do that, except I cant figure out how to set the height scale of the item, in this case y would like to have a 90% proportion with the carousel height.

This is what I've got up to now:

android

Thanks!