2026-05-13 15:54:02 +08:00
commit 47ace290e5
1181 changed files with 101801 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<!-- 填充色(示例深灰色,可改为 #FF007AFF 等主题色) -->
<solid android:color="#FF333333" />
<!-- 圆角(与弹窗一致) -->
<corners android:radius="12dp" />
</shape>