Is there a way to make the text shadow appear above the text rather than below it? Can I achieve this by setting a negative value for "shadowDy" like in the code snippet below?
<item name="android:shadowColor">#000000</item>
<item name="android:shadowDx">0</item>
<item name="android:shadowDy">-1</item>
<item name="android:shadowRadius">0</item>