Vervatovskis
Vervatovskis

Reputation: 2367

Add a shadow to the Gallery items in Android?

In my app, i have a gallery of imageView, how can i add a shadow effect for each item, thanks in advance, example image with shadow

Upvotes: 1

Views: 1173

Answers (1)

daigoor
daigoor

Reputation: 685

You need to create a background image and play around with 9-patch.

the background will contain the shadows. If you need more info about the 9-patch :

http://developer.android.com/guide/developing/tools/draw9patch.html

Upvotes: 1

Related Questions