Is there a way to add inner shadow to a TextView on Android?

Viewed 14819

I would like to make an inner shadow on a textview, But I can't find any example of that on the web.

Is there any way to do that on Android?

I know these attributes:

android:shadowColor
android:shadowRadius
android:shadowDx
android:shadowDy

Am I missing something useful?

2 Answers
Related