the CardView ( android.support.v7.cardview ) stays white even though I set a backround drawable via android:backround - The documentation gives me the feeling that it should
I got this working by adding a linearlayout in the cardview and then setting cardPreventCornerOverlap to false in the cardview.