解决RecyclerView滑动边缘阴影效果 Ethan7199 2023-03-24 356 阅读1分钟 设置滑动到边缘时无效果模式: <pre>android:overScrollMode="never" 设置不显示滚动条: <pre>android:scrollbars="none"