I try to use the CardView and it works well below 5.0, but looks strange on Lollipop.
CardView
Set this on a CardView:
app:cardUseCompatPadding="true"
From documentation:
Add padding in API v21+ as well to have the same measurements with previous versions.