From dce5777fbbaa7d8611c819fe3a75ab7f85a9a09d Mon Sep 17 00:00:00 2001 From: Alex Ning Date: Sat, 20 Jun 2020 22:02:18 +0800 Subject: Add an option to automatically try loading removed gfycat videos on Redgifs. --- app/src/main/res/xml/autoplay_preferences.xml | 24 ----------------- app/src/main/res/xml/main_preferences.xml | 11 +++----- app/src/main/res/xml/video_preferences.xml | 38 +++++++++++++++++++++++++++ 3 files changed, 41 insertions(+), 32 deletions(-) delete mode 100644 app/src/main/res/xml/autoplay_preferences.xml create mode 100644 app/src/main/res/xml/video_preferences.xml (limited to 'app/src/main/res/xml') diff --git a/app/src/main/res/xml/autoplay_preferences.xml b/app/src/main/res/xml/autoplay_preferences.xml deleted file mode 100644 index 5cc344aa..00000000 --- a/app/src/main/res/xml/autoplay_preferences.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - \ 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 f332a49c..c15bfee4 100644 --- a/app/src/main/res/xml/main_preferences.xml +++ b/app/src/main/res/xml/main_preferences.xml @@ -29,14 +29,9 @@ app:title="@string/settings_open_link_in_app_title" /> - - + app:title="@string/settigns_video_title" + android:icon="@drawable/ic_outline_video_24dp" + app:fragment="ml.docilealligator.infinityforreddit.Settings.VideoPreferenceFragment" /> + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3