CardView not showing shadow elevation

前端 未结 17 1286
广开言路
广开言路 2020-12-14 16:32

I am working with cardviews but the problem is my CardView is not showing any elevation or shadow. I have already tried some of the methods suggested in stackoverflow answer

17条回答
  •  Happy的楠姐
    2020-12-14 16:49

    Try putting this in your rootview:

    xmlns:card_view="http://schemas.android.com/apk/res-auto" 
    

    and use this code for elevation:

    card_view:cardElevation="10dp"
    

提交回复
热议问题