Release v1.1.0
This commit is contained in:
27
app/src/main/res/drawable/bg_league_copa_argentina.xml
Normal file
27
app/src/main/res/drawable/bg_league_copa_argentina.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user