Recyclerview item上下间距过大 上下间距过大,是由于在Recyclerview item中的根节点中的layout_height设置成了match_parent,应该设置为wrap_content 正确代码如下: android:layout_height="wrap_content"