Guest User

Untitled

a guest
Aug 15th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. How to get negative text shadow (Android)
  2. <item name="android:shadowColor">#000000</item>
  3. <item name="android:shadowDx">0</item>
  4. <item name="android:shadowDy">-1</item>
  5. <item name="android:shadowRadius">0</item>
Add Comment
Please, Sign In to add comment