how to remove divider between items of Recyclerview in android
问题 i want to remove divider (space) between items of RecyclerView So try to set background of item view and RecyclerView to White ,but it doesn't works how to fix it ? Item View XML : <android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" android:background="@android:color/white" android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="match_parent"> <LinearLayout android:background="@android:color/white" android