I have the folliwng layout, which seems to be exactly what I need to have shadowtext for my textview. However, I do not get ANY shadowing whatsoever. I've searched via google, and don't see anyone else reporting an issue.
My layout is: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/ android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="#99DCFF" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="John" android:textColor="#0a0b70" android:textSize="24pt" android:typeface="serif" android:shadowColor = "#FFFFFF" android:shadowDx = "1.2" android:shadowDy = "1.2" android:shadowRadius = "0.4" /> </LinearLayout> Can anyone tell me what I am missing to get the shadowing? I can see "John", just w/o shadowing. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

