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

14 lines
375 B
XML
Raw Normal View History

2019-03-19 05:12:47 +01:00
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<gradient
android:angle="270"
2019-11-28 01:36:57 +01:00
android:startColor="#11111111"
android:centerColor="#44111111"
android:endColor="#bb111111"
2019-03-19 05:12:47 +01:00
android:type="linear"/>
</shape>
</item>
</selector>