1

如何在 ViewPager 中屏蔽圆角的过度滚动效果?

谢谢你的帮助。

android过度滚动效果问题-截图

<!--corner.xml set as background in ViewPager-->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="@android:color/white" />
    <corners android:radius="90dp" />
</shape>
4

0 回答 0