28 lines
839 B
XML
28 lines
839 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="#27110D"
|
|
android:startColor="#8A4732" />
|
|
</shape>
|
|
</item>
|
|
<item
|
|
android:gravity="end|center_vertical"
|
|
android:right="72dp">
|
|
<bitmap
|
|
android:antialias="true"
|
|
android:gravity="center"
|
|
android:src="@drawable/league_copa_libertadores" />
|
|
</item>
|
|
<item>
|
|
<shape android:shape="rectangle">
|
|
<gradient
|
|
android:angle="0"
|
|
android:endColor="#E0080707"
|
|
android:startColor="#30080707" />
|
|
</shape>
|
|
</item>
|
|
</layer-list>
|