Files
memby/app/src/main/res/drawable/player_osd_bottom_gradient.xml
T

9 lines
265 B
XML
Raw Normal View History

2026-07-29 15:26:40 +12:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="90"
android:endColor="#F2000000"
android:startColor="#00000000"
android:type="linear" />
</shape>