nilupeng
2022-01-29 0c89bf11bcddd39b5193bb19e28399648c59a2b8
app/src/main/res/navigation/mobile_navigation.xml
@@ -7,19 +7,19 @@
    <fragment
        android:id="@+id/navigation_home"
        android:name="com.runt.open.mvvm.ui.home.HomeFragment"
        android:name="com.runt.open.mvvm.ui.main.home.HomeFragment"
        android:label="@string/title_home"
        tools:layout="@layout/fragment_home" />
    <fragment
        android:id="@+id/navigation_dashboard"
        android:name="com.runt.open.mvvm.ui.dashboard.DashboardFragment"
        android:name="com.runt.open.mvvm.ui.main.dashboard.DashboardFragment"
        android:label="@string/title_dashboard"
        tools:layout="@layout/fragment_dashboard" />
    <fragment
        android:id="@+id/navigation_notifications"
        android:name="com.runt.open.mvvm.ui.notifications.NotificationsFragment"
        android:name="com.runt.open.mvvm.ui.main.notifications.NotificationsFragment"
        android:label="@string/title_notifications"
        tools:layout="@layout/fragment_notifications" />
</navigation>