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

28 lines
836 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="#0C1831"
android:startColor="#123F7A" />
</shape>
</item>
<item
android:gravity="end|center_vertical"
android:right="72dp">
<bitmap
android:antialias="true"
android:gravity="center"
android:src="@drawable/league_uefa_champions" />
</item>
<item>
<shape android:shape="rectangle">
<gradient
android:angle="0"
android:endColor="#DD04070C"
android:startColor="#3304070C" />
</shape>
</item>
</layer-list>