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 set foreground as follow for the card view to set custom bg
android:foreground="@drawable/bg"
and here is the transparent bg.xml