New option: Switch to landscape orientation in video player automatically.

This commit is contained in:
Alex Ning
2021-07-19 22:44:24 +08:00
parent 5924c921cf
commit 988989826f
8 changed files with 49 additions and 72 deletions

View File

@@ -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" />