圆角遮盖过度滚动效果

时间:2018-03-07 23:57:45

标签: android xml android-layout android-viewpager android-overscoll

如何在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>

0 个答案:

没有答案