Show Toast when recipe favorite status is updated

This commit is contained in:
Kirill Kamakin
2023-04-07 14:14:25 +02:00
parent b78d30790f
commit 9b03cfcbb4
5 changed files with 16 additions and 2 deletions

View File

@@ -66,4 +66,6 @@
<string name="view_holder_recipe_favorite_content_description">Item is favorite</string>
<string name="view_holder_recipe_non_favorite_content_description">Item is not favorite</string>
<string name="view_holder_recipe_delete_content_description">Delete recipe</string>
<string name="fragment_recipes_favorite_added">Added %1$s to favorites</string>
<string name="fragment_recipes_favorite_removed">Removed %1$s from favorites</string>
</resources>