diff options
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 9c215db2..a0924140 100644 --- a/app/src/main/res/xml/video_preferences.xml +++ b/app/src/main/res/xml/video_preferences.xml @@ -19,6 +19,12 @@ app:key="automatically_try_redgifs" app:title="@string/settings_automatically_try_redgifs_title" /> + <SwitchPreference + app:defaultValue="false" + app:key="video_player_ignore_nav_bar" + app:title="@string/settings_video_player_ignore_nav_bar_title" + app:summary="@string/settings_video_player_ignore_nav_bar_summary" /> + <PreferenceCategory app:title="@string/settings_video_autoplay_title" /> |