summaryrefslogtreecommitdiffstats
path: root/res/xml/account_settings_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/account_settings_preferences.xml')
-rwxr-xr-xres/xml/account_settings_preferences.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/res/xml/account_settings_preferences.xml b/res/xml/account_settings_preferences.xml
index 3cdd47486..676e7f12e 100755
--- a/res/xml/account_settings_preferences.xml
+++ b/res/xml/account_settings_preferences.xml
@@ -83,6 +83,26 @@
</PreferenceCategory>
+ <PreferenceCategory
+ android:title="@string/account_settings_sync_size_category_label">
+
+ <CheckBoxPreference
+ android:key="account_sync_size_enable"
+ android:enabled="false"
+ android:defaultValue="true"
+ android:title="@string/account_settings_sync_size_enable"
+ android:summary="@string/account_settings_sync_size_enable_summary" />
+
+ <ListPreference
+ android:key="account_sync_size"
+ android:enabled="false"
+ android:title="@string/account_settings_sync_size_label"
+ android:entries="@array/account_setup_options_mail_sync_size_entries_labels"
+ android:entryValues="@array/account_setup_options_mail_sync_size_entries_values"
+ android:dialogTitle="@string/account_settings_sync_size_label" />
+
+ </PreferenceCategory>
+
<!-- This category is enabled after the folder preferences are loaded -->
<PreferenceCategory
android:enabled="false"