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 set this widget into landscape mode #49

Closed JochimY closed 7 years ago

JochimY commented 7 years ago

HI, as I download the full code source from this repository, I cannot show the view right in landscape mode. All single item view was scaled as the picture showing below and the translation in InfiniteCyclePageTransformer was measured by screen width. So my question is what can I do when the app is all in landscape Activity and shows the effect of portrait the same, when the code is only for portrait screens? Thank you device-2017-06-27-104421

JochimY commented 7 years ago

OK,I have solved by setting the center_page_scale_offset to negative numbers. Thanks all the same.