I want my text shadow to appear reverse (above the text) rather than below the text. Is there a way to have a negative "Dy" value like I have 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>