新增两个工程

This commit is contained in:
xuhuixiang
2025-03-25 14:17:46 +08:00
parent e15a0edf4a
commit c2eca316d0
86 changed files with 2390 additions and 1 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="#FFFFFF"
android:endColor="#FFFFFF"/>
</shape>