Moving settings to a better method

This commit is contained in:
ottoptj 2024-07-30 21:00:52 +03:00
commit f602ae569f
9 changed files with 648 additions and 546 deletions

View file

@ -49,15 +49,20 @@
<string name="search">Search…</string>
<string name="app">App</string>
<string name="shortcut_default">App</string>
<string-array name="h_alignment_options">
<item>Left</item>
<item>Center</item>
<item>Right</item>
</string-array>
<string-array name="size_options">
<item>Small</item>
<item>Medium</item>
<item>Large</item>
</string-array>
<!-- 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>