New file |
| | |
| | | <?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_home"> |
| | | |
| | | <fragment |
| | | android:id="@+id/navigation_home" |
| | | android:name="com.duqing.missions.ui.main.home.HomeFragment" |
| | | android:label="@string/title_home" |
| | | tools:layout="@layout/fragment_home" /> |
| | | |
| | | <fragment |
| | | 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_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> |