Files
futbollibre-tv-android/app/src/main/res/drawable/bg_agenda_default.xml
2026-03-10 18:13:38 -03:00

20 lines
588 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<gradient
android:angle="0"
android:endColor="#081321"
android:startColor="#132C45" />
</shape>
</item>
<item>
<shape android:shape="rectangle">
<gradient
android:angle="45"
android:endColor="#DD04070C"
android:startColor="#8804070C" />
</shape>
</item>
</layer-list>