Files
web_fengzhuang/emu668/src/main/res/drawable/big_bg.xml
2025-03-08 17:34:26 +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="#110c09"
android:endColor="#110c09"/>
</shape>