精简代码

This commit is contained in:
ZhanGSKen
2025-02-11 13:09:33 +08:00
parent 6686da0e8f
commit 9642ad1966
6 changed files with 37 additions and 59 deletions

View File

@@ -1,20 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<attr name="colorPrimary" format="color" />
<attr name="colorPrimaryDark" format="color" />
<attr name="colorAccent" format="color" />
<attr name="colorText" format="color" />
<attr name="globalCrashActivity" format="reference"/>
<!--<attr name="attrPrimary" format="color" />
<attr name="attrPrimaryDark" format="color" />
<attr name="attrAccent" format="color" />-->
<declare-styleable name="GlobalCrashActivity">
<attr name="attrPrimary" format="color" />
<attr name="attrPrimaryDark" format="color" />
<attr name="attrAccent" format="color" />
<attr name="attrText" format="color" />
<attr name="colorTittle" format="color" />
<attr name="colorTittleBackgound" format="color" />
<attr name="colorText" format="color" />
<attr name="colorTextBackgound" format="color" />
</declare-styleable>
</resources>