summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences_import_export.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/preferences_import_export.xml')
-rw-r--r--app/src/main/res/xml/preferences_import_export.xml45
1 files changed, 0 insertions, 45 deletions
diff --git a/app/src/main/res/xml/preferences_import_export.xml b/app/src/main/res/xml/preferences_import_export.xml
deleted file mode 100644
index 789c8c216..000000000
--- a/app/src/main/res/xml/preferences_import_export.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<PreferenceScreen
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:search="http://schemas.android.com/apk/com.bytehamster.lib.preferencesearch">
-
- <PreferenceCategory android:title="@string/database">
- <Preference
- android:key="prefDatabaseExport"
- search:keywords="@string/import_export_search_keywords"
- android:title="@string/database_export_label"
- android:summary="@string/database_export_summary"/>
- <SwitchPreferenceCompat
- android:key="prefAutomaticDatabaseExport"
- android:title="@string/automatic_database_export_label"
- android:summary="@string/automatic_database_export_summary"
- android:defaultValue="false" />
- <Preference
- android:key="prefDatabaseImport"
- search:keywords="@string/import_export_search_keywords"
- android:title="@string/database_import_label"
- 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"
- android:title="@string/html_export_label"
- android:summary="@string/html_export_summary"/>
- <Preference
- android:key="prefFavoritesExport"
- android:title="@string/favorites_export_label"
- android:summary="@string/favorites_export_summary"/>
- </PreferenceCategory>
-</PreferenceScreen>