Search code examples
androidtextviewshadow

Shadow Effect for a Text in Android?


Possible Duplicate:
Android - shadow on text?

How can i make shadow effect text in a TextView.

Any Idea?


Solution

  • Perhaps you'd consider using android:shadowColor, android:shadowDx, android:shadowDy, android:shadowRadius; alternatively setShadowLayer() ?