Я использовал макет CardView в list_item.xml
"почтовой ячейке xml" для RecyclerView ", я пытался сделать карточки выпуклыми, а цвет разделителя близок к серому, как это
Но это выглядит так, как будто у него нет ни появления, ни цвета,это изображение для текущей ситуации
this post_item.xml
<?xml version="1.0" encoding="utf-8"?>
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_margin="5dp"
android:elevation="6dp"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="vertical"
android:padding="10dp">
<TextView
android:id="@+id/postTitle"
style="@style/Base.TextAppearance.AppCompat.Title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="5dp"
android:layout_marginRight="5dp"
android:ellipsize="end"
android:maxLines="2"
android:text="This is the post title,
you can check bla bla bla bla bla lkjdflkjhnfldkjhnflkjhnlfkjnglkjnlkjkln" />
<TextView
android:id="@+id/postDescription"
style="@style/Base.TextAppearance.AppCompat.Body2"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="5dp"
android:layout_marginEnd="5dp"
android:layout_marginRight="5dp"
android:ellipsize="end"
android:maxLines="4"
android:text="This is the post titldfkjfdjffkjdhfnkjdsfjnkdsjnksskskjfnksjfnksjfnksjfnkjdfbdnfbjvb jkxzbvkjxcvbvkjve,
you can check bla bla bla bla bla lkjdflkjhnfldkjhnflkjhnlfkjnglkjnlkjkln" />
</LinearLayout>
<ImageView
android:id="@+id/postImage"
android:layout_width="match_parent"
android:layout_height="125dp"
android:layout_marginEnd="5dp"
android:layout_marginRight="5dp"
android:layout_weight="3"
android:adjustViewBounds="true"
android:src="@mipmap/ic_launcher" />
</LinearLayout>
</android.support.v7.widget.CardView>
Я попытался решить проблему, добавив эти две строкина RecyclerView вот так ответ но это не сработалоandroid:divider="#E6E6E6"
android:dividerHeight="0px"