Display favorite icon on recipe holders

This commit is contained in:
Kirill Kamakin
2022-12-13 19:31:53 +01:00
parent aefb974cb3
commit 3eb99206e8
5 changed files with 56 additions and 6 deletions

View File

@@ -57,4 +57,6 @@
<string name="activity_share_recipe_success_toast">Recipe saved successfully.</string>
<string name="activity_share_recipe_failure_toast">Something went wrong.</string>
<string name="content_description_activity_share_recipe_progress">Progress indicator</string>
<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>
</resources>