Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top