From cefc21fd1ba9023e89d9d70f27e36ebb29ed53b1 Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sun, 6 Sep 2020 11:54:50 +0800 Subject: Select download location is now available. Download images and gifs to locations set by users in ViewImageOrGifActivity is available. --- app/src/main/res/xml/download_location_preferences.xml | 13 +++++++++++++ app/src/main/res/xml/main_preferences.xml | 5 +++++ 2 files changed, 18 insertions(+) create mode 100644 app/src/main/res/xml/download_location_preferences.xml (limited to 'app/src/main/res/xml') 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 @@ + + + + + + + \ No newline at end of file diff --git a/app/src/main/res/xml/main_preferences.xml b/app/src/main/res/xml/main_preferences.xml index 9af72116..ce6ff184 100644 --- a/app/src/main/res/xml/main_preferences.xml +++ b/app/src/main/res/xml/main_preferences.xml @@ -36,6 +36,11 @@ app:title="@string/settings_lazy_mode_interval_title" app:useSimpleSummaryProvider="true" /> + +