6.5.4礼物冠名

This commit is contained in:
18401019693
2023-08-02 17:47:00 +08:00
parent b78fef6adc
commit 8ed7595aec
6 changed files with 408 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:angle="90"
android:centerColor="#8391FE"
android:endColor="#818CFF"
android:startColor="#8D9DFF" />
</shape>