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

8 lines
250 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
2019-04-13 00:20:49 +02:00
android:startColor="?above"
android:endColor="@android:color/transparent"
android:angle="270" />
</shape>