<androidx.recyclerview.widget.RecyclerView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fadingEdge="vertical" // 阴影 在垂直滑动时出现
android:fadingEdgeLength="30dp" // 阴影的高度
android:requiresFadingEdge="vertical"/> //
网友评论