nithin warier wrote:
> I tried to add shadow color to TextView using this code, but with no effect,
> 
> <TextView  
>     android:id="@+id/text1"
>     android:layout_width="fill_parent" 
>     android:layout_height="wrap_content" 
>     android:text="meetMe"
>     android:textSize = "40px"
>     android:textColor="#FF0000CD"
>     android:shadowColor = "#FFFFFF00"
>     android:shadowDx = "1.2"
>     android:shadowDy = "1.2"/>
> 

Try adding a shadowRadius:

android:shadowRadius="0.1"

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.9 Available!

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to