diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-09-14 16:22:57 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-09-14 16:22:57 +0000 |
commit | 908cd0aaab5ebea29428dd2ad82dc77ed90616aa (patch) | |
tree | d7752d2db92f66a64aac86a2fe700c40e8c3837d /app/src/main/res/values/strings.xml | |
parent | 4870d2bee64e454faf0f6a43269d0e00aaba52e7 (diff) | |
download | infinity-for-reddit-908cd0aaab5ebea29428dd2ad82dc77ed90616aa.tar infinity-for-reddit-908cd0aaab5ebea29428dd2ad82dc77ed90616aa.tar.gz infinity-for-reddit-908cd0aaab5ebea29428dd2ad82dc77ed90616aa.tar.bz2 infinity-for-reddit-908cd0aaab5ebea29428dd2ad82dc77ed90616aa.tar.lz infinity-for-reddit-908cd0aaab5ebea29428dd2ad82dc77ed90616aa.tar.xz infinity-for-reddit-908cd0aaab5ebea29428dd2ad82dc77ed90616aa.tar.zst infinity-for-reddit-908cd0aaab5ebea29428dd2ad82dc77ed90616aa.zip |
Add an option to disable vibration when swipe action is triggered.
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 0cb693f3..882a9dc4 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -478,6 +478,8 @@ <string name="settings_gif_download_location_title">Gif Download Location</string> <string name="settings_video_download_location_title">Video Download Location</string> <string name="settings_separate_folder_for_each_subreddit">Separate Folder for Each Subreddit</string> + <string name="settings_swipe_action_title">Swipe Action</string> + <string name="settings_vibrate_when_action_triggered_title">Vibrate the phone when the action is triggered</string> <string name="no_link_available">Cannot get the link</string> @@ -877,5 +879,7 @@ <string name="block_user_failed">Failed to block user</string> <string name="view_full_comment_markdown">View Full Markdown</string> + <!-- TODO: Remove or change this placeholder text --> + <string name="hello_blank_fragment">Hello blank fragment</string> </resources> |