CardView not showing shadow elevation

前端 未结 17 1219
广开言路
广开言路 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条回答
  •  有刺的猬
    2020-12-14 17:04

    Try this

        
    

    And make sure that you are using this dependency in gradle

    compile 'com.android.support:cardview-v7:23.2.1'
    

提交回复
热议问题