version:6.2

fix:
update:手机适配,优化mvvm
This commit is contained in:
2024-07-08 10:35:12 +08:00
parent f06f51c5a7
commit 90e98b73c0
137 changed files with 7047 additions and 4420 deletions

View File

@@ -0,0 +1,12 @@
<resources>
<!-- Reply Preference -->
<string-array name="reply_entries">
<item>Reply</item>
<item>Reply to all</item>
</string-array>
<string-array name="reply_values">
<item>reply</item>
<item>reply_all</item>
</string-array>
</resources>

View File

@@ -3,6 +3,7 @@
<color name="colorPrimary">#343336</color>
<color name="colorPrimaryDark">#272727</color>
<color name="colorAccent">#454347</color>
<color name="white">#ffffff</color>
<color name="action_bar_red">#f5433f</color>
<color name="noti_text_gray">#F68F8C</color>
@@ -27,6 +28,7 @@
<color name="actions_item_pressed">#2a2b35</color>
<color name="default_background_color">#8e6afb</color>
<color name="voice_color">#00D56B</color>
<color name="weathet_bg_color">#ffffff</color>
<color name="health_bg_color">#ecfafd</color>
@@ -69,5 +71,6 @@
<color name="alarm_clock_blue">#3D54D9</color>
<color name="contact_text_color">#98999a</color>
<color name="setting_enable_color">#2384BC</color>
<color name="setting_disable_color">#9D9D9D</color>
</resources>

View File

@@ -13,4 +13,20 @@
<string name="accessibility_service_label">关爱守护快捷服务</string>
<string name="accessibility_service_description">关爱守护一键拨打视频</string>
<string name="title_activity_settings">Settings</string>
<!-- Preference Titles -->
<string name="messages_header">Messages</string>
<string name="sync_header">Sync</string>
<!-- Messages Preferences -->
<string name="signature_title">Your signature</string>
<string name="reply_title">Default reply action</string>
<!-- Sync Preferences -->
<string name="sync_title">Sync email periodically</string>
<string name="attachment_title">Download incoming attachments</string>
<string name="attachment_summary_on">Automatically download attachments for incoming emails
</string>
<string name="attachment_summary_off">Only download attachments when manually requested</string>
</resources>