| | |
| | | |
| | | <fragment |
| | | android:id="@+id/navigation_home" |
| | | android:name="com.duqing.missions.ui.home.HomeFragment" |
| | | android:name="com.duqing.missions.ui.main.home.HomeFragment" |
| | | android:label="@string/title_home" |
| | | tools:layout="@layout/fragment_home" /> |
| | | |
| | | <fragment |
| | | android:id="@+id/navigation_dashboard" |
| | | android:name="com.duqing.missions.ui.dashboard.DashboardFragment" |
| | | android:label="@string/title_dashboard" |
| | | tools:layout="@layout/fragment_dashboard" /> |
| | | android:id="@+id/navigation_hall" |
| | | android:name="com.duqing.missions.ui.main.hall.HallFragment" |
| | | android:label="@string/title_hall" |
| | | tools:layout="@layout/layout_tab_viewpager" /> |
| | | |
| | | <fragment |
| | | android:id="@+id/navigation_notifications" |
| | | android:name="com.duqing.missions.ui.notifications.NotificationsFragment" |
| | | android:label="@string/title_notifications" |
| | | tools:layout="@layout/fragment_notifications" /> |
| | | android:id="@+id/navigation_dynamic" |
| | | android:name="com.duqing.missions.ui.main.dynamic.DynamicFragment" |
| | | android:label="@string/title_dynamic" |
| | | tools:layout="@layout/layout_tab_viewpager" /> |
| | | <fragment |
| | | android:id="@+id/navigation_mine" |
| | | android:name="com.duqing.missions.ui.main.mine.MineFragment" |
| | | android:label="@string/title_mine" |
| | | tools:layout="@layout/fragment_mine" /> |
| | | </navigation> |