28 lines
836 B
XML
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="#0F1E37"
|
|
android:startColor="#2E75D1" />
|
|
</shape>
|
|
</item>
|
|
<item
|
|
android:gravity="end|center_vertical"
|
|
android:right="72dp">
|
|
<bitmap
|
|
android:antialias="true"
|
|
android:gravity="center"
|
|
android:src="@drawable/league_copa_argentina" />
|
|
</item>
|
|
<item>
|
|
<shape android:shape="rectangle">
|
|
<gradient
|
|
android:angle="0"
|
|
android:endColor="#DD05080C"
|
|
android:startColor="#2205080C" />
|
|
</shape>
|
|
</item>
|
|
</layer-list>
|