Created
June 24, 2019 04:17
-
-
Save sandeepyohans/394012b9f07a26ae23a60ae1594e55c6 to your computer and use it in GitHub Desktop.
Shadow to text in TextView
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. | |
. | |
. | |
<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