This commit is contained in:
2025-12-05 18:19:49 +08:00
commit 2a74fd2c30
1439 changed files with 94814 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>

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="white">#FFFFFFFF</color>
<color name="colorSMSSendColor">#FFDCDA3D</color>
<color name="colorSMSInboxColor">#FF3DDC84</color>
<color name="colorTTSRuleViewBackgroundColor">#FFDCDA3D</color>
<color name="colorSMSSendColorDepth">#FFA28BFF</color>
<color name="colorSMSInboxColorDepth">#FF8BAEFF</color>
<color name="colorTTSRuleViewBackgroundColorDepth">#FFA28BFF</color>
<color name="colorSMSSendColorSky">#FFFFEB8C</color>
<color name="colorSMSInboxColorSky">#FF8CD9FF</color>
<color name="colorTTSRuleViewBackgroundColorSky">#FFFFEB8C</color>
<color name="colorSMSSendColorGolden">#FF78BDFF</color>
<color name="colorSMSInboxColorGolden">#FFFFED78</color>
<color name="colorTTSRuleViewBackgroundColorGolden">#FF78BDFF</color>
<color name="colorSMSSendColorMemor">#FF5AEB53</color>
<color name="colorSMSInboxColorMemor">#FFE653EB</color>
<color name="colorTTSRuleViewBackgroundColorMemor">#FF5AEB53</color>
<color name="colorSMSSendColorTao">#FFB4B4B4</color>
<color name="colorSMSInboxColorTao">#FFD9D9D9</color>
<color name="colorTTSRuleViewBackgroundColorTao">#FFB4B4B4</color>
<!-- 列表项选中颜色(深灰) -->
<color name="list_item_selected">#FF696969</color>
<!-- 列表项按压颜色(浅灰) -->
<color name="list_item_pressed">#FFE0E0E0</color>
</resources>

View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="toolbar_height">60dp</dimen>
</resources>

View File

@@ -0,0 +1,52 @@
<resources>
<string name="app_name">My Message Manager</string>
<string name="app_projectname">MyMessageManager</string>
<string name="app_description">The SMS application of the custom SMS voice broadcast with the regular expression method.Play with regular expressions.</string>
<string name="app_log">Application Log</string>
<string name="app_theme">App Theme</string>
<string name="app_defaulttheme">Default Theme</string>
<string name="app_skytheme">Sky Theme</string>
<string name="app_goldentheme">Golden Theme</string>
<string name="app_developoptions">Develop Options</string>
<string name="app_default_app_settings">Default App Settings</string>
<string name="app_unittest">Unit Test</string>
<string name="app_crashtest">Crash Test</string>
<string name="app_about">About APP</string>
<string name="app_smsrecycle">SMS Recycle</string>
<string name="app_permission_require_info">APP Permission Require Info</string>
<string name="app_website">https://winboll.cc/studio/details.php?app=MyMessageManager</string>
<string name="activity_name_main">SMS Management Center</string>
<string name="activity_name_sharedjsonreceive">Shared JSON Handling</string>
<string name="activity_name_composesms">Message Sender</string>
<string name="activity_name_smsinphone">Messages</string>
<string name="activity_name_log">Application Log</string>
<string name="activity_name_about">About APP</string>
<string name="activity_name_appsettings">Settings</string>
<string name="text_smsdeletetime">DeleteDate:</string>
<string name="text_restoresms">Restore SMS</string>
<string name="text_cleansmsrecycle">Clean SMS Recycle</string>
<string name="text_smsfrom">From:</string>
<string name="text_ttsrule">TTS Play Rule</string>
<string name="text_smsrule">SMS Receive Rule</string>
<string name="text_aboutservernotification">This is the prompt window when the SMS service runs, which you can set to hide this class notification in the notification message settings.</string>
<string name="text_item_rule_share">Share Setting</string>
<string name="text_item_rule_reset">Reset Setting</string>
<string name="text_item_rule_clean">Clean Setting</string>
<string name="text_sendsms">Send SMS</string>
<string name="text_mainservice">Main Service</string>
<string name="text_norulesreceivecontacts">No rules Receive Contacts</string>
<string name="text_usingtts">Using TTS</string>
<string name="text_usingttsrule">Using TTS Rule</string>
<string name="text_iamhere">The main service is start.</string>
<string name="text_havearest">The main service is stoped.</string>
<string name="text_notincontacts">(Not In Contacts)</string>
<string name="text_appsettings">Settings</string>
<string name="text_ttsplaydelaytimes">TTS Play delay times(second) : </string>
<string name="msg_newsms">Received new message.</string>
<string name="msg_100sendmsg">&gt;&gt;&gt;Seek 100% To Send Message.&gt;&gt;&gt;</string>
<string name="msg_100applysettings">&gt;&gt;&gt;Seek 100% To Apply settings.&gt;&gt;&gt;</string>
<string-array name="strings_OnceAndroidStory">
<item>"I am here!"</item>
<item>"I think, I am here!"</item>
</string-array>
</resources>

View File

@@ -0,0 +1,90 @@
<resources>
<style name="MyAppTheme" parent="AESTheme">
<item name="android:textSize">20sp</item>
<item name="attrSMSViewSendColor">@color/colorSMSSendColor</item>
<item name="attrSMSViewInboxColor">@color/colorSMSInboxColor</item>
<item name="attrTTSRuleViewBackgroundColor">@color/colorTTSRuleViewBackgroundColor</item>
</style>
<style name="MyDepthAESTheme" parent="DepthAESTheme">
<item name="android:textSize">20sp</item>
<item name="attrSMSViewSendColor">@color/colorSMSSendColorDepth</item>
<item name="attrSMSViewInboxColor">@color/colorSMSInboxColorDepth</item>
<item name="attrTTSRuleViewBackgroundColor">@color/colorTTSRuleViewBackgroundColorDepth</item>
</style>
<style name="MySkyAESTheme" parent="SkyAESTheme">
<item name="android:textSize">20sp</item>
<item name="attrSMSViewSendColor">@color/colorSMSSendColorSky</item>
<item name="attrSMSViewInboxColor">@color/colorSMSInboxColorSky</item>
<item name="attrTTSRuleViewBackgroundColor">@color/colorTTSRuleViewBackgroundColorSky</item>
</style>
<style name="MyGoldenAESTheme" parent="GoldenAESTheme">
<item name="android:textSize">20sp</item>
<item name="attrSMSViewSendColor">@color/colorSMSSendColorGolden</item>
<item name="attrSMSViewInboxColor">@color/colorSMSInboxColorGolden</item>
<item name="attrTTSRuleViewBackgroundColor">@color/colorTTSRuleViewBackgroundColorGolden</item>
</style>
<style name="MyMemorAESTheme" parent="MemorAESTheme">
<item name="android:textSize">20sp</item>
<item name="attrSMSViewSendColor">@color/colorSMSSendColorMemor</item>
<item name="attrSMSViewInboxColor">@color/colorSMSInboxColorMemor</item>
<item name="attrTTSRuleViewBackgroundColor">@color/colorTTSRuleViewBackgroundColorMemor</item>
</style>
<style name="MyTaoAESTheme" parent="TaoAESTheme">
<item name="android:textSize">20sp</item>
<item name="attrSMSViewSendColor">@color/colorSMSSendColorTao</item>
<item name="attrSMSViewInboxColor">@color/colorSMSInboxColorTao</item>
<item name="attrTTSRuleViewBackgroundColor">@color/colorTTSRuleViewBackgroundColorTao</item>
</style>
<!--<style name="AppTheme_Base" parent="android:Theme.Material.Light.NoActionBar">
<item name="colorPrimary">#FFC4C4C4</item>
<item name="colorPrimaryDark">#FF9F9F9F</item>
<item name="colorAccent">#FF888888</item>
</style>
<style name="AppTheme" parent="android:Theme.Material.Light.NoActionBar">
<item name="colorPrimary">#FFC4C4C4</item>
<item name="colorPrimaryDark">#FF9F9F9F</item>
<item name="colorAccent">#FF888888</item>
</style>
<style name="AppTheme_Default" parent="android:Theme.Material.Light.NoActionBar">
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:textSize">20sp</item>
<item name="aToolbar">@style/DefaultAToolbar</item>
<item name="attrSMSViewSendColor">@color/colorSMSSendColor</item>
<item name="attrSMSViewInboxColor">@color/colorSMSInboxColor</item>
<item name="attrTTSRuleViewBackgroundColor">@color/colorTTSRuleViewBackgroundColor</item>
</style>
<style name="AppTheme_Sky" parent="android:Theme.Material.Light.NoActionBar">
<item name="colorPrimary">@color/colorPrimarySky</item>
<item name="colorPrimaryDark">@color/colorPrimaryDarkSky</item>
<item name="colorAccent">@color/colorAccentSky</item>
<item name="android:textSize">20sp</item>
<item name="aToolbar">@style/SKyAToolbar</item>
<item name="attrSMSViewSendColor">@color/colorSMSSendColorSky</item>
<item name="attrSMSViewInboxColor">@color/colorSMSInboxColorSky</item>
<item name="attrTTSRuleViewBackgroundColor">@color/colorTTSRuleViewBackgroundColorSky</item>
</style>
<style name="AppTheme_Golden" parent="android:Theme.Material.Light.NoActionBar">
<item name="colorPrimary">@color/colorPrimaryGolden</item>
<item name="colorPrimaryDark">@color/colorPrimaryDarkGolden</item>
<item name="colorAccent">@color/colorAccentGolden</item>
<item name="android:textSize">20sp</item>
<item name="aToolbar">@style/GoldenAToolbar</item>
<item name="attrSMSViewSendColor">@color/colorSMSSendColorGolden</item>
<item name="attrSMSViewInboxColor">@color/colorSMSInboxColorGolden</item>
<item name="attrTTSRuleViewBackgroundColor">@color/colorTTSRuleViewBackgroundColorGolden</item>
</style>
-->
</resources>