Hi Folks,
How can i make shadow effect Text in Text View. Any Idea?
Thanks..
Hi Folks,
How can i make shadow effect Text in Text View. Any Idea?
Thanks..
Perhaps you'd consider using android:shadowColor
, android:shadowDx
, android:shadowDy
, android:shadowRadius
; alternatively [setShadowLayer()
][2]?
[2]: http://developer.android.com/reference/android/widget/TextView.html#setShadowLayer(float, float, float, int)