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
if you want change background color on cardView just add this code on your cardview XML
app:cardBackgroundColor="@color/whatever_color_you"