aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/autoplay_preferences.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-06-20 14:02:18 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-06-20 14:02:18 +0000
commitdce5777fbbaa7d8611c819fe3a75ab7f85a9a09d (patch)
treee9bb673b424c4e0816e0eb88d76409a05b16596e /app/src/main/res/xml/autoplay_preferences.xml
parent9f16b6c25aedce4511f9190f9f80e5ae782de55f (diff)
downloadinfinity-for-reddit-dce5777fbbaa7d8611c819fe3a75ab7f85a9a09d.tar
infinity-for-reddit-dce5777fbbaa7d8611c819fe3a75ab7f85a9a09d.tar.gz
infinity-for-reddit-dce5777fbbaa7d8611c819fe3a75ab7f85a9a09d.tar.bz2
infinity-for-reddit-dce5777fbbaa7d8611c819fe3a75ab7f85a9a09d.tar.lz
infinity-for-reddit-dce5777fbbaa7d8611c819fe3a75ab7f85a9a09d.tar.xz
infinity-for-reddit-dce5777fbbaa7d8611c819fe3a75ab7f85a9a09d.tar.zst
infinity-for-reddit-dce5777fbbaa7d8611c819fe3a75ab7f85a9a09d.zip
Add an option to automatically try loading removed gfycat videos on Redgifs.
Diffstat (limited to 'app/src/main/res/xml/autoplay_preferences.xml')
-rw-r--r--app/src/main/res/xml/autoplay_preferences.xml24
1 files changed, 0 insertions, 24 deletions
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 @@
-<?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">
-
- <ListPreference
- app:defaultValue="0"
- android:entries="@array/settings_video_autoplay"
- app:entryValues="@array/settings_video_autoplay_values"
- app:key="video_autoplay"
- app:title="@string/settings_video_autoplay_title"
- app:useSimpleSummaryProvider="true" />
-
- <SwitchPreference
- app:defaultValue="true"
- app:key="mute_autoplaying_videos"
- app:icon="@drawable/ic_mute_preferences_24dp"
- app:title="@string/settings_mute_autoplaying_videos_title" />
-
- <SwitchPreference
- app:defaultValue="true"
- app:key="autoplay_nsfw_videos"
- app:title="@string/settings_autoplay_nsfw_videos_title" />
-
-</PreferenceScreen> \ No newline at end of file