aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorAbhishek <52370265+abhishekabhi789@users.noreply.github.com>2024-08-17 03:20:16 +0000
committerGitHub <noreply@github.com>2024-08-17 03:20:16 +0000
commit482e8b3c732b543fd1dc932ddea36a1002bed08f (patch)
tree184880a4026076f5e6b1cdc1d9fe082745908696 /app/src/main/res
parent0a0d7e95b44a9c5c4926f3d566035caee3862838 (diff)
downloadinfinity-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')
-rw-r--r--app/src/main/res/values/strings.xml4
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>