Skip to content

Instantly share code, notes, and snippets.

@zhgqthomas
Created March 31, 2016 03:16
Show Gist options
  • Save zhgqthomas/369370bc81441b8f061001928038f87b to your computer and use it in GitHub Desktop.
Save zhgqthomas/369370bc81441b8f061001928038f87b to your computer and use it in GitHub Desktop.
shadow shape for android develop
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="90"
android:endColor="#40000000"
android:startColor="@android:color/transparent" />
</shape>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment