YViewPagerDemo icon indicating copy to clipboard operation
YViewPagerDemo copied to clipboard

Extra white spaces

Open mohammadzzz opened this issue 6 years ago • 0 comments

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);

mohammadzzz avatar Dec 27 '18 10:12 mohammadzzz