0 votes
1 view
by
How to give shadow to image view in Android?

1 Answer

0 votes
by
Create a drawable file for shadow view and assign the name image_shadow and add the below code in this file. Now, open the XML file and add the below code into it, and set this drawable file as view background. That's it. You should be ready to go.
...