简体   繁体   中英

Add bottom shadow to the image

在此处输入图像描述

How can I add shadow to the image like it done on the sample picture?

if you want to do it in your xml file use the attribute elevation

android:elevation="8dp"

otherwise you can do it programatically

youImageView.setElevation(8);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM