summaryrefslogtreecommitdiff
path: root/app/src/main/res/drawable/v_vertical_gradient.xml
blob: 877634b5e85090faf4ebc413cf5d94d9307e4578 (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:angle="270"
        android:startColor="#00FFFFFF"
        android:endColor="#FFFFFFFF"
        android:type="linear" />
</shape>