[android-beginners] add shadow to imageview

2010-01-26 Thread manigault
How can i add shadow to given image view. I can only setShadowLayer to TextView .. -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/andr

Re: [android-beginners] add shadow to imageview

2010-01-26 Thread Mark Murphy
manigault wrote: > How can i add shadow to given image view. I can only setShadowLayer to > TextView .. Put another ImageView, containing your shadow, behind the main ImageView, offset in whatever direction you want the shadow to appear. You can use RelativeLayout for this -- later children (e.g.,