更新一下属性命名,清理冗余代码。

This commit is contained in:
2026-04-30 12:03:37 +08:00
parent 59a9e0ee45
commit 523a8e49e0
5 changed files with 210 additions and 66 deletions

View File

@@ -7,10 +7,9 @@
</declare-styleable>
<declare-styleable name="TermuxButton">
<attr name="buttonName" format="string" />
<attr name="exeCommand" format="string" />
<attr name="workDir" format="string" />
<attr name="isCommit" format="boolean" />
<attr name="isCommitted" format="boolean" />
<attr name="commitTitle" format="string" />
<attr name="commitInfo" format="string" />
</declare-styleable>