CardView and RecyclerView divider behaviour
问题 I am trying to use RecyclerView with CardView as an single item of the list. I want to implement horizontal list, with LayoutManager it is really easy. So I started to implement it. It seems that everything works, but not as I expected here is the result using CardView as an list item. Looks pretty good, but I haven't set any paddings, dividers and rounded corners. Here is my XML for card view item. <?xml version="1.0" encoding="utf-8"?> <android.support.v7.widget.CardView xmlns:android="http