Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'News-Android-App/src/main/res/xml/pref_data_sync.xml')
-rw-r--r--News-Android-App/src/main/res/xml/pref_data_sync.xml12
1 files changed, 7 insertions, 5 deletions
diff --git a/News-Android-App/src/main/res/xml/pref_data_sync.xml b/News-Android-App/src/main/res/xml/pref_data_sync.xml
index bf2da08d..a668cd68 100644
--- a/News-Android-App/src/main/res/xml/pref_data_sync.xml
+++ b/News-Android-App/src/main/res/xml/pref_data_sync.xml
@@ -24,12 +24,14 @@
This preference simply launches an intent when selected. Use this UI sparingly, per
design guidelines.
-->
-
- <Preference
+ <ListPreference
+ android:defaultValue="@integer/default_sync_minutes"
+ android:entries="@array/array_sync_interval"
+ android:entryValues="@array/array_sync_interval_values"
android:key="pref_sync_settings"
- android:title="@string/action_sync_settings"
- app:iconSpaceReserved="false">
- </Preference>
+ android:title="Interval Sync"
+ app:iconSpaceReserved="false"
+ />
<!--