diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/strings.xml | 1 | ||||
-rw-r--r-- | app/src/main/res/xml/video_preferences.xml | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 93686697..fd09419b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -595,6 +595,7 @@ <string name="settings_show_only_one_comment_level_indicator">Show Only One Comment Level Indicator</string> <string name="settings_video_player_automatic_landscape_orientation">Switch to Landscape Orientation in Video Player Automatically</string> <string name="settings_loop_video_title">Loop Video</string> + <string name="settings_loop_video_summary">Restart the app to apply this setting to autoplaying videos</string> <string name="settings_remember_muting_option_in_post_feed">Remember Muting Option in Post Feed</string> <string name="settings_post_details_title">Post Details</string> <string name="settings_separate_post_and_comments_in_portrait_mode_title">Separate Post And Comments in Portrait Mode</string> diff --git a/app/src/main/res/xml/video_preferences.xml b/app/src/main/res/xml/video_preferences.xml index 7b2ebbdb..ef8d944e 100644 --- a/app/src/main/res/xml/video_preferences.xml +++ b/app/src/main/res/xml/video_preferences.xml @@ -33,7 +33,8 @@ <SwitchPreference app:defaultValue="true" app:key="loop_video" - app:title="@string/settings_loop_video_title" /> + app:title="@string/settings_loop_video_title" + app:summary="@string/settings_loop_video_summary" /> <PreferenceCategory app:title="@string/settings_video_autoplay_title" /> |