Audinaut-subsonic-app-android/app/src/main/res/drawable/dark_gradient.xml

14 lines
375 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<gradient
android:angle="270"
android:startColor="#00000000"
android:centerColor="#44000000"
android:endColor="#bb000000"
android:type="linear"/>
</shape>
</item>
</selector>