Rename RecipesFragment to RecipesListFragment

This commit is contained in:
Kirill Kamakin
2022-11-13 15:03:13 +01:00
parent a638133621
commit 5c66247843
9 changed files with 30 additions and 24 deletions

View File

@@ -4,7 +4,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".ui.recipes.RecipesFragment">
tools:context=".ui.recipes.RecipesListFragment">
<androidx.swiperefreshlayout.widget.SwipeRefreshLayout
android:id="@+id/refresher"