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.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/main/res/navigation/nav_graph.xml b/app/src/main/res/navigation/nav_graph.xml
index 4a0cfa2..132de49 100644
--- a/app/src/main/res/navigation/nav_graph.xml
+++ b/app/src/main/res/navigation/nav_graph.xml
@@ -14,6 +14,10 @@
<action
android:id="@+id/action_HomePage_to_TopMangaPage"
app:destination="@id/TopMangaPage" />
+ <action
+ android:id="@+id/action_HomePage_to_TopAnimePage"
+ app:destination="@id/TopAnimePage" />
+
</fragment>
<fragment
@@ -26,5 +30,15 @@
android:id="@+id/action_TopMangaPage_to_HomePage"
app:destination="@id/HomePage" />
</fragment>
+ <fragment
+ android:id="@+id/TopAnimePage"
+ android:name="xyz.adjutor.aniki.topanime.TopAnimePage"
+ android:label="@string/top_anime_page_label"
+ tools:layout="@layout/top_anime_page">
+
+ <action
+ android:id="@+id/action_TopAnimePage_to_HomePage"
+ app:destination="@id/HomePage" />
+ </fragment>
</navigation> \ No newline at end of file