diff options
author | Alex Ning <chineseperson5@gmail.com> | 2021-10-13 13:00:24 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2021-10-13 13:00:24 +0000 |
commit | 31d7592964e52c7220e28f0ed6dc2286c56de1c6 (patch) | |
tree | 4e38e6f70ef87f05b48c6d19437b7bd9eb071d62 /app/src/main/res/xml | |
parent | 230f49ae184ddea9ce8185981599cf11457b5140 (diff) | |
download | infinity-for-reddit-31d7592964e52c7220e28f0ed6dc2286c56de1c6.tar infinity-for-reddit-31d7592964e52c7220e28f0ed6dc2286c56de1c6.tar.gz infinity-for-reddit-31d7592964e52c7220e28f0ed6dc2286c56de1c6.tar.bz2 infinity-for-reddit-31d7592964e52c7220e28f0ed6dc2286c56de1c6.tar.lz infinity-for-reddit-31d7592964e52c7220e28f0ed6dc2286c56de1c6.tar.xz infinity-for-reddit-31d7592964e52c7220e28f0ed6dc2286c56de1c6.tar.zst infinity-for-reddit-31d7592964e52c7220e28f0ed6dc2286c56de1c6.zip |
Legacy autoplay video controller UI.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r-- | app/src/main/res/xml/video_preferences.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/src/main/res/xml/video_preferences.xml b/app/src/main/res/xml/video_preferences.xml index d3653e3c..3095c477 100644 --- a/app/src/main/res/xml/video_preferences.xml +++ b/app/src/main/res/xml/video_preferences.xml @@ -56,6 +56,12 @@ app:useSimpleSummaryProvider="true" /> <SwitchPreference + app:defaultValue="false" + app:key="legacy_autoplay_video_controller_ui" + app:title="@string/settings_legacy_autoplay_video_controller_ui_title" + app:summary="@string/restart_app_see_changes" /> + + <SwitchPreference app:defaultValue="true" app:key="mute_autoplaying_videos" app:icon="@drawable/ic_mute_preferences_24dp" |