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://www.6miu.com/read-200237.html