I want to display a shadow behind the text on a button. My understanding is that I can simply do
button.setShadowLayer(3,3,3,android.R.color.black); but this does nothing and the text on the button looks the same as it did before. Any suggestions as to what I am doing wrong? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

