I try to use the CardView and it works well below 5.0, but looks strange on Lollipop.
CardView
Use this two tags below inside of your cardview:
app:cardPreventCornerOverlap="false" app:cardUseCompatPadding="true"