summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-01-27 10:35:02 +0100
committerByteHamster <info@bytehamster.com>2020-01-29 11:08:11 +0100
commit639c586a80f99d0f5242e0f86d42a4d69705c0e7 (patch)
treebf45c30f0a851b1c2f9fc79eafb3c0136b889860 /app/src/main/res/xml
parent8ecbe95e1654ba3e31408c39e57f80dcf6ead3cb (diff)
downloadAntennaPod-639c586a80f99d0f5242e0f86d42a4d69705c0e7.zip
Cleanup
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"