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.
我想在当前(第一个)片段上显示下一个(第二个)片段的一小部分(例如 30dp)。类似于 Windows Phone。因此用户可以很容易地感受到可拖动、可更改的片段/页面的存在。
这可能吗?
覆盖getPageWidth()your并从toPagerAdapter返回一个值,指示此页面应占用的小部件的比例。像这样的值应该给你你正在寻找的效果。0.0f1.0fViewPager0.8f
getPageWidth()
PagerAdapter
0.0f
1.0f
ViewPager
0.8f