aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/download_location_preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/xml/download_location_preferences.xml')
-rw-r--r--app/src/main/res/xml/download_location_preferences.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/src/main/res/xml/download_location_preferences.xml b/app/src/main/res/xml/download_location_preferences.xml
new file mode 100644
index 00000000..7954cb87
--- /dev/null
+++ b/app/src/main/res/xml/download_location_preferences.xml
@@ -0,0 +1,13 @@
+<PreferenceScreen xmlns:app="http://schemas.android.com/apk/res-auto">
+ <Preference
+ app:key="image_download_location"
+ app:title="@string/settings_image_download_location_title" />
+
+ <Preference
+ app:key="gif_download_location"
+ app:title="@string/settings_gif_download_location_title" />
+
+ <Preference
+ app:key="video_download_location"
+ app:title="@string/settings_video_download_location_title" />
+</PreferenceScreen> \ No newline at end of file