FossifyGallery/app/src/main/res/drawable/gradient_background.xml

8 lines
268 B
XML
Raw Normal View History

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