youngkaaa / YViewPagerDemo

[停止维护]YViewPager,support horizontal and vertical,based on support.v4.view.ViewPager
Apache License 2.0
360 stars 67 forks source link

Extra white spaces #8

Open mohammadzzz opened 5 years ago

mohammadzzz commented 5 years ago

Hey. Thanks for your great job. I'm using this library and when I want to show part of fragments on bottom, there is a white space. screenshot_1545905419

here is my code for this part:

viewPager.setClipToPadding(false);
viewPager.setCurrentItem(1);
viewPager.setPageMargin(0);
viewPager.setPadding(0,0,0,500);