Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 viewpager 中设置片段的移动边界?
我有两个片段。ViewPager 在开始时显示第一个片段。当我向右滑动显示第二个片段的查看器时,我现在想显示第一个片段的一部分。
mPager.setPageMargin(-100);
此方法可以模拟边界移动。
您还可以使用:
mPager.setPadding(left, top, right, bottom);