解决方案
在布局文件中增加:
android:overScrollMode="never"
整体配置如下:
<android.support.v7.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="never" />
在布局文件中增加:
android:overScrollMode="never"
整体配置如下:
<android.support.v7.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="never" />
本文标题:问题02:Recylerview去除滑到边界的阴影波浪效果
本文链接:https://www.haomeiwen.com/subject/lyeapttx.html
网友评论