27 lines
849 B
XML
27 lines
849 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:width="1920dp"
|
|
android:height="1080dp"
|
|
android:drawable="@drawable/bg_collect_page" />
|
|
<item
|
|
android:width="1920dp"
|
|
android:height="270dp">
|
|
<shape android:shape="rectangle">
|
|
<solid android:color="#D00D269F" />
|
|
</shape>
|
|
</item>
|
|
<item
|
|
android:width="1920dp"
|
|
android:height="810dp"
|
|
android:top="270dp">
|
|
<shape android:shape="rectangle">
|
|
<gradient
|
|
android:angle="270"
|
|
android:endColor="#99407ACA"
|
|
android:startColor="#D00D269F"
|
|
android:type="linear"
|
|
android:useLevel="false" />
|
|
</shape>
|
|
</item>
|
|
</layer-list> |