Files
web_fengzhuang/2ugo/src/main/res/drawable/big_bg.xml
2026-02-24 09:47:40 +08:00

8 lines
284 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="@color/windows_color"
android:endColor="@color/style_color"/>
</shape>