RecyclerView去掉滑动到边界阴影

RecyclerView的属性设置

<android.support.v7.widget.RecyclerView
    android:id="@+id/rv_search_one"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:overScrollMode="never" />
    原文作者:小北的博客
    原文地址: https://blog.csdn.net/owenchan1987/article/details/73135951
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞