优化主题配置结构

This commit is contained in:
ZhanGSKen
2025-02-04 08:24:06 +08:00
parent 61200c37be
commit 8f8c3c6c97
7 changed files with 178 additions and 133 deletions

View File

@@ -32,6 +32,13 @@
<attr name="attrASupportToolbarEndColor"/>
</declare-styleable>
<declare-styleable name="AButton">
<attr name="attrAButtonTextColor" format="color" />
<attr name="attrAButtonPrimary" format="color" />
<attr name="attrAButtonPrimaryDark" format="color" />
<attr name="attrAButtonAccent" format="color" />
</declare-styleable>
<attr name="ActionSheetList" format="reference"/>
<!--<declare-styleable name="AToolbarStyle">
<attr name="attrAToolbarStartColor" format="color" />