summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/preferences_various.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/preferences_various.xml')
-rw-r--r--app/src/main/res/xml/preferences_various.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/app/src/main/res/xml/preferences_various.xml b/app/src/main/res/xml/preferences_various.xml
deleted file mode 100644
index 243ccb855..000000000
--- a/app/src/main/res/xml/preferences_various.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<PreferenceScreen
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto">
-
- <Preference
- android:key="statistics"
- android:title="@string/statistics_label" />
-
- <PreferenceCategory android:title="@string/experimental_pref">
- <de.danoeh.antennapod.preferences.SwitchCompatPreference
- android:defaultValue="false"
- android:enabled="true"
- android:key="prefCast"
- android:summary="@string/pref_cast_message"
- android:title="@string/pref_cast_title"/>
-
- <Preference
- android:key="importExport"
- android:title="@string/import_export"/>
- </PreferenceCategory>
-</PreferenceScreen>