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
You can simply use the below line in your xml file.
app:cardBackgroundColor="@drawable/your_custom_theme_here"