28 lines
834 B
XML
28 lines
834 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="#0F1F44"
|
|
android:startColor="#1C58B5" />
|
|
</shape>
|
|
</item>
|
|
<item
|
|
android:gravity="end|center_vertical"
|
|
android:right="72dp">
|
|
<bitmap
|
|
android:antialias="true"
|
|
android:gravity="center"
|
|
android:src="@drawable/league_liga_betplay" />
|
|
</item>
|
|
<item>
|
|
<shape android:shape="rectangle">
|
|
<gradient
|
|
android:angle="0"
|
|
android:endColor="#DD05070C"
|
|
android:startColor="#2505070C" />
|
|
</shape>
|
|
</item>
|
|
</layer-list>
|