summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authormalockin <malockin@gmail.com>2020-05-03 14:12:40 +0300
committermalockin <malockin@gmail.com>2020-05-03 14:12:40 +0300
commitf634198794ee3e15fc02f677da1642c7df0f5271 (patch)
tree1095321ab24c506c2ad5be884fb808e5d19de563 /app/src/main/res/xml
parentc33669478a388489bcdbe114f8b7fa07ebcaa5af (diff)
downloadAntennaPod-f634198794ee3e15fc02f677da1642c7df0f5271.zip
Initial favorites export commit
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences_import_export.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences_import_export.xml b/app/src/main/res/xml/preferences_import_export.xml
index 12e27236d..a184b48fa 100644
--- a/app/src/main/res/xml/preferences_import_export.xml
+++ b/app/src/main/res/xml/preferences_import_export.xml
@@ -27,6 +27,13 @@
android:summary="@string/opml_import_summary"/>
</PreferenceCategory>
+ <PreferenceCategory android:title="@string/favorites">
+ <Preference
+ android:key="prefFavoritesExport"
+ android:title="@string/favorites_export_label"
+ android:summary="@string/favorites_export_summary"/>
+ </PreferenceCategory>
+
<PreferenceCategory android:title="@string/html">
<Preference
android:key="prefHtmlExport"