增加任务无mark校验及关闭业务

This commit is contained in:
qiji4215
2023-07-04 10:08:47 +08:00
parent 5e32c7ac8e
commit e3a78aeb77
11 changed files with 697 additions and 135 deletions

View File

@@ -9,4 +9,10 @@
<attr name="textSize" format="dimension" />
<attr name="text" format="string" />
</declare-styleable>
//自定义删除按钮的宽度
<declare-styleable name="LeftDeleteView">
<attr name="deleteBtnWidth" format="float"/>
</declare-styleable>
</resources>