如何在ViewPager中屏蔽圆角的过卷效果?
感谢您的帮助。
android overscroll effect problem - screenshot
<!--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>