Audinaut-subsonic-app-android/app/src/main/res/drawable/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="#11111111"
android:centerColor="#44111111"
android:endColor="#bb111111"
android:type="linear"/>
</shape>
</item>
</selector>