Release v1.1.0
This commit is contained in:
27
app/src/main/res/drawable/bg_league_betplay.xml
Normal file
27
app/src/main/res/drawable/bg_league_betplay.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="#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>
|
||||
Reference in New Issue
Block a user