summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/shadow.xml
blob: fc5110e0bdf170ca5e49552547fc87007c078d0a (plain)
1
2
3
4
5
6
7
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <gradient
        android:startColor="@android:color/transparent"
        android:endColor="#40000000"
        android:angle="90" />
</shape>