Skip to content

Instantly share code, notes, and snippets.

@sandeepyohans
Created June 24, 2019 04:17
Show Gist options
  • Save sandeepyohans/394012b9f07a26ae23a60ae1594e55c6 to your computer and use it in GitHub Desktop.
Save sandeepyohans/394012b9f07a26ae23a60ae1594e55c6 to your computer and use it in GitHub Desktop.
Shadow to text in TextView
.
.
.
<TextView
.
.
.
android:shadowColor="@color/text_shadow_color"
android:shadowDx="-2"
android:shadowDy="2"
android:shadowRadius="0.01"
</TextView>
.
.
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment