美文网首页
问题02:Recylerview去除滑到边界的阴影波浪效果

问题02:Recylerview去除滑到边界的阴影波浪效果

作者: 学点东西吧6 | 来源:发表于2016-11-29 10:18 被阅读88次

    解决方案

    在布局文件中增加:

    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