Cardview shadow not appearing in lollipop devices?

后端 未结 6 1146
北海茫月
北海茫月 2020-12-03 07:05

Am using the cardview in my android app. However the shadow is not showing. Here is the xml layout

The default optionsmenu shadow also not showing.

&         


        
6条回答
  •  独厮守ぢ
    2020-12-03 07:17

    For Lollipop and higher you should add some margins to the card:

    
    

    Since the shadow lies outside of the actual view

提交回复
热议问题