I'm currently working on a project where I'm supposed to use text with a glowing background , something like this
Any ideas ?
I'm currently working on a project where I'm supposed to use text with a glowing background , something like this
Any ideas ?
You have to use android:shadowColor
, android:shadowDx
,android:shadowDy
& android:shadowRadius
in TextView defination inside xml. Check this discussion How to make text glow?