<?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"
    xmlns:tools="http://schemas.android.com/tools"
    android:id="@+id/mobile_navigation"
    app:startDestination="@+id/navigation_questions">

    <fragment
        android:id="@+id/navigation_questions"
        android:name="dev.monta.myjournal.ui.home.HomeFragment"
        android:label="@string/title_questions"
        tools:layout="@layout/fragment_questions" />

    <fragment
        android:id="@+id/navigation_journal"
        android:name="dev.monta.myjournal.ui.dashboard.DashboardFragment"
        android:label="@string/title_journal"
        tools:layout="@layout/fragment_journal" />

    <fragment
        android:id="@+id/navigation_overview"
        android:name="dev.monta.myjournal.ui.notifications.NotificationsFragment"
        android:label="@string/title_overview"
        tools:layout="@layout/fragment_overview" />
    <fragment
        android:id="@+id/navigation_medicine"
        android:name="dev.monta.myjournal.ui.notifications.NotificationsFragment"
        android:label="@string/title_medicine"
        tools:layout="@layout/fragment_overview" />
    <fragment
        android:id="@+id/navigation_settings"
        android:name="dev.monta.myjournal.ui.notifications.NotificationsFragment"
        android:label="@string/title_settings"
        tools:layout="@layout/fragment_overview" />
</navigation>