i need to give shadow over text view in android. i have already tried using this code
android:shadowColor="#c3c3c3"
android:shadowDx="0"
android:shadowDy="0"
android:shadowRadius="15"
but not getting result the shadow is very thin. i want exact as
.
in picture shadow is very strong shadow over text but by using above code with many values i am not getting that effect any suggestion for it.