summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences_import_export.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/app/src/main/res/xml/preferences_import_export.xml b/app/src/main/res/xml/preferences_import_export.xml
index 7c576d194..12e27236d 100644
--- a/app/src/main/res/xml/preferences_import_export.xml
+++ b/app/src/main/res/xml/preferences_import_export.xml
@@ -3,17 +3,6 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:search="http://schemas.android.com/apk/com.bytehamster.lib.preferencesearch">
- <PreferenceCategory android:title="@string/opml">
- <Preference
- android:key="prefOpmlExport"
- android:title="@string/opml_export_label"
- android:summary="@string/opml_export_summary"/>
- <Preference
- android:key="prefOpmlImport"
- android:title="@string/opml_import_label"
- android:summary="@string/opml_import_summary"/>
- </PreferenceCategory>
-
<PreferenceCategory android:title="@string/database">
<Preference
android:key="prefDatabaseExport"
@@ -27,6 +16,17 @@
android:summary="@string/database_import_summary"/>
</PreferenceCategory>
+ <PreferenceCategory android:title="@string/opml">
+ <Preference
+ android:key="prefOpmlExport"
+ android:title="@string/opml_export_label"
+ android:summary="@string/opml_export_summary"/>
+ <Preference
+ android:key="prefOpmlImport"
+ android:title="@string/opml_import_label"
+ android:summary="@string/opml_import_summary"/>
+ </PreferenceCategory>
+
<PreferenceCategory android:title="@string/html">
<Preference
android:key="prefHtmlExport"