summaryrefslogtreecommitdiffstats
path: root/res/drawable/below_shadow.xml
blob: c724e27d3b715e4e9af9bc811f2292ac2eff1e7c (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <gradient
        android:startColor="#20000000"
        android:endColor="@android:color/transparent"
        android:angle="270" >
    </gradient>
</shape>