diff options
| author | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-19 19:47:56 +0100 | 
|---|---|---|
| committer | Clyhtsuriva <aimeric@adjutor.xyz> | 2021-02-19 19:47:56 +0100 | 
| commit | 485d3ca989bd4cce1788eae17bcc7587d5ef2c90 (patch) | |
| tree | 3f8c599746ce3863c4c341d00ef958bf1d42da2e /app/src/main/res/navigation | |
| parent | c8a84acbec91678c14e23d8dfed20f26d9d0361e (diff) | |
| parent | 00ac626b27076397b79bcd4bdd934ab861ff05a5 (diff) | |
Merge branch 'top_anime_feature' into developrelease/1.1
Diffstat (limited to 'app/src/main/res/navigation')
| -rw-r--r-- | app/src/main/res/navigation/nav_graph.xml | 14 | 
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 | 
