Files
web_fengzhuang/bigbonus/src/main/res/drawable/big_bg.xml
2026-01-06 16:16:49 +08:00

8 lines
260 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:angle="270"
android:startColor="#FFFFFF"
android:endColor="#FFFFFF"/>
</shape>