Drawable as Background for CardView

后端 未结 11 967
傲寒
傲寒 2020-12-08 02:29

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

11条回答
  •  独厮守ぢ
    2020-12-08 03:06

    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

    
        
        
        
        
    
    

提交回复
热议问题