If you want the TextView have an inner shadow like this:

you need to use a 9-patch, like this one:

Set the 9-patch to draw as the background of the TextView.
The attributes you mention are: android:shadowColor, android:shadowRadius, android:shadowDx, android:shadowDy are for other purposes, they create a text shadow:

Tomik Sep 19 2018-11-11T00: 00Z
source share