aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/xml/video_preferences.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2021-07-19 14:44:24 +0000
committerAlex Ning <chineseperson5@gmail.com>2021-07-19 14:44:24 +0000
commit988989826fe0624141405808ec6f59067477a496 (patch)
treeb6ecf23d4871d8f20dd92aea6daa41084d3b0dc2 /app/src/main/res/xml/video_preferences.xml
parent5924c921cfb1ed39b6cac5a101a85f7c4d08e1f5 (diff)
downloadinfinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar
infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar.gz
infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar.bz2
infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar.lz
infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar.xz
infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.tar.zst
infinity-for-reddit-988989826fe0624141405808ec6f59067477a496.zip
New option: Switch to landscape orientation in video player automatically.
Diffstat (limited to '')
-rw-r--r--app/src/main/res/xml/video_preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/video_preferences.xml b/app/src/main/res/xml/video_preferences.xml
index a0924140..93ccff6b 100644
--- a/app/src/main/res/xml/video_preferences.xml
+++ b/app/src/main/res/xml/video_preferences.xml
@@ -25,6 +25,11 @@
app:title="@string/settings_video_player_ignore_nav_bar_title"
app:summary="@string/settings_video_player_ignore_nav_bar_summary" />
+ <SwitchPreference
+ app:defaultValue="false"
+ app:key="video_player_automatic_landscape_orientation"
+ app:title="@string/settings_video_player_automatic_landscape_orientation" />
+
<PreferenceCategory
app:title="@string/settings_video_autoplay_title" />