任务触发响应模块已基本完成

This commit is contained in:
ZhanGSKen
2025-09-30 16:03:16 +08:00
parent 12f4fd3f45
commit edaf7007d6
9 changed files with 282 additions and 289 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="oval"> <!-- 形状:圆形 -->
<solid android:color="#FF4444"/> <!-- 填充色:亮红色(可调整色值) -->
<stroke
android:width="1dp"
android:color="#FFFFFF"/>
</shape>