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

8 lines
264 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="270"
android:endColor="@android:color/transparent"
android:startColor="@color/actionbar_grey"/>
</shape>