Show text when no recipes found

This commit is contained in:
Kirill Kamakin
2022-11-21 20:17:16 +01:00
parent 7f5d0be165
commit 7fa96affe8
5 changed files with 28 additions and 5 deletions

View File

@@ -53,4 +53,5 @@
<string name="search_recipes_hint">Search recipes</string>
<string name="menu_navigation_drawer_header" translatable="false">@string/app_name</string>
<string name="view_toolbar_navigation_icon_content_description">Open navigation drawer</string>
<string name="fragment_recipes_list_no_recipes">No recipes</string>
</resources>