cloudstream/app/src/main/res/drawable/title_shadow.xml
LagradOst 22f2a8810e UI
2021-05-16 01:37:42 +02:00

8 lines
No EOL
273 B
XML

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