Open mohammadzzz opened 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.
here is my code for this part:
viewPager.setClipToPadding(false); viewPager.setCurrentItem(1); viewPager.setPageMargin(0); viewPager.setPadding(0,0,0,500);
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.
here is my code for this part: