[android-developers] Re: How to set selected color effect when click on any image button or image view same as iphone?

2011-09-21 Thread Doug


On Sep 19, 7:57 am, Sam jain@gmail.com wrote:
 Anyone know any property of android to directly set select dark shadow
 effect without image ?
 Please anyone suggest how its possible ?

There is no property that does what you're asking for. You need to
either implement your own Drawable for that state or use an image.

Doug

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: How to set selected color effect when click on any image button or image view same as iphone?

2011-09-21 Thread GopalaKrishnan D
in that code replace @drawable/image into @color/color id

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en