diff options
author | Abhishek <52370265+abhishekabhi789@users.noreply.github.com> | 2024-08-17 03:20:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-17 03:20:16 +0000 |
commit | 482e8b3c732b543fd1dc932ddea36a1002bed08f (patch) | |
tree | 184880a4026076f5e6b1cdc1d9fe082745908696 /app/src/main/res/values | |
parent | 0a0d7e95b44a9c5c4926f3d566035caee3862838 (diff) | |
download | infinity-for-reddit-482e8b3c732b543fd1dc932ddea36a1002bed08f.tar infinity-for-reddit-482e8b3c732b543fd1dc932ddea36a1002bed08f.tar.gz infinity-for-reddit-482e8b3c732b543fd1dc932ddea36a1002bed08f.tar.bz2 infinity-for-reddit-482e8b3c732b543fd1dc932ddea36a1002bed08f.tar.lz infinity-for-reddit-482e8b3c732b543fd1dc932ddea36a1002bed08f.tar.xz infinity-for-reddit-482e8b3c732b543fd1dc932ddea36a1002bed08f.tar.zst infinity-for-reddit-482e8b3c732b543fd1dc932ddea36a1002bed08f.zip |
Snackbar for recent search deletions (#1627)
* snackbar will be shown for recent search deletions
* the view from SearchActivityRecyclerViewAdapter causes crash in android 6 sometimes, so using appBarLayout instead.
---------
Co-authored-by: Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r-- | app/src/main/res/values/strings.xml | 4 |
1 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 1b301887..e1f8faea 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -265,6 +265,9 @@ <string name="confirm">Confirm</string> <string name="confirm_delete_all_recent_searches">Are you sure you want to delete all recent search queries?</string> + <string name="deleted_all_recent_search">Deleted all recent searches</string> + <string name="deleted_recent_search">Deleted recent search</string> + <string name="undo">Undo</string> <string name="sort_best">Best</string> <string name="sort_hot">Hot</string> @@ -1406,5 +1409,4 @@ <string name="comment_filter_display_mode_remove_comments">Remove comments</string> <string name="comment_filter_display_mode_fully_collapse_comments">Fully collapse comments</string> - </resources> |