Skip to content

Instantly share code, notes, and snippets.

@ktiniatros
Created June 24, 2022 10:36
Show Gist options
  • Save ktiniatros/c9969ff3bfef9015b09e197fe3e2a633 to your computer and use it in GitHub Desktop.
Save ktiniatros/c9969ff3bfef9015b09e197fe3e2a633 to your computer and use it in GitHub Desktop.
drop shadow to a line in an android vector xml
<group
android:translateX="1"
android:translateY="1"
>
<path
android:pathData="M4,19.5002L20,1.5002"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#ffffff"
android:strokeLineCap="round"/>
</group>
<path
android:pathData="M4,19.5002L20,1.5002"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#383836"
android:strokeLineCap="round"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment