aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/navigation/nav_graph.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/navigation/nav_graph.xml')
-rw-r--r--app/src/main/res/navigation/nav_graph.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/app/src/main/res/navigation/nav_graph.xml b/app/src/main/res/navigation/nav_graph.xml
index 63639d8..5e96635 100644
--- a/app/src/main/res/navigation/nav_graph.xml
+++ b/app/src/main/res/navigation/nav_graph.xml
@@ -7,7 +7,7 @@
<fragment
android:id="@+id/HomePage"
- android:name="xyz.adjutor.aniki.presentation.view.HomePage"
+ android:name="xyz.adjutor.aniki.presentation.view.fragment.HomePage"
android:label="@string/home_page_label"
tools:layout="@layout/home_page">
@@ -28,7 +28,7 @@
<fragment
android:id="@+id/TopMangaPage"
- android:name="xyz.adjutor.aniki.presentation.view.manga.TopMangaPage"
+ android:name="xyz.adjutor.aniki.presentation.view.fragment.TopMangaFragment"
android:label="@string/top_manga_page_label"
tools:layout="@layout/top_manga_page">
@@ -38,7 +38,7 @@
</fragment>
<fragment
android:id="@+id/TopAnimePage"
- android:name="xyz.adjutor.aniki.presentation.view.anime.TopAnimePage"
+ android:name="xyz.adjutor.aniki.presentation.view.fragment.TopAnimeFragment"
android:label="@string/top_anime_page_label"
tools:layout="@layout/top_anime_page">
@@ -48,7 +48,7 @@
</fragment>
<fragment
android:id="@+id/SearchMangaPage"
- android:name="xyz.adjutor.aniki.presentation.view.manga.SearchMangaPage"
+ android:name="xyz.adjutor.aniki.presentation.view.fragment.SearchMangaFragment"
android:label="@string/search_manga_page_label"
tools:layout="@layout/search_manga_page">
@@ -58,7 +58,7 @@
</fragment>
<fragment
android:id="@+id/SearchAnimePage"
- android:name="xyz.adjutor.aniki.presentation.view.anime.SearchAnimePage"
+ android:name="xyz.adjutor.aniki.presentation.view.fragment.SearchAnimeFragment"
android:label="@string/search_anime_page_label"
tools:layout="@layout/search_anime_page">