新增了3个项目

This commit is contained in:
xuhuixiang
2025-03-08 17:34:26 +08:00
parent 0b98b1bc21
commit 16e6cb3821
134 changed files with 3720 additions and 32 deletions

View File

@@ -0,0 +1,8 @@
<?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>