<?xml version="1.0" encoding="utf-8"?>
<navigation xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/nav_graph_main"
    app:startDestination="@+id/home">
    <fragment
        android:name="com.martsnew.tv.ui.home.TvHomeFragment"
        android:id="@+id/home"/>
    <fragment
        android:name="com.martsnew.tv.ui.search.TvSearchFragment"
        android:id="@+id/search"/>
    <fragment
        android:name="com.martsnew.tv.ui.movies.TvMoviesFragment"
        android:id="@+id/movies"/>
    <fragment
        android:name="com.martsnew.tv.ui.tvseries.TvSeriesFragment"
        android:id="@+id/tvSeries"/>
    <fragment
        android:name="com.martsnew.tv.ui.genres.TvGenresFragment"
        android:id="@+id/genres"/>
    <fragment
        android:name="com.martsnew.tv.ui.mylist.TvMyListFragment"
        android:id="@+id/myList"/>
</navigation>
