aboutsummaryrefslogtreecommitdiff
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/filter_preferences.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/src/main/res/xml/filter_preferences.xml b/app/src/main/res/xml/filter_preferences.xml
deleted file mode 100644
index f0e4fa62..00000000
--- a/app/src/main/res/xml/filter_preferences.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
-
- <Preference
- app:icon="@drawable/ic_info_preference_24dp"
- app:summary="@string/restart_app_see_changes"
- app:enabled="false" />
-
- <PreferenceCategory
- app:title="@string/settings_subreddit_filter_category" />
-
- <Preference
- app:key="subreddit_filter_popular_and_all"
- app:title="@string/settings_subreddit_filter_popular_and_all" />
-
-</PreferenceScreen> \ No newline at end of file