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>
link|improve this question
can you explain what happens when you try this? – Kevin Qiu Nov 7 '11 at 5:12
have you tried using 2 instead of -1? – Hiral Nov 7 '11 at 7:05
When I use a negative instead of positive, No shadow appears. using a value of 2 simply makes the shadow 2 px down – user572285 Nov 7 '11 at 22:49
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.