Files
APPBase/mymessagemanager/src/main/res/values/attrs.xml
2025-02-25 18:53:54 +08:00

13 lines
489 B
XML

<?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>