Search code examples
androidlayoutglow

Inner Glow in Android


Possible Duplicate:
How to make text glow?

I am wondering how to add an inner glow to a TextView in my Android layout.

I have searched and only was able to find how to do Inner Shadow on Android.

Is there a convenient and fast way to get inner glow to surround a TextView please, or get a similar effect?


Solution

  • You have to use android:shadowColor, android:shadowDx,android:shadowDy & android:shadowRadius in TextView