Elevation not working for ImageView

后端 未结 8 676
后悔当初
后悔当初 2020-12-28 13:26

Elevation for ImageView is not working. I declared ImageView in XML like this:



        
8条回答
  •  醉梦人生
    2020-12-28 14:02

    Instead of using android:src you need to change to android:background for displaying shadows.

     
    

提交回复
热议问题