aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/navigation
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app/src/main/res/navigation/nav_graph.xml30
1 files changed, 1 insertions, 29 deletions
diff --git a/app/src/main/res/navigation/nav_graph.xml b/app/src/main/res/navigation/nav_graph.xml
index d8d3b26..4a0cfa2 100644
--- a/app/src/main/res/navigation/nav_graph.xml
+++ b/app/src/main/res/navigation/nav_graph.xml
@@ -12,41 +12,13 @@
tools:layout="@layout/home_page">
<action
- android:id="@+id/action_HomePage_to_NewsPage"
- app:destination="@id/NewsPage" />
- <action
- android:id="@+id/action_HomePage_to_ArticlePage"
- app:destination="@id/ArticlePage" />
- <action
android:id="@+id/action_HomePage_to_TopMangaPage"
app:destination="@id/TopMangaPage" />
</fragment>
<fragment
- android:id="@+id/NewsPage"
- android:name="xyz.adjutor.aniki.NewsPage"
- android:label="@string/news_page_label"
- tools:layout="@layout/news_page">
-
- <action
- android:id="@+id/action_NewsPage_to_HomePage"
- app:destination="@id/HomePage" />
- </fragment>
-
- <fragment
- android:id="@+id/ArticlePage"
- android:name="xyz.adjutor.aniki.ArticlePage"
- android:label="@string/article_page_label"
- tools:layout="@layout/article_page">
-
- <action
- android:id="@+id/action_ArticlePage_to_HomePage"
- app:destination="@id/HomePage" />
- </fragment>
-
- <fragment
android:id="@+id/TopMangaPage"
- android:name="xyz.adjutor.aniki.TopMangaPage"
+ android:name="xyz.adjutor.aniki.topmanga.TopMangaPage"
android:label="@string/top_manga_page_label"
tools:layout="@layout/top_manga_page">
ec126de053cd1343e0c5778a56ea58045d0e3170&follow=1'>Big updateMasfehico6-16/+99 2020-12-07cleaning and adding stuff in playlistMasfehico3-2/+20 2020-12-07Updating song and audiobook accordingly to the last commitMasfehico2-8/+8 2020-12-07Adding the enum classesMasfehico3-0/+9 2020-12-07Updating song, audiobook and musical elements's sets and getsMasfehico3-5/+23 2020-12-07Finishing MusicalElement.javaMasfehico1-6/+11 2020-11-23Cleaning upMasfehico2-30/+0 2020-11-23Deleting the CSVSMasfehico5-3669/+0 2020-11-23Minor testing changesMasfehico7-43/+63 2020-11-23Musical elements updated and jMusicHub basic creationMasfehico2-0/+0 2020-11-23Musical elements updated and jMusicHub basic creationMasfehico4-3/+74 2020-11-21README.md updatedMasfehico1-3/+1 2020-11-19Started Song and MusicalElementMasfehico5-0/+190 2020-11-18Added CSVsMasfehico9-102/+3756 2020-11-18Firs filesMasfehico8-0/+103 2020-11-17LICENSE updatedMasfehico1-68/+81