1
0
Fork 0
fenix/app/src/main/res/drawable/home_header_shadow.xml

8 lines
251 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="?shadow"
android:endColor="@android:color/transparent"
android:angle="270" />
</shape>