0

I want to apply shadow at bootom of ImageView as shown in image below.

Any trick to achieve that in android ??

enter image description here

hemu
  • 3,199
  • 3
  • 44
  • 66
  • possible duplicate of [Custom ImageView with drop shadow](http://stackoverflow.com/questions/3693234/custom-imageview-with-drop-shadow) – Ragunath Jawahar Nov 02 '12 at 12:47

2 Answers2

1

The easiest way that I have seen to do this is to create an image that is just a drop shadow and then set that as the background for the container of your image.

Here is a really great SO thread about how to do just that.

Community
  • 1
  • 1
Dave
  • 1,250
  • 1
  • 16
  • 32
1

No ,you have to create a image which have shadow as well as border. so ,after that you have to set padding to your image so it's look like this frame.

Chintan Khetiya
  • 15,962
  • 9
  • 47
  • 85