CardView not showing shadow elevation

前端 未结 17 1241
广开言路
广开言路 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 16:41

    The answer is a combination of margin and padding of cardView and its parent.

    Try like this:

        
    
                
    
                    ...
    
               
    
    

    And the result:

提交回复
热议问题