RecyclerView去掉滑动到边界阴影
程序员文章站
2022-06-09 10:30:39
...
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" />
上一篇: 笔记《版本控制之道--使用Git》