添加MyMessageManager项目

This commit is contained in:
ZhanGSKen
2025-02-25 18:53:54 +08:00
parent 3031c9bfe0
commit 90e66889a9
131 changed files with 11023 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!--<attr name="appTheme" format="reference"/>-->
<declare-styleable name="SMSView">
<attr name="attrSMSType" format="string"/>
<attr name="attrSMSViewSendColor" format="color" />
<attr name="attrSMSViewInboxColor" format="color" />
</declare-styleable>
<declare-styleable name="TTSRuleView">
<attr name="attrTTSRuleViewBackgroundColor" format="color" />
</declare-styleable>
</resources>