[android-developers] Re: How to add shadow for text drawn on google map
Hi Nithin & Mark, Thank you very much.I used paint.setShadowLayer() and it works fine. Regards, SREEHARI -- 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 add shadow for text drawn on google map
Nithin wrote: > You can use paint.setShadowLayer(); for showing shadow effect Or, if this is a TextView, you can configure the shadow in layout XML using: android:shadowColor android:shadowDx android:shadowDy android:shadowRadius -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Warescription: Three Android Books, Plus Updates, One Low Price! -- 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
[android-developers] Re: How to add shadow for text drawn on google map
You can use paint.setShadowLayer(); for showing shadow effect Nithin On Jun 7, 2:17 pm, SREEHARI wrote: > Hi all, > > In my map application I am using overlay items and texts. I need > shadows for both. For overlayitems I am able to display shadows. How > to show shadow for the text drawn? Thanks in advance. > > Regards, > SREEHARI. -- 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