20250922_005701_514

This commit is contained in:
ZhanGSKen
2025-09-22 00:57:07 +08:00
parent f5e2961445
commit 58f3778dff
61 changed files with 81 additions and 4765 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#81C7F5"/> <!-- 浅蓝色填充 -->
<corners android:radius="8dp"/> <!-- 8dp 圆角 -->
</shape>